
/* Fills the entire screen. Scroll bar & Menu bar only */

function popup_fullscreenmenuonly(popurl) {
winpops = window.open(popurl,"","width=740, height=520, left=10, top=5, scrollbars=yes, menubar=yes, resizable=0")
}
