function winopen(anywindow, bar, loc, mbar, scrbar, w, h, res) { MainWindow = window.open (anywindow,"_blank","toolbar="+bar+",location="+loc+",menubar="+mbar+",scrollbars="+scrbar+",width="+w+",height="+h+",resizeable="+res+",status=no"); }