﻿	function anchor_this(tmpAnchor){
		var tmpLi=document.getElementsByTagName('li');
		for(var i=0;i<tmpLi.length;i++){
			if((tmpLi[i].id+'').indexOf('anchor_')==0) tmpLi[i].style.display='none';
		}

		try{
			$('#'+tmpAnchor+'_5')[0].style.display='block';
			location='#'+tmpAnchor+'_5';
		}catch(e){}
		try{
			$('#'+tmpAnchor+'_6')[0].style.display='block';
			location='#'+tmpAnchor+'_6';
		}catch(e){}
		try{
			$('#'+tmpAnchor+'_7')[0].style.display='block';
			location='#'+tmpAnchor+'_7';
		}catch(e){}
	}