
<!--
// Opens URL in New Window
function openWindow(url, name, rs, w, h, mb) {
	var resize = "";
	var menbar = "";
	if (rs) {
		resize = "resizable=yes,";
	}
	if (mb) {
		menbar = "menubar=yes";
	}
	else {
		menbar = "menubar=no";
	}
//document.write('scrollbars,' + resize + 'width=' + w + ',height=' + h)
	popupwin = window.open(url, name, 'toolbar=no,width='+w+',height='+h+',location=no,directories=no,status=no,'+menbar+',scrollbars=yes,resize');
	window.name = 'opener';
}

function DispLayer() { //v6.0
  	var i,p,v,obj,args=DispLayer.arguments;
  	for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    	if (obj.style) { obj=obj.style; v=(v=='1')?'visible':(v=='0')?'hidden':v; }
    	obj.visibility=v;}
}

function draw_popup(popup_no, show_popups) {
if (show_popups) {
	if (popup_no == 1) {
		document.write('<div id='+'"'+'Popup_3'+'"'+' style='+'"'+'position:absolute; left:350px; top:90px; width:321px;height:234px; z-index:999999; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000;'+'"'+'> <table width='+'"'+'100%'+'"'+' height='+'"'+'100%'+'"'+' border='+'"'+'1'+'"'+' align='+'"'+'center'+'"'+' cellpadding='+'"'+'5'+'"'+' cellspacing='+'"'+'0'+'"'+' bordercolor='+'"'+'#0000FF'+'"'+' bgcolor='+'"'+'#FFFFFF'+'"'+'><tr><td align='+'"'+'left'+'"'+' valign='+'"'+'top'+'"'+' class='+'"'+'nlpopup'+'"'+'><h4>Subscribe to our FREE regular newsletter!</h4></td></tr></table></div>');
			}
	if (popup_no == 2) {
		document.write('<div id='+'"'+'Layer1'+'"'+' style='+'"'+'position:absolute; left:211px; top:87px; width:321px; height:234px; z-index:9999999; background-color: #FFFFFF; layer-background-color: #FFFFFF; border: 1px none #000000;'+'"'+'><table width='+'"'+'100%'+'"'+' height='+'"'+'100%'+'"'+' border='+'"'+'.5'+'"'+' align='+'"'+'center'+'"'+' cellpadding='+'"'+'35'+'"'+' cellspacing='+'"'+'0'+'"'+' bordercolor='+'"'+'#0000FF'+'"'+' bgcolor='+'"'+'#FFFFFF'+'"'+'><tr><td align='+'"'+'left'+'"'+' valign='+'"'+'top'+'"'+'><h4>This is a popup</h4><p>&nbsp;</p><p>&nbsp;</p><p><img src='+'"'+'Assets/logo%20copy.jpg'+'"'+' width='+'"'+'154'+'"'+' height='+'"'+'43'+'"'+' border='+'"'+'0'+'"'+' onclick='+'"'+'pop_1()'+'"'+'></a></p></td></tr></table></div>');
			}
	if (popup_no == 3) {
		var sh_hide = "MM_showHideLayers('Layer2','','hide')";
		document.write('<div id='+'"'+'Layer2'+'"'+' style='+'"'+'position:absolute; left:407px; top:38px; width:327px; height:377px; z-index:1; background-color: #993300; layer-background-color: #993300; border: 1px none #000000;'+'"'+'><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p><p> <strong><font color='+'"'+'#FFFFFF'+'"'+' size='+'"'+'4'+'"'+' onclick='+'"'+sh_hide+'"'+'>Close</font></strong></p></div>');
			}
	}
}
