<!--
function popUp(url, width, height) {
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(url, '" + id + "', 'menubar=0,toolbar=0,locationbar=0,personalbar=0,scrollbars=0,statusbar=0,location=0,resizable=0,width=" + width + ",height=" + height +"');");
}

//-->