function loading(ino){
var targetImg =document.getElementById("followImg");
var targetDiv =document.getElementById("follow");
if (targetDiv.style.display!='block'){
	//½ØÈëÌæ»»
if(targetImg.loaded=="no"){
	document.frames["hiddenframe"].location.replace("loading.asp");
	}
	targetDiv.style.display="block";
}
else{
	targetDiv.style.display="none";
	}
}
