//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#8F795B", "shadow":"#8F795B", "bgON":"#CC9966","bgOVER":"#CEB492", "imagebg":"#CC9966", "oimagebg":"#CEB492"};
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,96], "itemoff":[0,96], "imgsize":[16,27], "leveloff":[0,0], "delay":600, "arrow":"images/arrow.gif", "arrsize":[10,10],  "style":TOP_LEFT},
    {
    	code:"Activities", url:"adventure.htm", "format":{"arrow":null, "image":null}
	},
	
	{
    	code:"Accommodation", "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;Chalets", url:"accomm-chalets.htm", "format":{"style":STYLE_TOP}},     
            {code:"&nbsp;Backpackers", url:"accomm-backpackers.htm", "format":{"style": STYLE1}},
            {code:"&nbsp;Khoisan Huts", url:"accomm-khoi.htm", "format":{"style": STYLE1}},
			{code:"&nbsp;Caravan Park", url:"accomm-caravan.htm", "format":{"style":STYLE_BOTT}}
            ]
    
    },
	
    {
    	code:"Products", "size":[15,100], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[20,150], "itemoff":[20,0],"leveloff":[15,0],"arrow":"images/arrow.gif","arrsize":[13,13]},
            {code:"&nbsp;Candle Making", url:"products-candles.htm", "format":{"style":STYLE_TOP}},            
            {code:"&nbsp;Fabric Painting", url:"products-fabrics.htm", "format":{"style": STYLE1}},
            {code:"&nbsp;Paper Making", url:"products-paper.htm", "format":{"style": STYLE1}},
            {code:"&nbsp;Wood Turning", url:"products-wood.htm", "format":{"style": STYLE1}},
			{code:"&nbsp;Indigenous Nursery", url:"products-nursery.htm", "format":{"style": STYLE1}},
            ]
    
    },
    
   {
    	code:"Profile", url:"profile.htm", "format":{"arrow":null, "image":null}
	},
    
    {
    	code:"Contact us", url:"contact.htm", "size":[15,100], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[20,130], "itemoff":[20,0],"leveloff":[15,0],"arrow":"images/arrow.gif","arrsize":[13,13]},
{code:"&nbsp;Links", url:"sponsors.htm", "format":{"style":STYLE_BOTT}}
            ]
    },
    
	{
    	code:"Home", url:"index.htm", "format":{"arrow":null, "image":null}
	},
];