
function new_win1(url, w, h) {
 w1=window.open(url,'new_window1','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w1.focus();
    }
	function new_win2(url, w, h) {
 w2=window.open(url,'new_window2','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w2.focus();
    }
	function new_win3(url, w, h) {
 w3=window.open(url,'new_window3','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w3.focus();
    }
	function new_win4(url, w, h) {
 w4=window.open(url,'new_window4','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w4.focus();
    }
	function new_win5(url, w, h) {
 w5=window.open(url,'new_window5','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w5.focus();
    }
	function new_win6(url, w, h) {
 w6=window.open(url,'new_window6','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w6.focus();
    }
	function new_win7(url, w, h) {
 w7=window.open(url,'new_window7','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w7.focus();
    }
	function new_win8(url, w, h) {
 w8=window.open(url,'new_window8','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w8.focus();
    }
	function new_win9(url, w, h) {
 w9=window.open(url,'new_window9','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w9.focus();
    }
	function new_win10(url, w, h) {
 w10=window.open(url,'new_window10','resizable=no,menubar=no,status=no,scrollbars=no,width='+w+',height='+h);
    w10.focus();
    }
function rem() {
     window.defaultstatus="ok"
    }
