function URLPopup(sDemoURL) {
	window.open(sDemoURL, "", "scrollbars=1,resizable=1, height=500, width=350, left=125, top=125");
}

function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'scrollbars=1,resizable=1,width=850,height=800,left = 162,top = 84');");
}

