function addasimenus( )
{

// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)";
effect2 = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#cccccc', Direction=135, Strength=1)";
 

timegap=1000;			// The time delay for menus to remain visible
var bd = new BrowserDetector(navigator.userAgent);
var follow=0;
if (bd.browser != 'Netscape' && screen.height >= 600) {follow=140};
if (bd.browser == 'Netscape' && window.outerHeight >= 600) {follow=140}; 
followspeed=5	;	// Follow Scrolling speed
followrate=40	;	// Follow Scrolling Rate
suboffset_top=0;	// Sub menu offset Top position 
suboffset_left=12;	// Sub menu offset Left position
closeOnClick = true;

style1=[			// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"0000a4",			// Mouse Off Font Color
"fee531",			// Mouse Off Background Color
"fee531",			// Mouse On Font Color
"0000a4",			// Mouse On Background Color
"ffffff",			// Menu Border Color 
12,					// Font Size in pixels
"normal",			// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Tahoma, Arial, Helvetica",	// Font Name
4,					// Menu Item Padding
"images/arrow.gif",	// Sub Menu Image (Leave this blank if not needed)
0,					// 3D Border & Separator bar
,			// 3D High Color
,			// 3D Low Color
"0000a4",			// Current Page Item Font Color (leave this blank to disable)
"ffffff",			// Current Page Item Background Color (leave this blank to disable)
"",					// Top Bar image (Leave this blank to disable)
"",					// Menu Header Font Color (Leave blank if headers are not needed)
"",					// Menu Header Background Color (Leave blank if headers are not needed)
"ffffff",			// Menu Item Separator Color
];



addmenu(menu=[		// This is the array that contains your menu properties and details
"mainmenu",			// Menu Name - This is needed in order for the menu to be called
140,				// Menu Top - The Top position of the menu in pixels
6,					// Menu Left - The Left position of the menu in pixels
98,				    // Menu Width - Menus width in pixels
1,					// Menu Border Width 
,					// Screen Position - here you can use "center;left;right;middle;top;bottom" or a combination of "center:middle"
style1,				// Properties Array - this is set higher up, as above
1,					// Always Visible - allows the menu item to be visible at all time (1=on/0=off)
"center",			// Alignment - sets the menu elements text alignment, values valid here are: left, right or center
effect,				// Filter - Text variable for setting transitional effects on menu activation - see above for more info
follow,				// Follow Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
, 					// Horizontal Menu - Tells the menu to become horizontal instead of top to bottom style (1=on/0=off)
,					// Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page (1=on/0=off)
"",					// Position of TOP sub image left:center:right
,					// Set the Overall Width of Horizontal Menu to 100% and height to the specified amount (Leave blank to disable)
,					// Right To Left - Used in Hebrew for example. (1=on/0=off)
,					// Open the Menus OnClick - leave blank for OnMouseover (1=on/0=off)
,					// ID of the div you want to hide on MouseOver (useful for hiding form elements)
,					// Background image for menu when BGColor set to transparent.
,					// Scrollable Menu
,					// Reserved for future use
,"Home","homepage.htm",,"",2	// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"News","show-menu=News","news_updates.htm","",2
,"Gyroplanes","show-menu=Gyrospecs","gyro_photos.htm","",2
,"Engines","show-menu=Enginespecs","engine_photos.htm","",2
,"Dealers","dealers.htm",,"",2
,"Contact Us","contactus.htm",,"",2
,"About","show-menu=About","about_directors.htm","",2
//,"Client Login","client.htm",,"",2
]);

addmenu(menu=["About",,,150,1,"",style1,,"",effect,,,,,,,,,,,,
,"Directors","about_directors.htm",,"",2
,"Company Profile","about_companyprofile.htm",,"",2
]);

addmenu(menu=["News",,,150,1,"",style1,,"",effect2,,,,,,,,,,,,
,"Latest Updates","news_updates.htm",,"",2
,"Events","news_events.htm",,"",2
,"Media","news_media.htm",,"",2
]);

addmenu(menu=["Gyrospecs",,,150,1,"",style1,,"",effect2,,,,,,,,,,,,
//,"Overview","show-menu=GyroOverview","gyro_overview_design.htm","",2
,"Photos","gyro_photos.htm",,"",2
,"Video Clips","gyro_video.htm",,"",2
,"Specifications","gyro_specs.htm",,"",2
,"Orders","gyro_orders.htm",,"",2
]);

addmenu(menu=["Enginespecs",,,150,1,"",style1,,"",effect2,,,,,,,,,,,,
//,"Overview","show-menu=EngineOverview","engine_overview_design.htm","",2
,"Photos","engine_photos.htm",,"",2
,"Video Clips","engine_video.htm",,"",2
,"Specifications","engine_specs.htm",,"",2
//,"Orders","engine_orders.htm",,"",2
]);

//addmenu(menu=["GyroOverview",,,150,1,"",style1,,"",effect2,,,,,,,,,,,,
//,"Design","gyro_overview_design.htm",,"",2
//,"Testing","gyro_overview_testing.htm",,"",2
//,"Training","gyro_overview_training.htm",,"",2
//,"History","gyro_overview_history.htm",,"",2
//,"Links","gyro_overview_links.htm",,"",2
//]);

//addmenu(menu=["EngineOverview",,,150,1,"",style1,,"",effect2,,,,,,,,,,,,
//,"Design","engine_overview_design.htm",,"",2
//,"Testing","engine_overview_testing.htm",,"",2
//,"History","engine_overview_history.htm",,"",2
//,"Links","engine_overview_links.htm",,"",2
//]);
}
