function popClick(URL, w, h) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=yes,scrollbars=yes,location=0,statusbar=0,menubar=0,resizable=yes,width="+w+",height="+h+"');");
}
function viewPage(webpage) {
		window.open(webpage, "View", "width=600, height=550,top=0, left=0, location=yes, menubar=yes, status=no, toolbar=yes,scrollbars=yes, resizable=yes");
}

