<!--

function popunder(popurl)
{
	winpops=window.open(popurl,"popunder","width=385,height=515,top=1,left=1,scrollbars=no");
	this.focus();
}
function popUp1(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=0,width=1000,height=900');");
}
function openpopup(popurl)
{
	winpops=window.open(popurl,"popup","width=920,height=730,top=0,left=0");
	winpops.focus();
}

// -->
