if(screen.width<=640) self.document.getElementById("ss0").href="../../latin_main640.css";
else if(screen.width>=800&&screen.width<1024) self.document.getElementById("ss0").href="../../latin_main800.css";
else if(screen.width>=1024&&screen.width<1280) self.document.getElementById("ss0").href="../../latin_main1024.css";
else if(screen.width>=1280) self.document.getElementById("ss0").href="../../latin_main1280.css";
function ir(obj)
{
	if(screen.width<=640)
	{
		obj.width=Math.ceil(obj.width/1024*640);
		obj.height=Math.ceil(obj.height/768*480);
	}
	if(screen.width>=800&&screen.width<1024)
	{
		obj.width=Math.ceil(obj.width/1024*800);
		obj.height=Math.ceil(obj.height/768*600);
	}
	obj.onload="";
}
