BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#DBD8D1",	// color of the item border, if any
		shadow:"#000000",	// color of the item shadow, if any
		bgON:"#AF0E23",		// background color for the items
		bgOVER:"#858688"	// 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:'relative', itemoff:[0,80], leveloff:[20,0], style:STYLE,size:[20,800]},
	
	
	{code:"&nbsp;Main",url:"index.php?id=1","format":{"size":[20,36]}
	},
		
	{code:"&nbsp;Newsletters",url:"index.php?id=2",itemoff:[0,36],"format":{"size":[20,72]}
	},
	
	{code:"&nbsp;System Technology",url:"index.php?id=3",itemoff:[0,72],"format":{"size":[20,106]},
		sub:[
			{itemoff:[20,0]},
			{code:"&nbsp;Why?",url:"index.php?id=31","format":{"size":[21,65]}},
			{code:"&nbsp;Cardboard",url:"index.php?id=32","format":{"size":[21,65]}},
			{code:"&nbsp;Alusolid",url:"index.php?id=33","format":{"size":[21,65]}},
			{code:"&nbsp;Aluquick",url:"index.php?id=34","format":{"size":[21,65]}}
			]
	},
	
	{code:"&nbsp;Products",url:"index.php?id=4",itemoff:[0,106],"format":{"size":[20,55]}
		
	},
	
	{code:"&nbsp;Movies",url:"index.php?id=5",itemoff:[0,55],"format":{"size":[20,46]}
	},
	
	{code:"&nbsp;Graphics",url:"index.php?id=6",itemoff:[0,46],"format":{"size":[20,54]},
		sub:[
			{itemoff:[20,0]},
			{code:"Repro",url:"index.php?id=61","format":{"size":[21,80]}
			},
			
			
			{code:"Image Library",url:"index.php?id=63","format":{"size":[21,80]}
			},
			{code:"Download",url:"index.php?id=64","format":{"size":[21,80]}
			},
			
			
			
			]
	},
	
	{code:"&nbsp;Documentation/Brochure",url:"index.php?id=7",itemoff:[0,54],"format":{"size":[20,84]}
	},

	{code:"&nbsp;About",url:"index.php?id=9",itemoff:[0,337],"format":{"size":[20,42]}
	},
	
	{code:"&nbsp;Contact",url:"index.php?id=11",itemoff:[0,42],"format":{"size":[20,52]}
	}
	
];
