// The following line is critical for menu operation, and must appear only once.
//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


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

timegap=500				// The time delay for menus to remain visible on mouse off
followspeed=5				// Follow Scrolling speed (higher number makes the scrolling smoother but slower)
followrate=40				// Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
suboffset_top=0;			// Sub menu offset Top position 
suboffset_left=0;			// Sub menu offset Left position

// 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=0)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=0);"
}

//topbar style
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.
"ffffff",				// Mouse Off Font Color
"006eb9",				// Mouse Off Background Color
"000000",				// Mouse On Font Color
"feffb1",				// Mouse On Background Color
"009be3",				// Menu Border Color 
14,					// Font Size (default is px but you can specify mm, pt or a percentage)
"normal",				// Font Style (italic or normal)
"bold",					// Font Weight (bold or normal)
"arial, tahoma, geneva",		// Font Name
4,					// Menu Item Padding
"images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,					// 3D Border & Separator bar
"66ffff",				// 3D High Color
"000099",				// 3D Low Color
"ffffff",				// Current Page Item Font Color (leave this blank to disable)
"006eb9",				// Current Page Item Background Color (leave this blank to disable)
"images/arrowdn.gif",			// 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)
]


addmenu(menu=[				// This is the array that contains your menu properties and details
"topbar",				// Menu Name - This is needed in order for the menu to be called
50,					// Menu Top - The Top position of the menu in pixels
0,					// Menu Left - The Left position of the menu in pixels
,					// Menu Width - Menus width in pixels
1,					// Menu Border Width 
"center",				// 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)
"left",					// 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 Scrolling - Tells the menu item to follow the user down the screen (visible at all times) (1=on/0=off)
1, 					// 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
,					// ..Now Obsolete..
,					// 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)
,					// Reserved for future use
,					// Reserved for future use
,					// Reserved for future use

// "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"&nbsp;Home&nbsp;","home.htm",,"Model Masters Homepage",1
,"&nbsp;Ships&nbsp;&nbsp;&nbsp;","show-menu=ships","ships.htm","Ships",1
,"&nbsp;Offshore&nbsp;&nbsp;&nbsp;","show-menu=offshore","offshore.htm","Offshore",1
,"&nbsp;Aviation&nbsp;&nbsp;&nbsp;","show-menu=aviation",,"Aviation",1
,"&nbsp;Trains&nbsp;&nbsp;&nbsp;","show-menu=trains","trains.htm","Trains",1
,"&nbsp;Engineering&nbsp;&nbsp;&nbsp;","show-menu=engineering","engineer.htm","Engineering",1
,"&nbsp;Architectural&nbsp;&nbsp;&nbsp;","show-menu=architectural","arch.htm","Architectural",1
])

if(document.layers)m1div="_d.layers['menu1'].document.layers['mel1'].document.layers['subscribeform']"; else m1div="subscribeform"

addmenu(menu=["ships",,,160,1,"",style1,,"",effect,,,,,,,,,,,,
,"cargo&nbsp;&nbsp;&nbsp;","show-menu=cargo","cargo.htm","Cargo Ships",1
,"cruise & ferry&nbsp;&nbsp;&nbsp;","show-menu=cruise&ferry","cruise.htm","Cruise & Ferry",1
,"classic cruise liner&nbsp;&nbsp;&nbsp;","show-menu=classic","classic.htm","Classic Cruise Liner",1
,"naval&nbsp;&nbsp;&nbsp;","show-menu=naval","naval.htm","Naval Ships",1
,"work boat&nbsp;&nbsp;&nbsp;","show-menu=workboat","workboat.htm","Work Boat",1
])

	addmenu(menu=["cargo",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Atlantic LNG","atlanticlng01a.htm",,"Atlantic LNG",1
	,"Chemical Tanker","chemtank01a.htm",,"Chemical Tanker",1
	,"Columbialand","cland02a.htm",,"Columbialand",1
	,"Container","container01a.htm",,"Container",1
	,"Costamare","costamare01a.htm",,"Costamare",1
	,"Double Hull VLCC","hull01a.htm",,"Double Hull VLCC - Cutaway",1
	,"Geogas LPG Tanker","ggas01a.htm",,"Geogas LPG Tanker",1
	,"Hanjin 6250 TEU","hanjin05a.htm",,"Hanjin 6250 TEU",1
	,"LNG Tanker","lng01a.htm",,"LNG Tanker",1
	,"LPG Tanker","chem01a.htm",,"LPG Tanker",1
	,"Multi Purpose Container","mpc01a.htm",,"Multi Purpose Container",1
	,"Product Tanker","prod01a.htm",,"Product Tanker",1
	,"Samsung VLCC","ssvlcc01a.htm",,"Samsung VLCC",1
	,"Stena Ro-Ro","srr01a.htm",,"Stena Ro-Ro",1
	,"Totem Ro-Ro","totem01a.htm",,"Totem Ro-Ro",1
	,"VLCC","vlcc01a.htm",,"VLCC",1
	,"VLCC Double Hull","vlcc02a.htm",,"VLCC Double Hull",1
	])

	addmenu(menu=["cruise&ferry",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"American Classic Voyages","america01a.htm",,"American Classic Voyages",1
	,"Blue Star-Ferry","bstar01a.htm",,"Blue Star-Ferry",1
	,"Brilliance of the Seas","brilliance04a.htm",,"Brilliance of the Seas",1
	,"Disney Magic","magic01a.htm",,"Disney Magic",1
	,"Explorer of the Seas","explorer01a.htm",,"Explorer of the Seas",1
	,"Fantasy","fantasy01a.htm",,"Fantasy",1
	,"Fjord Veien-Ferry","fjordveien01a.htm",,"Fjord Veien-Ferry",1
	,"Monarch of the Seas","monarch01a.htm",,"Monarch of the Seas",1
	,"Queen Elizabeth 2","qe01a.htm",,"Queen Elizabeth 2",1
	,"Radiance of the Seas","rseas02a.htm",,"Radiance of the Seas",1
	,"Residensea","rsea01a.htm",,"Residensea",1
	,"Rembrandt","rembrandt01a.htm",,"Rembrandt",1
	,"Rotterdam V","rdm01a.htm",,"Rotterdam V",1
	,"Royal Viking Star","viking01a.htm",,"Royal Viking Star",1
	,"Vision of the Seas","vseas01a.htm",,"Vision of the Seas",1
	])
	
	addmenu(menu=["classic",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Normandie","normandie01a.htm",,"Normandie",1
	,"Queen of Bermuda","queen01a.htm",,"Queen of Bermuda",1
	,"Queen Mary","qmary01a.htm",,"Queen Mary",1
	,"Titanic","titanic01a.htm",,"Titanic",1
	])
	
	addmenu(menu=["naval",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Bathurst Class","bathurst05a.htm",,"Bathurst Class",1
	,"Missouri 16inch Gun & Barbette","miss01a.htm",,"Missouri 16inch Gun & Barbette",1
	,"US Coast Guard Cutter","uscg01a.htm",,"US Coast Guard Cutter",1
	,"USNS - Observation Island","cobra01a.htm",,"USNS - Observation Island",1
	])
	
	addmenu(menu=["workboat",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Beaufort","beaufort18a.htm",,"Beaufort",1
	])

addmenu(menu=["offshore",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Cable Layer","clayer03a.htm",,"Cable Layer",1
,"Drill Ship","dril01a.htm",,"Drill Ship",1
,"Havila Hidra","hidra01a.htm",,"Havila Hidra",1
,"Normand Pioneer","norm02a.htm",,"Normand Pioneer",1
,"Offshore Processing Platform","plat01a.htm",,"Offshore Processing Platform",1
,"Pipe Layer","cso01a.htm",,"Pipe Layer",1
,"Pride Angola","angola01a.htm",,"Pride Angola",1
,"Seismic Survey Vessel","geagle01a.htm",,"Seismic Survey Vessel",1
,"Semi-Submersible Rigging Unit","mplatform01a.htm",,"Semi-Submersible Rigging Unit",1
,"Siri Platform","siri02a.htm",,"Siri Platform",1
,"Standby Vessel","stan01a.htm",,"Standby Vessel",1
,"Subsea Viking","supp02a.htm",,"Subsea Viking",1
,"Supply Vessel","supp01a.htm",,"Supply Vessel",1
,"Tor Viking","torviking01a.htm",,"Tor Viking",1
,"UT 719","ut71901a.htm",,"UT 719",1
])

addmenu(menu=["aviation",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
,"aircraft&nbsp;&nbsp;&nbsp;","show-menu=aircraft","aircraft.htm","Aircraft",1
,"aerospace&nbsp;&nbsp;&nbsp;","show-menu=aerospace","aerospace.htm","Aerospace",1
])

	addmenu(menu=["aircraft",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Air 70","ai7001a.htm",,"Air 70",1
	,"Boeing 717","b71701a.htm",,"Boeing 717",1
	,"F-16","f01602a.htm",,"F-16",1
	,"Helicopter 1","heli01a.htm",,"Helicopter 1",1
	,"Helicopter 2","heli02a.htm",,"Helicopter 2",1
	,"Kt1","kt101a.htm",,"Kt1",1
	,"Trainer 1","f01601a.htm",,"Trainer 1",1
	,"Trainer 2","ktx201a.htm",,"Trainer 2",1
	])
	
	addmenu(menu=["aerospace",,,120,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Ikonos","ikonos01a.htm",,"Ikonos",1
	,"Satellite 1","sat01a.htm",,"Satellite 1",1
	,"Satellite 2","sat02a.htm",,"Satellite 2",1
	])
	
addmenu(menu=["trains",,,160,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Diesel Locomotive","trai04a.htm",,"Diesel Locomotive",1
,"High Speed Train","trai05a.htm",,"High Speed Train",1
,"Locomotive","trai02a.htm",,"Locomotive",1
,"Oil Tanker","trai01a.htm",,"Oil Tanker",1
,"Passenger Train 1","trai06a.htm",,"Passenger Train 1",1
,"Passenger Train 2","trai07a.htm",,"Passenger Train 2",1
])	

addmenu(menu=["engineering",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"88-B Shovel","plan01a.htm",,"88-B Shovel",1
,"Alstom Power","aimotor02a.htm",,"Alstom Power",1
,"Boiler","boiler01a.htm",,"Boiler",1
,"Boiler Cut-away","boilercutaway01a.htm",,"Boiler Cut-away",1
,"Crane","cran01a.htm",,"Crane",1
,"Conveyor System","proc01a.htm",,"Conveyor System",1
,"Diesel Engine","dies01a.htm",,"Diesel Engine",1
,"Front End Loader","plan04a.htm",,"Front End Loader",1
,"Incinerator","incini01a.htm",,"Incinerator",1
,"Incinerator Brass Work","rator01a.htm",,"Incinerator Brass Work",1
,"Link Belt Crane","cran02a.htm",,"Link Belt Crane",1
,"Manitowoc Crane","cran03a.htm",,"Manitowoc Crane",1
,"Plant&nbsp;&nbsp;&nbsp;","show-menu=plant","plant.htm","Plant",1
,"Propulsion Unit","prop01a.htm",,"Propulsion Unit",1
,"Reefer Container","cont01a.htm",,"Reefer Container",1
,"TD-40 Grader","plan02a.htm",,"TD-40 Grader",1
,"Shovel","plan03a.htm",,"Shovel",1
])

	addmenu(menu=["plant",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Garbage Burning Plant","arch02a.htm",,"Garbage Burning Plant",1
	,"Power Plant","power01a.htm",,"Power Plant",1
	//,"Sewage Purifying Plant","sewage01a.htm",,"Sewage Purifying Plant",1
	])

addmenu(menu=["architectural",,,180,1,"",style1,,"left",effect,,,,,,,,,,,,
,"Apartment Complex","arch01a.htm",,"Apartment Complex",1
,"Landscape&nbsp;&nbsp;&nbsp;","show-menu=landscape","land.htm","Landscape",1
])

	addmenu(menu=["landscape",,,215,1,"",style1,,"left",effect,,,,,,,,,,,,
	,"Hyundai Shipyard","hyundai08a.htm",,"Hyundai Shipyard",1
	,"Incheon Air-Cargo Terminal","act01a.htm",,"Incheon Air-Cargo Terminal",1
	,"Landscape Model","land01a.htm",,"Landscape Model",1
	,"Shipyard Model","shipyard01a.htm",,"Shipyard Model",1
	,"Waste Water Disposal Plant","wwdp01a.htm",,"Waste Water Disposal Plant",1
	])

//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
