//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#748CA5", "shadow":"#003366", "bgON":"#C5D1DB","bgOVER":"#748CA5", "imagebg":"#C5D1DB", "oimagebg":"#748CA5"};
var defcss = {"ON":"menuOn", "OVER":"menuOver"};
var subcss = {"ON":"subMenuOn", "OVER":"subMenuOver"};
var TOP_LEFT = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":1, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":1, "borders":[1,1,1,1],"shadow":2, "color":defcolor, "css":defcss};
var STYLE1 = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};
var STYLE_TOP = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};
var STYLE_BOTT = {"border":1, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":subcss};

var MENU_ITEMS = [
	{"pos":"relative", "size":[15,100], "itemoff":[0,100], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "arrow":"images/arrow.gif", "arrsize":[10,10],  "style":TOP_LEFT},
    {
    	code:"Home", url:"index.htm", "format":{"arrow":null, "image":null}
	},
	
	{
    	code:"Aircraft", url:"aircraft.htm", "size":[15,150], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[20,150], "itemoff":[20,0],"leveloff":[15,0],"arrow":"images/arrow.gif","arrsize":[10,10]},
            {code:"&nbsp;Jabiru J160", url:"jabiruj160.htm", "format":{"style":STYLE_TOP}},            
            {code:"&nbsp;Jabiru J200 & J400", url:"jabiruj200j400.htm", "format":{"style":STYLE1}},            
            {code:"&nbsp;Jabiru J230 & J430", url:"jabiruj230j430.htm", "format":{"style": STYLE1}},
            {code:"&nbsp;Jabiru J250 & J450", url:"jabiruj250j450.htm", "format":{"style": STYLE1}},
            {code:"&nbsp;Jabiru SP", url:"jabirusp.htm", "format":{"style": STYLE1}},
			{code:"&nbsp;Jabiru UL", url:"jabiruul.htm", "format":{"style":STYLE_BOTT}}
            ]
    
    },
	
    {
    	code:"Engines", url:"engines.htm", "size":[15,120], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[22,170], "itemoff":[22,0],"leveloff":[15,0],"arrow":"images/arrow.gif","arrsize":[13,13]},
            {code:"&nbsp;Jabiru 2200 80hp engine", url:"2200engine.htm", "format":{"style":STYLE_TOP}},            
            {code:"&nbsp;Jabiru 3300 120hp engine", url:"3300engine.htm", "format":{"style":STYLE1}},
			{code:"&nbsp;Jabiru 5100 180hp engine", url:"5100engine.htm", "format":{"style":STYLE1}},
            {code:"&nbsp;Installation Packages", url:"http://www.jabiru.net.au/engines/installation/index.html", target:"blank", "format":{"style":STYLE_BOTT}}
            ]
    
    },
    
  {
    	code:"Custom Plane", url:"myplane.htm", "format":{"arrow":null, "image":null}
	},
    
    {
    	code:"Service Bulletin", url:"services.htm", target:"_self", "format":{"arrow":null, "image":null}
	},
	
	{
    	code:"About us", url:"aboutus.htm", "format":{"arrow":null, "image":null}
	},
	
	{
    	code:"Contact us", url:"contact.htm", "format":{"arrow":null, "image":null}
	},
];