<!---- for popup window  ---->
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbars=1, scrollbars=1, location=0, statusbars=1, menubars=0, resizable=0, width=650, height=350, left = 30, top = 130');");
}
