// northway0520 Ademand START

var big_clicktag_northway0520 = "http://www.nmc.lt";  // GA code
var big_width_northway0520 = 830;  // Ademand banner width
var big_height_northway0520 = 600; // Ademand banner height
var big_file_northway0520 = "http://banners.adnet.lt/i/ademand/nmc_830x600.swf?width="+big_width_northway0520+"&height="+big_height_northway0520+"&ad_id=northway0520&clickTAG=" + big_clicktag_northway0520;  // Ademand banner URL

var northway0520_css = 'http://banners.adnet.lt/i/banner.css';

document.write(unescape('%3Clink href="'+northway0520_css+'" rel="stylesheet" type="text/css" /%3E'));

var $isopen = false;

function ad_close_northway0520() {
		jQuery.prettyPhoto.close();
		$isopen = false;
}

function ad_open_northway0520() {
	
	if ($isopen == false) {
		
		jQuery("a[rel^='prettyPhoto']").prettyPhoto({allowresize: false, hideflash: true, modal: true, animationSpeed: 'fast'});
		jQuery.prettyPhoto.open(big_file_northway0520);
		$isopen = true;
	}
}

// northway0520 Ademand END
