<!--
function dWin()
{
	if(windowClose == true)
	{
		window.open('http://www.tvb.healthsecrets.com/templates/boardroominc/healthsecrets/18/pop/index.php','emailWin','width=350,height=425,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no');
	}
	window.focus();
}

function popUnder() { 

    poWin = window.open('templates/allstar/buxtonbagv2/544/pop_rebate.html','rebate','scrollbars=no,width=400,height=380,left=0,top=0'); 
    puWin = window.open('https://www.freeshipping.com/join.asp?PID3=401','puWin','scrollbars=yes,fullscreen=yes'); 
    puWin.blur(); window.focus(); 
    poWin.focus(); 

}

//-->