var spacetext = "";
if(navigator.userAgent.indexOf("IE") != -1)
{
	 spacetext ="<div style='position: absolute; width: 932px; height: 30px; z-index: 1; left: 25px; top: 92px' id='layer1'>";

}
else
{
	 spacetext ="<div style='position: absolute; width: 932px; height: 30px; z-index: 1; left: 35px; top: 90px' id='layer1'>";

}
document.write(spacetext);