	function setcurrent(thelink){
	
	if(!thelink){
		
		
	 
	 fname = document.URL;
     if(fname.charAt(fname.length-1)=="/"){
	fname=fname+"index.php";}
}else{
	  
	fname="http://www.taichiunion.com/"+thelink;
}
 
		var thenavs=document.getElementsByName("navlink");
	
		for ( i = 0; i < thenavs.length; i++ ){
			 
		if (thenavs[i].href==fname){
			 
			thenavs[i].parentNode.style.background="#f00" ;
	thenavs[i].style.color="#fff" ;
	}
	}
	}
	
	function MM_openBrWindow(theURL,winName,features) { //v2.0
	  window.open(theURL,winName,features);
	}
	
	 