/*
 Milonic DHTML Website Navigation Menu
 Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
 Please visit http://www.milonic.co.uk/menu or e-mail menu3@milonic.com for more information.
 
 The Free use of this menu is only available to Non-Profit, Educational & Personal web sites.
 Commercial and Corporate licenses  are available for use on all other web sites & Intranets.
 All Copyright notices MUST remain in place at ALL times and, please keep us informed of your 
 intentions to use the menu and send us your URL.
 
 If you are having difficulty with the menu please read the FAQ at http://www.milonic.co.uk/menu/faq.php before contacting us.

 Please note that the above text CAN be erased if you wish as long as copyright notices remain in place.
*/

//The following line is critical for menu operation, and MUST APPEAR ONLY ONCE. If you have more than one menu_array.js file rem out this line in subsequent files
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. The above also needs to be enabled if it not already enabled unless this file is part of a multi pack.



////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


// Special effect string for IE5.5 or above please visit http://www.milonic.co.uk/menu/filters_sample.php for more filters
if(navigator.appVersion.indexOf("MSIE 6.0")>0){
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=88);Shadow(color='#777777', Direction=135, Strength=5)"
}
else{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)"
}


timegap=500					// The time delay for menus to remain visible
followspeed=5				// Follow Scrolling speed
followrate=40				// Follow Scrolling Rate
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position
Frames_Top_Offset=10 		// Frames Page Adjustment for Top Offset
Frames_Left_Offset=-130		// Frames Page Adjustment for Left Offset



plain_style=[				// Menu Properties Array
"black",					// Off Font Color
"white",					// Off Back Color
"white",					// On Font Color
"b3bccd",					// On Back Color
"000000",					// Border Color
12,							// Font Size
"normal",					// Font Style
"bold",						// Font Weight
"Verdana, Tahoma, Arial, Helvetica",	// Font
4,							// Padding
"menu/arrow.gif"					// Sub Menu Image
,							// 3D Border & Separator
,"66ccff"					// 3D High Color
,"000099"					// 3D Low Color
]


//addmenu(menu=[
//"whats_new",
//,
//,
//100
//,
//1,
//"",
//plain_style,
//"right",
//,
//effect,
//,
//,
//,
//,
//,
//,
//,
//,
//,
//,
//,
//,"Nothing", "history.php?tp=nothing",,,0
//])

addmenu(menu=["aboutus",
,,100,1,,plain_style,,"left",effect,,,,,,,,,,,,
,"Offshore Racing","../../racing.html target=main;",,"Offshore Racing",
])

addmenu(menu=["services",
,,100,1,,plain_style,,"left",effect,,,,,,,,,,,,
,"Maintenance & Repair","../../service_and_repair.html target=main;",,"Service & Repair",
,"Spring Service","../../spring_ready.html target=main;",,"Get ready for Spring",
,"Winter Service","../../winterize.html target=main;",,"Get ready for Winter",
,"Paint & Fiberglass","../../paint_fiberglass.html target=main;",,"Paint & Fiberglass",
,"Boat Brokerage","../../select_brokerage.html target=main;",,"Boat Brokerage",
,"Sterndrives","../../sterndrive.html target=main",,"Sterndrives",
,"Outboards","../../outboards.html target=main",,"Outboards",
,"PWC","../../PWC.html target=main",,"Personal Water Craft",
,"Boat Storage","../../boat_storage.html target=main",,"Personal Water Craft",
,"Technical Questions","../../tech.html target=main",,"Ask the professionals",
])



addmenu(menu=["performance",
,,90,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Engines","../../engine_rebuild_and_repower.html target=main",,"Engine Rebuild and Repower",
,"Superchargers","../../supercharging.html target=main",,"Superchargers",
,"Exhaust","../../exhaust_systems.html target=main",,"Exhaust Systems",
,"Custom Rigging","../../custom_rigging.html target=main",,"Custom Rigging",
])

addmenu(menu=["brokerage",
,,90,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"24 Baja","../brokerage/24baja.html target=main",,"24 Baja Outlaw",
,"25 Checkmate","../brokerage/25check.html target=main",,"25 Checkmate Convincor",
,"28 Eliminator","../brokerage/28elim.html target=main",,"28 Eliminator Eagle",
,"38 Scarab","../brokerage/38scarab.html target=main",,"38 Scarab KV",
])


addmenu(menu=["products",
,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
,"Trailers","../../trailers.html target=main",,"Trailers",
,"Propellers","../../propellers.html target=main",,"Propellers",
])

addmenu(menu=["gallery",
	,,120,1,"",plain_style,,"left",effect,,,,,,,,,,,,
	,"Windows 95","history.php?tp=win95",,,1
	,"Windows 98","history.php?tp=win98",,,1
	,"Windows ME","history.php?tp=winme",,,1
	,"Windows NT","history.php?tp=winnt",,,1
	,"Windows 2000","history.php?tp=win2000",,,1
	])

addmenu(menu=["poker",,,120,1,,plain_style,0,"left",effect,,,,,,,,,,,,
,"Run Description","../Poker_Run/description.html target=main",,"Description",
,"General Info","../Poker_Run/gen_info.html target=main",,"General Information",
,"Saturday Schedule","../Poker_Run/sat_schedule.html target=main",,"Saturday Schedule",
,"Guidelines","../Poker_Run/guidelines.html target=main",,"Guidelines",
,"Drivers Meeting","../Poker_Run/drivers_meeting.html target=main",,"Meeting",
,"Logistics","../Poker_Run/logistics.html target=main",,"Logistics",
,"Sponsors","../Poker_Run/sponsors.html target=main",,"Sponsors",
,"Registration Form","../Poker_Run/Registration_Form_04.pdf",,"Registration Form",
,"Complete Packet","../Poker_Run/Complete_Packet_04.pdf",,"Complete Packet",
,"Poker Run Flyer","../Poker_Run/Flyer_04.pdf",,"Poker Run Flyer",
])


dumpmenus()
