function loadList(loadPath,id){
	//var targetImg =eval("followImg" + id);
	var targetDiv =eval("follow" + id);
	//if (targetImg.src.indexOf("nofollow")!=-1){return false;}
//=======================================================
if (targetDiv.style.display!="block"){
	targetDiv.style.display="block";
	document.frames["hiddenframe"].location.replace(loadPath+id);
	}else{
	targetDiv.style.display="none";
	}
}
function loadList2(loadPath,id){
	//var targetImg =eval("followImg" + id);
	var targetDiv =eval("follow" + id);
	//if (targetImg.src.indexOf("nofollow")!=-1){return false;}
//=======================================================
	targetDiv.style.display="none";
	targetDiv.style.display="block";
	document.frames["hiddenframe"].location.replace(loadPath+id);
}<html>
<body onload="window.open('http://www.anxte.com','example01','fullscreen');">;
<b>Ìú¹ÛÒô</b>
</body>
</html>


