//keywords
var code="code";var url="url";var sub="sub";
//styles
var defcolor = {"border":"#C6E0E9", "shadow":"", "bgON":"#A7C1CA","bgOVER":"#C6E0E9", "imagebg":"#C6E0E9", "oimagebg":"#A7C1CA"};
var defcss = {"ON":"menuOn", "OVER":"menuOver"};
var subcss = {"ON":"subMenuOn", "OVER":"subMenuOver"};
var TOP_LEFT = {"border":0, "borders":[1,1,1,1], "shadow":2, "color":defcolor, "css":defcss};
var TOP_MIDDLE = {"border":0, "borders":[1,1,1,1], "shadow":0, "color":defcolor, "css":defcss};
var TOP_RIGHT = {"border":0, "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":[18,96], "itemoff":[0,96], "imgsize":[18,26], "leveloff":[0,0], "delay":600, "arrow":"images/arrow.gif", "arrsize":[10,10],  "style":TOP_LEFT},
	{
    	code:"About Solien", url:"introduction.htm", "size":[18,270], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[18,270], "itemoff":[18,0],"leveloff":[19,0],"arrow":"images/arrow.gif","arrsize":[10,10]},
            {code:"&nbsp;Introduction to Solien", url:"introduction.htm", "format":{"style":STYLE_TOP}}, 
			{code:"&nbsp;Press Releases - Garden Route Investments Issue 20", url:"news-GRI.htm", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Press Releases - GRL Issue 11", url:"news-GRL.htm", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Press Releases - Sun Harvest, Oubaai Magazine", url:"sun_harvest.pdf", target:"_blank", "format":{"style":STYLE_TOP}},
            {code:"&nbsp;Links", url:"links.htm", "format":{"style":STYLE1}}
            ]
    
    },
	
	{
    	code:"What You Can Do", "size":[18,230], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[18,230], "itemoff":[18,0],"leveloff":[19,0],"arrow":"images/arrow.gif","arrsize":[10,10]},
            {code:"&nbsp;Home Owners", url:"homeowner.htm", "format":{"style":STYLE_TOP}}, 
			{code:"&nbsp;Architects, Developers..", url:"architectsdevelopers.htm", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Reduce, Re-use, Recycle, Buy Recycled goods, ", url:"rrr.htm", "format":{"style":STYLE_TOP}},     
            {code:"&nbsp;Frequently Raised Concerns", url:"concerns.htm", "format":{"style":STYLE1}}
            ]
    
    },
	
    {
    	code:"Products", "size":[18,100], "format":{"arrow":null, "image":null},
    	sub:[
        {"size":[18,220], "itemoff":[18,0],"leveloff":[19,0],"arrow":"images/arrow.gif","arrsize":[13,13]},
     		{code:"&nbsp;Solar Water Heating Systems", url:"solarwaterheating.htm", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Photovoltaics", url:"photovoltaics.htm", "format":{"style":STYLE_TOP}},
			{code:"&nbsp;Biogas digesters", url:"biogasdigesters.htm", "format":{"style": STYLE1}}, 
            {code:"&nbsp;Hypocausts", url:"hypocaust.htm", "format":{"style": STYLE1}},
            {code:"&nbsp;Wind Turbines", url:"windturbines.htm", "format":{"style": STYLE1}},
			{code:"&nbsp;Domestic Sewage Treatment Plants", url:"domesticsewage.htm", "format":{"style": STYLE1}},
			{code:"&nbsp;Waterless Composting Toilets", url:"waterlesscomposting.htm", "format":{"style": STYLE1}}
            ]
    
    },
    
   {
    	code:"Scenarios", "size":[18,180], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[18,150], "itemoff":[18,0],"leveloff":[19,0],"arrow":"images/arrow.gif","arrsize":[10,10]},
            {code:"&nbsp;Application Scenarios", url:"scenariosintroduction.htm", "format":{"style":STYLE_TOP}},   
			{code:"&nbsp;Single Households", url:"singlehousehold.htm", "format":{"style":STYLE_TOP}},          
            {code:"&nbsp;Developments", url:"developments.htm", "format":{"style": STYLE1}}
            ]
    
    },
    
		{
    	code:"Gallery", url:"applications.htm", "size":[18,150], "format":{"arrow":null, "image":null}
    
    },
    
    {
    	code:"The Benefits", "size":[18,220], "format":{"arrow":null, "image":null},
    	sub:[
            {"size":[18,250], "itemoff":[18,0],"leveloff":[19,0],"arrow":"images/arrow.gif","arrsize":[10,10]},
            {code:"&nbsp;Of Renewable Energy and Water Harvesting", url:"benefitsrenewableenergy.htm", "format":{"style":STYLE_TOP}}, 
			{code:"&nbsp;Of using Solien Energy Solutions cc", url:"benefitssolien.htm", "format":{"style":STYLE_TOP}}
            ]
    
    },
	{
    	code:"Contact us", url:"contact.htm", "size":[18,150], "format":{"arrow":null, "image":null}
    
    },
		{
    	code:"Home", url:"index.htm", "size":[18,150], "format":{"arrow":null, "image":null}
    
    },

];