<!--
function PopUpWindow(URL,Wname,Wwidth,Wheight){
			window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=no,toolbar=no,location=no,directories=no,status=no").focus()
		}
//-->

<!--
function PopUpWindow2(URL,Wname,Wwidth,Wheight){
			window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=no,resizable=no,toolbar=no,location=no,directories=no,status=no").focus()
		}
		
<!--
function PopUpWindow3(URL,Wname,Wwidth,Wheight){
			window.open(URL,Wname,"width="+Wwidth+",height="+Wheight+",scrollbars=yes,resizable=yes,toolbar=no,location=no,directories=no,status=no").focus()
		}
//-->

<!--
	function pageUpdate(){
	        upDate=new Date(document.lastModified);
	        y = upDate.getFullYear();
	        m = upDate.getMonth() +1;
	        d = upDate.getDate();
		document.write("Last Update : ",y,"/",m,"/",d);
	}

	function newPage(fname){
	        newWin=window.open("","new","toolbar=no,scrollbars=yes,height=600,width=820,resizable=yes,titlebar=yes,dependent=yes");
	        newWin.location = fname;
	}

// -->

