tmh = function() 
{
	var hEls = document.getElementById("h_menu").getElementsByTagName("td");
	for (var i=0, len=hEls.length; i<len; i++) 
	{
		hEls[i].onmouseover=function() { this.className="jshover"; }
		hEls[i].onmouseout=function() { this.className=""; }
	}
}

if (screen.width==800)
{  
	document.write("<BODY style='background:url(/templates/glorya/images/top1024.jpg) no-repeat top right #ecf3fb;'>");
}
else if (screen.width==1024)
{  
	document.write("<BODY style='background:url(/templates/glorya/images/top1024.jpg) no-repeat top right #ecf3fb;'>");
}
else
{ 
	document.write("<BODY style='background:url(/templates/glorya/images/top.jpg) no-repeat top right #ecf3fb;'>");
}
resizephone = function ()
{
	if (screen.width==1024){var ua = navigator.userAgent.toLowerCase();
		if (ua.indexOf("msie") != -1 && ua.indexOf("opera") == -1 && ua.indexOf("webtv") == -1) 
		{
		document.getElementById("phone").style.top="-50px";
		document.getElementById("phone").style.left="-30px";		}else{					document.getElementById("phone").style.top="200px";		document.getElementById("phone").style.right="310px";		}
	}
}
