function popup(page) {
OpenWin = this.open(page, "popup", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=400,height=500,left=100,top=50");
}
function printBequest(page) {
OpenWin = this.open(page, "popup", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=780,height=500,left=100,top=50");
}
function popGuide(page) {
OpenWin = this.open(page, "popup", "toolbar=no,menubar=no,location=no,scrollbars=yes,resizable=yes,width=600,height=700,left=100,top=50");
}
function popupMail(page) {
OpenWin = this.open(page, "popup", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=450,height=300,left=100,top=50");
}
function popupNL(page) {
OpenWin = this.open(page, "popup", "toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=500,height=600,left=100,top=50");
}