<!-- Begin
function popUp(URL, specWidth, specHeight) {
day = new Date();
id = day.getTime();
if(specWidth == 'null')
	specWidth = 390;
if(specHeight == 'null')
	specHeight = 450;

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=" + specWidth + ",height=" + specHeight + ",left=100,top=100');");
}
// End -->
