var IsNN=(navigator.userAgent.indexOf("Netscape") !=-1)?true:false; 

if(document.location.toString().lastIndexOf("_cont")>0){

	if(navigator.userAgent.indexOf("Opera")!=-1){
		window.parent.ttitle.location.replace(document.location.toString().substring(Math.max(document.location.toString().lastIndexOf("\\"),document.location.toString().lastIndexOf("\/"))+1,document.location.toString().lastIndexOf("_"))+"_title.htm");
	}
	else{
		window.parent.ttitle.document.location.href=document.location.toString().substring(Math.max(document.location.toString().lastIndexOf("\\"),document.location.toString().lastIndexOf("\/"))+1,document.location.toString().lastIndexOf("_"))+"_title.htm";
	}
}


function Loading(){
	document.getElementById("tblMessage").style.visibility='hidden';
	document.getElementById("MainTable").style.visibility='visible';
}
