    <!--
	    function setWin1(PageName){
        new_window = window.open(PageName,'new','resizable=1,scrollbars=1,status=0,width=560,height=550');
	//new_window = window.open('','','');
      }
    <!--
	    function setWin2(PageName){
        new_window = window.open(PageName,'new','resizable=1,scrollbars=1,status=0,width=530,height=400');
	//new_window = window.open('','','');
      }
    <!--
	    function setWin3(PageName){
        new_window = window.open(PageName,'new','resizable=1,scrollbars=1,status=0,width=900,height=403');
	//new_window = window.open('','','');
      }
