scrWidth = screen.availWidth;
if (scrWidth>=1024)
{
	x = ( scrWidth - 800 )/ 2 ;
	x= 240 + x ;
}

if (scrWidth<1024)
{
	x= 240 ;
}

var strHTML=new Array()  
number = 0;

strHTML[number++]='<div id="Layer3" style=" position:absolute; left:'+ x +'px; top:506px; width:450px; height:45px; z-index:1" >'

strHTML[number++]='<iframe src="home_menu.htm" name="HB2" width=550 height=24 scrolling=no frameborder=0 border=0>   </iframe>'

strHTML[number++]='</div>'  

for (i=0;i<strHTML.length;i++){
	document.write(strHTML[i])
}