function openpopup()
{
	var webcast="http://63.79.80.27/webcast/webcast.asp?webcast_id=1135"
	winpops=window.open(webcast,"","width=600,height=450,top=0,left=0")
}

function openpopup1()
{
	var webcast="http://63.79.80.27/webcast/webcast.asp?webcast_id=1115"
	winpops=window.open(webcast,"","width=600,height=450,top=0,left=0")
}

function popUp(URL) 
{
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=202,height=458,left=0,top=0');");
}
