
<!-- Begin
function popUp(URL) {
now = new Date();
stamp = now.getTime();
eval("page" + stamp + " = window.open(URL, '" + stamp + "', 'toolbar=0,scrollbars=yes,location=no,statusbar=0,menubar=0,resizable=1,width=350,height=350,top=200,left=300');");
}
// End -->

