var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#999999",	// color of the item border, if any
		shadow:"#999999",	// color of the item shadow, if any
		bgON:"#A03F23",		// background color for the items
		bgOVER:"#40434A"	// 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
	}
};

//keywords
var code="code";var url="url";var sub="sub";  
//styles
var color = {"border":"#000000", "shadow":"#999999", "bgON":"#000000","bgOVER":"#A03F23", "imagebg":""};
var color2 = {"border":"#999999", "shadow":"#AF2151", "bgON":"#A03F23","bgOVER":"#366155", "imagebg":""};
var color3 = {"border":"#1D2B6B", "shadow":"#000000", "bgON":"#ffffff","bgOVER":"#08AF96", "imagebg":""};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var css_sub = {"ON":"clsCMOnSub", "OVER":"clsCMOverSub"};
var STYLE = {"border":0, "shadow":0, "color":color, "css":css};

var STYLE_LEVEL1 = {"border":1, "shadow":0, "color":color, "css":css};
var STYLE_LEVEL2 = {"border":1, "shadow":0, "color":color2, "css":css};
var STYLE_LEVEL3 = {"border":1, "shadow":0, "color":color3, "css":css};
//items and formats


var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,92], leveloff:[0,-100], style:STYLE, size:[18,96]},

	{code:"Home",
	 url:"index.htm", target:"_self"},

			
	{code:"About", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,120], style:STYLE_LEVEL2},
                    		{ code:"Profile", url:"who.htm",target:"_self"},
				{ code:"Services", url:"services.htm",target:"_self" },
                    		{ code:"Newsroom", url:"news.htm",target:"_self" },
				{ code:"Contact us", url:"contact.htm",target:"_self" }
				
                	]
            },

	{code:"New Ideas", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,270], style:STYLE_LEVEL2},
                    		{ code:"Protecting New Ideas", url:"protecting-ideas.htm",target:"_self" },
				{ code:"Definitions for Intellectual Property", url:"definitions.htm",target:"_self" },
                    		{ code:"Starting a new business", url:"starting-business.htm",target:"_self" }
				
                	]
            },

	

	{code:"Trade Marks", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,150], style:STYLE_LEVEL2},
				{ code:"Introduction", url:"trademarks-intro.htm",target:"_self"},
				{ code:"Classification", url:"trademarks-classification.htm",target:"_self"},
				{ code:"Litigation", url:"trademarks-litigation.htm",target:"_self" },
				{ code:"Countries", url:"countries.htm",target:"_self" },
				{ code:"Audits", url:"trademark-audits.htm",target:"_self" },
				{ code:"Domain names", url:"domain-names.htm",target:"_self" }
				
                	]
            },

	{code:"Copyright", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,110], style:STYLE_LEVEL2},
                    		{ code:"Introduction", url:"copyright.htm",target:"_self"},
				{ code:"Software", url:"software.htm",target:"_self" },
                    		{ code:"Publishing", url:"publishing.htm",target:"_self" },
				{ code:"Music", url:"music.htm",target:"_self" },
				{ code:"Films", url:"copyright-films.htm",target:"_self" }
				
                	]
            },

	{code:"Patents", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,130], style:STYLE_LEVEL2},
				{ code:"Introduction", url:"patents-law.htm",target:"_self" },
                    		{ code:"PCT Applications", url:"pct-applications.htm",target:"_self" }
				
                	]
            },

	{code:"Designs", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,150], style:STYLE_LEVEL2},
                    		{ code:"Introduction", url:"design.htm",target:"_self"},
                    		{ code:"Classification", url:"classification-of-designs.htm",target:"_self" }
				
                	]
            },

	

	{code:"Other", url:"",target:"_self",
				sub:[
                    		{ itemoff:[19,0], leveloff:[21,0], size:[22,135], style:STYLE_LEVEL2},
                    		{ code:"Websites", url:"websites.htm",target:"_self"},
                    		{ code:"Companies", url:"company-registrations.htm",target:"_self" },
			{ code:"Franchising", url:"commercial.htm",target:"_self" },
                    		
				
                	]
            },

	
	

];