window.onload=function(){	
	if(window!=window.top)window.top.location.href=window.location.href;
	
	//document.getElementById('mloader').style.display="none";	
	//document.getElementById('mpage').style.display="block";	
	
	window.resizeTo(1080,800);
		
}
function TAL(){	
	o=document.getElementById('news_archive_block').style;
	o.visibility=(o.visibility=='hidden') ? 'visible' : 'hidden';	
	
	
}
function do_mailto(obj,to,domain,ext){
	obj.href="mailto:"+to+"@"+domain+"."+ext;
	
}






