function opWin(opn,opw,oph,scr){
window.open(opn, "", "left=0, top=0, width="+opw+", height="+oph+", menubar=no, statusbar=no, scrollbars="+scr+", directories=no, toolbar=no, location=no, resizable=no");
}

