BLANK_IMAGE = 'images/blank.gif';

var STYLE = {
	border:1,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#ffffff",	// color of the item border, if any
		shadow:"#ffffff",	// color of the item shadow, if any
		bgON:"#003366",		// background color for the items
		bgOVER:"#003366"	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn",		// CSS class for items
		OVER:"clsCMOver"	// CSS class for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:[6,30], itemoff:[21,0], leveloff:[0,149], delay:200, style:STYLE, size:[22,150]},
	{code:"Home", url:"main.html"
	},
	{code:"Superyacht", url:"main01.html",
		sub:[
			{},
			{code:"136ft Custom 50-kt Water Jet", url:"ams01.html", size:[22,240]						},
			{code:"AOS 110D Sport Yacht", url:"ams24.html", size:[22,240]
			},
			{code:"Zephyrus: 180ft 4-Deck Superyacht", url:"ams15.html", size:[22,240]
			},
			{code:"Chances Are: 216ft 5-Deck Superyacht", url:"ams02.html", size:[22,240]
			},
			{code:"AOS 128 Luxury Superyacht", url:"ams23.html", size:[22,240]
			},
			{code:"Margaux: AOS 116ft Surface Drive", url:"ams07.html", size:[22,240]
			},
			{code:"131ft Skylounge Superyacht", url:"ams40.html", size:[22,240]
			},
			{code:"Trinity 118ft New Design Concept", url:"ams27.html", size:[22,240]
			},
			{code:"140ft Flybridge Superyacht", url:"ams28.html", size:[22,240]
			},
			{code:"Heisley 112 Caribe Tunnel Drive", url:"ams26.html", size:[22,240]
			},
			{code:"Trekker: 111ft World Cruising Yacht", url:"ams30.html", size:[22,240]
			},
			{code:"Admiral 125 Tri-Deck Superyacht", url:"ams36.html", size:[22,240]
			}
		]	
	},
	{code:"Sportfish/Sedan", url:"main02.html",
		sub:[
			{},
			{code:"Speed Merchant: Tribute 67", url:"ams17.html", size:[22,246]
			},
			{code:"MantaRay: 50-kt Canyon Runner", url:"ams14.html", size:[22,246]
			},
			{code:"Wolfe 46 Sport Sedan", url:"ams05.html", size:[22,246]
			},
			{code:"Flagship 520 Sport Sedan", url:"ams21.html", size:[22,246]
			},
			{code:"32ft Jet-Propeller Fishing Vessel", url:"ams31.html", size:[22,246]
			},
			{code:"74ft Tournament Sportfish", url:"ams35.html", size:[22,246]
			},
			{code:"Azore: 46ft Sport Sedan", url:"ams52.html", size:[22,246]
			},
			{code:"Tsunami: 43ft Walk-Around Sportfish", url:"ams55.html", size:[22,246]
			}
		]

	},
	{code:"Gas Turbine", url:"main03.html",
		sub:[
			{},
			{code:"282ft Gas Turbine Hyper Yacht", url:"ams18.html", size:[22,260]
			},
			{code:"Spool Up: 137ft Gas Turbine Yacht", url:"ams13.html", size:[22,260]
			},
			{code:"Thermal Runaway: TVI-41 Twin Turbine", url:"ams04.html", size:[22,260]
			},
			{code:"AOS 110T Turbine Sport Yacht", url:"ams25.html", size:[22,260]
			}
		]
	},
	{code:"3D Modeling", url:"main05.html",
		sub:[
			{},
			{code:"Computer Aided Design", url:"ams11.html", size:[22,240]
			},
			{code:"Advanced Propulsion Development", url:"ams20.html", size:[22,240]
			},
			{code:"Photorealistic Presentation", url:"ams22.html", size:[22,240]
			},
			{code:"Fino 30: Pre-Production Rendering", url:"ams29.html", size:[22,240]
			}
		]
	},
	{code:"Tooling", url:"main06.html",
		sub:[
			{},
			{code:"Adler: Hull Surface File", url:"ams09.html", size:[22,200]
			},
			{code:"43ft Sportfish Hull Tooling", url:"ams50.html", size:[22,200]
			},
			{code:"43ft Sportfish Structural Grid", url:"ams51.html", size:[22,200]
			},
			{code:"Detailed Deck Tooling Design", url:"ams56.html", size:[22,200]
			}
		]
	},
	{code:"Sail Craft", url:"main07.html",
		sub:[
			{},
			{code:"Norseman 400 Performance Sloop", url:"ams06.html", size:[22,230]
			},
			{code:"Norseman 535 Cruising Cutter", url:"ams33.html", size:[22,230]
			},
			{code:"Redline Spyder 24ft Racer", url:"ams34.html", size:[22,230]
			}
		]
	},
	{code:"Power Cruiser", url:"main08.html",
		sub:[
			{},
			{code:"Independence 45 Trawler Yacht", url:"ams16.html", size:[22,216]
			},
			{code:"Night Star: Independence 50", url:"ams19.html", size:[22,216]
			},
			{code:"Seeker: 78ft Expedition Yacht", url:"ams41.html", size:[22,216]
			},
			{code:"Trekker: 111ft World Cruiser", url:"ams30.html", size:[22,216]
			}
		]
	},
	{code:"Special Purpose", url:"main09.html",
		sub:[
			{},
			{code:"160ft Atlantic Challenger", url:"ams03.html", size:[22,214]
			},
			{code:"Surface Drive Propulsion", url:"ams10.html", size:[22,214]
			},
			{code:"54ft Winged Raceboat", url:"rb54.html", size:[22,214]
			},
			{code:"86ft Turbine Patrol Craft", url:"ams32.html", size:[22,214]
			},
			{code:"40ft Twin Outboard Patrol Cat", url:"ams43.html", size:[22,214]
			},
			{code:"80ft Seminole Interdiction Craft", url:"ams42.html", size:[22,214]
			}
		]
	},
	{code:"Interior", url:"main04.html",
		sub:[
			{},
			{code:"Adler: Interior Development", url:"ams12.html", size:[22,222]
			},
			{code:"Margaux: Interior Presentation", url:"ams08.html", size:[22,222]
			},
			{code:"Azore: Main Cabin Interior Model", url:"ams53.html", size:[22,222]
			},
			{code:"Tsunami: Luxury Sportfish Cabin", url:"ams54.html", size:[22,222]
			}
		]
	},
	{code:"Professional Services", url:"proservices.html"
	},
	{code:"Project List", url:"list.html"
	},
	{code:"In The Press", url:"press.html"
	},
	{code:"Contact", url:"contact.html"
	}
];

