//function MM_openBrWindow(theURL,winName,features) { //v2.0
//  window.open(theURL,winName,features);
//}
//var closing = true;
//onunload = function() {
//if (closing) MM_openBrWindow('../../../800/8004532424.htm','800number','width=350,height=300');
//else closing = true;
//}

// JavaScript Document
function addLoadEvent(func){var oldonload = window.onload;if (typeof window.onload != 'function'){window.onload = func;} else {window.onload = function(){if (oldonload) {oldonload();}func();}}} 

function MM_openBrWindow(theURL,winName,features) { //v2.0
	window.open(theURL,winName,features);
}

//// Exit Pop Ad Starts
//addLoadEvent(prLinks);
//
//var UserClicked=false;
//var page = "/help-center/pop.php";
//var windowprops = "width=525,height=500,location=no,toolbar=no,menubar=no,scrollbars=no,resizable=no";
//document.onkeydown=spyclick;
//document.onmousedown=spyclick;
//function spyclick()
//{
//	UserClicked=true;
//	setTimeout("UserClicked=false",2000);
//}
//
//window.onbeforeunload=popupBOU;
//function popupBOU()
//{
//	if(!UserClicked)
//	{
//				if(getc("adwas")!="true")
//				{
//							 popup();
//					}
//	 }
//}
//function prLinks()
//{
//	for(i=0; i<document.links.length; i++)
//	{
//		var oldonclick = document.links[i].onclick;
//		if(typeof oldonclick != 'function')
//		{
//			document.links[i].onclick = checklink;
//		}
//		else
//		{
//			document.links[i].onclick = function()
//					{
//						if (oldonclick) {
//							oldonclick();
//						}
//						func();
//					}
//		}	
//	}
//}
//function checklink()
//{
//	if(!this.toString().match(document.domain))
//	{
//		if(getc("adwas")!="true")
//		{
//			popup();
//		}
//	}
//}
//
//function popup()
//{
//	var win=window.open(page,"",windowprops);
//	window.focus();
//	// This sets the number of minutes to expire the cookie
//	var expMins = 30;
//	var exp = new Date();
//	exp.setTime(exp.getTime() + (expMins*60*1000));
//	setc("adwas","true", exp);
//}
//
//function getc(name)
//{
//	var rs=null;
//	var mc=" " + document.cookie + ";";
//	var sn=" " + name + "=";
//	var sc=mc.indexOf(sn);
//	var ec;
//	if (sc!=-1)
//	{
//		sc+=sn.length;
//		ec=mc.indexOf(";",sc);
//		rs=unescape(mc.substring(sc,ec));
//	}
//	return rs;
//}
//
//function setc(name,value,expires,path,domain,secure)
//{
//	document.cookie=name + "=" + escape(value) +
//	((expires) ? "; expires=" + expires.toGMTString() : "") +
//	((path) ? "; path=" + path : "") +
//	((domain) ? "; domain=" + domain : "") +
//	 ((secure) ? "; secure" : "");
//}
//// Exit Pop Ad Ends