// JavaScript Document

<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'scrollbars=0,toolbar=no,menubar=no,location=0,status=no,resizable=0,width=610,height=400,left = 50,top = 50');");
}

// End -->

