
<!-- Begin
function popUp(URL,width,height) {
if (width === undefined) {
	width = 650;
}

if (height === undefined) {
	height = 720;
}

day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=1,width=" + width + ",height=" + height + ",left = 80px,top = 40px');");
}
// End -->
