<!--
//topup
	function topdown(){
		document.all.top.src="button/top.gif";
		}
	function topup(){
		document.all.top.src="button/topup.gif"
		}
		
		function F_ImgChg(N_iPath,N_iName){
	document.images[N_iName].src = N_iPath;
}
//-->



