$(document).ready(function() {

    $('a[name=dLogin]').nyroModal({
        closeButton: null,
        modal: true,
        autoSizable: true,
        minWidth: 10,
        minHeight: 10,
        padding: 0
    });

    $('a[name=dCesta]').nyroModal({
        closeButton: null,
        modal: true,
        autoSizable: true,
        minWidth: 10,
        minHeight: 10,
        padding: 0
    });

    $('a[name=dAddCesta]').nyroModal({
        closeButton: null,
        modal: true,
        autoSizable: true,
        minWidth: 10,
        minHeight: 10,
        padding: 0
    });

    $('a[name=dAddFavorito]').nyroModal({
        closeButton: null,
        modal: true,
        autoSizable: true,
        minWidth: 10,
        minHeight: 10,
        padding: 0
    });
    $('a[name=dFav]').nyroModal({
        closeButton: null,
        modal: true,
        autoSizable: true,
        minWidth: 10,
        minHeight: 10,
        padding: 0
    });


//    $("form[action$='General/ChangeCurrency']").submit(function() {
//        $.post($(this).attr("action"), $(this).serialize(), function(response) {
//        $("#changeCurrency").html(response);
//        });
//        return false;
//    });
});


function closeWindow() {
    parent.$.nyroModalRemove();
}