
/* Fills half the screen. Menu bar only */

function open_halfscreen(popurl) {
winpops = window.open(popurl,"","width=500, height=430, left=150, top=15, scrollbars=no, menubar=no, toolbar=no, resizable=0")
}

