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);
}
