
<!-- Begin
function helpwindow(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=yes,location=0,statusbar=1,status=yes,print=no,menubar=yes,resizable=1,width=750,height=450,left = 20,top = 50');");
}
// End -->

<!-- Begin
function helpwindow2(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=yes,location=1,statusbar=1,status=yes,print=no,menubar=yes,resizable=1,width=675,height=350,left = 20,top = 50');");
}
// End -->

<!-- Begin
function helpwindow4(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=yes,location=0,statusbar=1,status=no,print=no,menubar=yes,resizable=1,width=675,height=350,left = 20,top = 50');");
}
// End -->

<!-- Begin
function popup(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=yes,location=0,statusbar=0,status=no,print=no,menubar=yes,resizable=0,width=750,height=450,left = 20,top = 50');");
}

// End -->
