function ref(url){
	//parent.right.location = url + ".htm"
	if(url == "cyjm"){
  	 open(url + ".htm","_blank",'toolbar=no, location=no, status=no, menubar=no, scrollbars=no, resizable=no, width=792, height=545, left=0, top=0');		
		}else{
	open(url + ".htm","_blank")
}
}
function arrowRoundChange(){
	//arrowRound1.src = "images/arrowRound1.gif"
	//arrowRound2.src = "images/arrowRound2.gif"
	//arrowRound3.src = "images/arrowRound3.gif"
	//arrowRound4.src = "images/arrowRound4.gif"
}
function arrowRoundStop(){
	//arrowRound1.src = "images/arrowRound1Stick.gif"
	//arrowRound2.src = "images/arrowRound2Stick.gif"
	//arrowRound3.src = "images/arrowRound3Stick.gif"
	//arrowRound4.src = "images/arrowRound4Stick.gif"
}
