
function LOAD(url) { popup=open(url,'LOAD','width=580,height=340,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=1,copyhistory=0,resizable=1,left=50,top=50') 
  } 
function LOADWIDE(url) { popup=open(url,'LOAD','width=795,height=400,toolbar=1,directories=0,menubar=0,status=0,location=0,scrollbars=1,copyhistory=0,resizable=1,left=50,top=50') 
  } 
  
function LOADBENEFITS(url) { popup=open(url,'LOAD','width=600,height=340,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=1,copyhistory=0,resizable=1,left=50,top=50') 
  } 
  
function LOADMONSTER(url) { popup=open(url,'LOAD','width=639,height=340,toolbar=0,directories=0,menubar=0,status=0,location=0,scrollbars=1,copyhistory=0,resizable=1,left=50,top=50') 
  } 
<!-------------

if (document.all || document.layers || document.getElementByid)
{
function isPopUpThere()
{
focusWaitID=setTimeout('isPopUpThere5()',"60");
}

function isPopUpThere5()
{
	
	if(window.popup)
 	{
 	if(!window.popup.closed){
			window.popup.focus();	
			}
	}
	clearTimeout(focusWaitID);
}
}
// --------->