

<!-- hide script from old browsers
 
var winID = "sbdMain";
var doPopUnder=true;

function popUp2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=642,height=460');");
}
function popUp3(URL) {

sbdinfowin = window.open(URL, 'sbdinfowin', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=620,height=460');
}

function popUp4(URL) {
sbdinfowin = window.open(URL, 'sbdinfowin', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=660,height=460');
}

function _pop(url)
{

	var randomnumber=Math.floor(Math.random()*1001)
	myWin = window.open(url, 'myWin' + randomnumber, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=640,height=715');
}


function goUrl(url)
{
	location.href=url;
}

function goUrlNoPop(url)
{
	doPopUnder=false;
	location.href=url;

}

function popUp(URL) 
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=450,height=450');");
}

function popit(p, l, w, h, u)
{
	if(doPopUnder==true)
	{
		popunderwin = window.open('/sbd/publicsite/funnel/v2/popunder.aspx?loc=' + l + '&email=<%=email%>&promo=<%=promo%>&u=' + u, 'popunderwin', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=500');
		//popunderwin.focus();
	}
}

function noPop()
{
	doPopUnder = false;
}


function checkClose()
{
	setTimeout("checkClose_Part2()",100);
	
}

function checkClose_Part2()
{
try
{
if(window.opener.winID == "main" || window.opener.name == "main") self.close();
}
catch(e){}
}
function _pop650(url)
{
	var randomnumber=Math.floor(Math.random()*1001)
	myWin = window.open(url, 'myWin' + randomnumber, 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=666,height=615');
	myWin.focus();
}


function popToggle(obj)
{	
		
		var myWin = window.open('/SBD/PublicSite/Funnel/' +  obj, 'myWin', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=380,height=450');
	
}

// end hiding script from old browsers -->


// expands health conditions matrix 
function Expand(e) 
{ 
    g = document.getElementById(e);
    if (g.style.display == 'none') 
        g.style.display = 'block'; 
    else 
        g.style.display = 'none';
}