// JavaScript Document
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,status=0,menubar=0,resizable=1,top=0,left=0,width=500,height=550');");
}
