function check(){
	if (top.location == this.location)
		document.getElementById("framefix").style.visibility="visible";
}

function hideInfo(){
	document.getElementById("framefix").style.visibility="hidden";
}