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 goUrl(url)
{
	location.href=url;
}

function goUrlNoPop(url)
{
	doPopUnder=false;
	location.href=url;
}