var IE = !!(window.attachEvent && !window.opera);

if(!remoteParams.match("no_design=1")){
	document.write('<style type="text/css">');
	document.write('.leightbox { background-color:white;border:0;color:#333333;	display:none;');
	var browser=navigator.appName;
	if(IE || browser == 'Microsoft Internet Explorer'){
		//alert('browser');
		document.write('height:356px;');
		document.write('width:550px;');
	}else{
		document.write('height:322px;');
		document.write('width:518px;');
		document.write('position:fixed !important;');
	}

	document.write('left:25%;overflow:hidden;padding:1em;position:absolute;text-align:left;top:25%;z-index:1001;}');
	document.write('#overlay {background-color:#333333;display:none;height:100%;left:0pt;opacity:0.8;');
	document.write('filter:alpha(opacity="80");	position:absolute;top:0pt;width:5000px;z-index:1000;}');
	document.write('.lightbox[id] {position:fixed;}#overlay[id] {position:fixed;}');
	document.write('.lightbox[id] {position:fixed;}#overlay[id] {position:fixed;}');

	document.write('.leightbox_close {position: absolute; left : 520px; top:6px; width: 20px;height:20px; ');
	document.write('background-color:transparent;z-index: 10000;}');
	document.write('.leightbox_iframe {border: none; padding: 0; margin: 0; position: absolute; left: 0px; top: 0px;}');

	document.write('</style>');

	document.write('<div id="pop" class="leightbox" style="background:transparent; overflow: hidden;">');
	document.write('<div class="leightbox_close" onclick="lbF.deactivate();" style="overflow: hidden;">&nbsp;</div>');
	document.write('<iframe class="leightbox_iframe" ');
	document.write('src="http://promo.eurolive.com/pdv/reg_remote/index.php' + remoteParams + '"');
	//document.write('width="550px" height="356px;" frameborder="0" style="overflow: hidden; overflow-x: hidden; overflow-y: hidden;"></iframe>');
	document.write('width="552px" height="358px;" frameborder="0" style="overflow: hidden; overflow-x: hidden; overflow-y: hidden;" allowTransparency="true"></iframe>');
	document.write('</iframe></div>');
}
else{
	document.write('<style type="text/css">');
	document.write('.leightbox {background-color:transparent;border:0;color:#333333;display:none;');
	if(IE || browser == 'Microsoft Internet Explorer'){
		//alert(browser);
		document.write('height:268px;');
		document.write('width:358px;');
	}else{
		document.write('height:236px;');
		document.write('width:326px;');
	}
	document.write('left:35%;overflow:hidden;padding:1em;position:absolute;text-align:left;top:25%;z-index:1001;}');
	document.write('#overlay {background-color:#333333;display:none;height:100%;left:0pt;opacity:0.8;');
	document.write('filter:alpha(opacity="80");	position:absolute;top:0pt;width:100%;z-index:1000;}');
	document.write('.lightbox[id] {position:fixed;}#overlay[id] {position:fixed;}');

	document.write('.leightbox_close {position: absolute; left : 332px; top:6px; width: 20px;height:20px; ');
	document.write('background-color:transparent;z-index: 10000;}');
	document.write('.leightbox_iframe {border: none; padding: 0; margin: 0; position: absolute; left: 0px; top: 0px;}');

	document.write('</style>');

	document.write('<div id="pop" class="leightbox">');
	document.write('<div class="leightbox_close" onclick="lbF.deactivate();">&nbsp;</div>');
	document.write('<iframe class="leightbox_iframe" ');
	document.write('src="http://promo.eurolive.com/pdv/reg_remote/index.php' + remoteParams + '"');
	document.write('width="550px" height="356px;"  frameborder="0" style="overflow: hidden; overflow-x: hidden; overflow-y: hidden;" allowTransparency="true"></iframe>');
	document.write('</iframe></div>');
}