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)}

effect = "Fade(duration=0.2);Alpha(style=0,opacity=78);Shadow(color='#777777', Direction=135, Strength=5)" // Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters



timegap=500					// The time delay for menus to remain visible

followspeed=5				// Follow Scrolling speed

followrate=40				// Follow Scrolling Rate

suboffset_top=10;			// Sub menu offset Top position 

suboffset_left=10;			// Sub menu offset Left position





plain_style=[				// Menu Properties Array

"FFFFFF",						// Off Font Color

"1E6C06",					// Off Back Color

"003333",					// On Font Color

"FADD74",					// On Back Color

"000000",					// Border Color

10,							// Font Size

"normal",					// Font Style

"bold",						// Font Weight

"Verdana, Arial, Helvetica",	// Font

1,							// Padding

""			// Sub Menu Image

,							// 3D Border & Separator

,"66ccff"					// 3D High Color

,"000099"					// 3D Low Color

]





addmenu(menu=[				// This is the array that contains your menu properties and details

"simplemenu1",				// Menu items Name

94,						// Top

,						// left

,							// Width

1,							// Border Width

"center",							// Screen Position - here you can use "center;left;right;middle;top;bottom"

plain_style,				// Properties Array - this is set higher up, as above

1,							// Always Visible - allows the menu item to be visible at all time

"left",						// Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center

,							// Filter - Text variable for setting transitional effects on menu activation

1,							// Follow Scrolling - Tells the menu item to follow the user down the screen

1, 							// Horizontal Menu - Tells the menu to be horizontal instead of top to bottom style

,							// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page

,							// Position of sub image left:center:right:middle:top:bottom

,							// Show an image on top menu bars indicating a sub menu exists below

,							// Reserved for future use

,							// Reserved for future use

,							// Reserved for future use

,,,


,"&nbsp;&nbsp;&nbsp;SALES&nbsp;&nbsp;&nbsp;","show-menu=sales",,"",1 // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"

,"&nbsp;&nbsp;&nbsp;PARTS&nbsp;Accessories&nbsp;&nbsp;&nbsp;","show-menu=parts",,"",1

,"&nbsp;&nbsp;&nbsp;SERVICES&nbsp;&nbsp;&nbsp;","show-menu=services","services.html","",1

,"&nbsp;&nbsp;&nbspVEHICLE&nbsp;PASSPORT&nbsp;&nbsp;&nbsp;","show-menu=vehicle","javascript:window.open('flash/vehicle-pass.html','passport','width=590,height=266');history.back()","",1 

,"&nbsp;&nbsp;&nbsp;MAIN&nbsp;PAGE&nbsp&nbsp;&nbsp;","show-menu=main","index.asp","",1

,"&nbsp;&nbsp;&nbsp;CONTACT&nbsp;US&nbsp;&nbsp;&nbsp;","show-menu=contact","contactus.asp","",1

,"&nbsp;&nbsp;&nbsp;OTAIBA&nbsp;WEBSITE&nbsp;&nbsp;&nbsp;","show-menu=otaiba","http://www.otaibagroup.com/","",1

])



addmenu(menu=["sales",

,,160,1,"",plain_style,,"left",effect,,,,,,,,,,,,

,"&nbsp;Range Rover ", "rangerover.html",,,1

,"&nbsp;Discovery ", "discovery.html",,,1

,"&nbsp;Defender ", "defender.html",,,1

,"&nbsp;Free Lander ", "freelander.html",,,1

])



addmenu(menu=["parts",

,,170,1,"",plain_style,,"left",effect,,,,,,,,,,,,

,"&nbsp;Range Rover","accrangerover.html",,,1

,"&nbsp;Discovery","accdiscovery.html",,,1

,"&nbsp;Defender","accdefender.html",,,1

,"&nbsp;Free Lander","accfreelander.html",,,1


])



addmenu(menu=["services",,,151,1,,plain_style,0,"left",effect,0,,,,,,,,,,,
,"&nbsp;Promotion","promotion.html",,,1

])

addmenu(menu=["vehicle",,,133,1,"",plain_style,,,effect,,,,,,,,,,,,

])


addmenu(menu=["main",,,86,1,"",plain_style,,"",effect,,,,,,,,,,,,
])

addmenu(menu=["contact",,,90,1,"",plain_style,,"",effect,,,,,,,,,,,,
])

addmenu(menu=["otaiba",,,122,1,"",plain_style,,"",effect,,,,,,,,,,,,

])

dumpmenus()