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:"#DFDFDF",	// color of the item border, if any
		shadow:"#DFDFDF",	// color of the item shadow, if any
		bgON:"#DFDFDF",		// background color for the items
		bgOVER:"white"	// 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:[100,83], itemoff:[0,100], leveloff:[20,0], style:STYLE, size:[20,100]},
         {code:"MEKAPSA", style:STYLE, url:'index.html',
		sub:[
			{itemoff:[20,0], size:[20,200], style:STYLE, levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=100)'},
			{code:"Historie", url:'historie.html'},
		]
	},
         {code:"Produkte", style:STYLE,
		sub:[
			{itemoff:[20,0], size:[20,200], style:STYLE, levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=100)'},
			{code:"Schriftzüge", url:'schriftzuege.html'},
                         {code:"Sonderanfertigungen", url:'sonderprodukte.html'},
                         {code:"Serienprodukte", url:'serienprodukte.html'},
                         {code:"Sondermaschinen", url:'sondermaschinen.html'}

		]
	},
	{code:"Maschinen", style:STYLE,
		sub:[
			{itemoff:[20,0], size:[20,200], style:STYLE, levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=100)'},
			{code:"Laserschneidanlage", url:'laserschneidanlage.html'},
                         {code:"TruPunch 3000", url:'trupunch.html'},
						 {code:"Einpressbefestiger", url:'pemserter.html'},
                         {code:"Programmieren/Software", url:'software.html'},
                         {code:"Excenterpressen", url:'excenterpressen.html'},
                         {code:"Abkantpresse", url:'abkantpresse.html'},
                         {code:"Blechlager", url:'blechlager.html'},
                         {code:"Pulverbeschichtung", url:'pulverbeschichtung.html'},
                         {code:"Waschen und Entfetten", url:'waschen.html'},
                         {code:"Trowal Schleifanlage", url:'trowal.html'},
                         {code:"Siebdruck", url:'siebdruck.html'}
		]
	},
         {code:"Download", style:STYLE,
         	sub:[
			{itemoff:[20,0], size:[20,100], style:STYLE, levelFilters:'progid:DXImageTransform.Microsoft.Alpha(opacity=100)'},
			{code:"Downloads", url:'downloads.html'},
                         {code:"Links", url:'links.html'}
		]
	},
         {code:"Impressum", style:STYLE, url:'kontakt.html'},

];
