// espum300 Ademand START

var big_clicktag_espum300 = "http://www.pasveik.lt/espumisan_easy/";  // GA code
var big_width_espum300 = 980;  // Ademand banner width
var big_height_espum300 = 530; // Ademand banner height
var big_file_espum300 = "http://banners.adnet.lt/i/espumisan_ademand_720x530.swf?width="+big_width_espum300+"&height="+big_height_espum300+"&ad_id=espum300&clickTAG=" + big_clicktag_espum300;  // Ademand banner URL

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

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

var $isopen = false;

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

// espum300 Ademand END
