function gallery(page) { sub=window.open(page, "instructionsWindowResizable", "width=650,innerwidth=650,height=750,innerheight=750,toolbar=no,titlebar=no,menubar=no,location=no,scrollbars=no,resizable=no");sub.focus(); }

function apply(page) { sub=window.open(page, "instructionsWindowResizable", "width=650,innerwidth=650,height=670,innerheight=670,toolbar=no,titlebar=no,menubar=no,location=no,scrollbars=yes,resizable=no");sub.focus(); }

