$(function() {
		$.nyroModalSettings({
			processHandler: function(settings) {
				
					$.nyroModalSettings({
						height: 330,
						width: 780
					});
			}
		});
});

function closeNjump(url){
	location.href=url;
	$.nyroModalRemove(); 
}
	
