function moveDHTML()
			{
				
			var totalScreen = document.body.clientWidth;
					
				if(navigator.appName == "Microsoft Internet Explorer")
				{
						var leftPos = ((totalScreen - 780) / 2) - 5;
						
						if (leftPos > 0)
						{
							//alert(leftPos);
							document.getElementById("dhtmlMenu").style.left = leftPos + 'px';
							
							//alert(document.getElementById("dhtmlMenu").style.left);
						}
						else
						{
							document.getElementById("dhtmlMenu").style.left = '-5px';
						}

					}
					else
					{
						var leftPos = ((totalScreen - 780) / 2) - 4;
						if (leftPos > 0)
						{
							//alert(leftPos);
							document.getElementById("dhtmlMenu").style.left = leftPos + 'px';
						}
						else
						{
							document.getElementById("dhtmlMenu").style.left = '1px';
						}
					}
				}
				
				window.onresize = moveDHTML;	

menunum=0;
menus=new Array();
d=document;
function addmenu(){
menunum++;
menus[menunum]=menu;}
function dumpmenus(){
mt="<script language=javascript>";
for(a=1;a<menus.length;a++){
mt+=" menu"+a+"=menus["+a+"];"
}mt+="<\/script>";
d.write(mt)}
//Please leave the above line intact
effect=""
timegap=100//time delay for menus to remain visi-100
followspeed=3//Scrolling speed-3
followrate=40//Scrolling Rate-40
suboffset_top=0;//Sub menu offset Top posi-5
suboffset_left=0;//Sub menu offset Left posi-0
mainmenu_style=[//Menu Properties Array
"#ffffff",//Off Font Color
"#0f5e7c",//Off Back Color
"#fbfaf4",//On Font Color
"#0f5e7c",//On Back Color//changed by rahi from #ffe689,#d9faff
"#dad0bc",//Border Color
"10px",//Font Size
"normal",//Font Style
"bold",//Font Weight
"Verdana",//Font
"2",//Padding
"http://omanair.aero/wy/images/menuarrow.gif" //Sub Menu Img
,//3D Border&Separator
,//3D High Color
,//3D Low Color
]
submenu_style=[//Menu PropertiesArray
"#000000",//Off Font Color
"#f9f7ef",//Off Back Color
"#ffffff",//On Font Color
"#ad9559",//On Back Color fff9e3
"#5f6063",//Border Color
"10px",//Font Size
"normal",//Font Style
"normal",//Font Weight
"Verdana",//Font
"3",//Padding
"http://omanair.aero/wy/images/menuarrow.gif" //Sub Menu Image
,//3D Border&Separator
,//3D High Color
,//3D Low Color
]
subsubmenu_style=[
"#000000",
"#f9f7ef",
"#ffffff",
"#ad9559",//#fff9e3
"#7b796b",
"10px",
"normal",
"normal",
"Verdana",
"3",
"http://omanair.aero/wy/images/menuarrow.gif"
,
,
,
]
