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:"",	// color of the item border, if any
		shadow:"",	// color of the item shadow, if any
		bgON:"",		// background color for the items
		bgOVER:""	// 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 SUBMENUSTUFF = {
	
	css:{
	ON:"clsCMsubmenuOn", 
	OVER:"clsCMsubmenuOver"
	}
	};
//var STYLE_STUFF = {"css":SUBMENUSTUFF};
var STYLZ = {"ON":"subs", "OVER":"subsover"};


var SHIZZLE = {
	color:{
	
	},
	css:{
		ON:"clsCMsubmenuOn",		// CSS class for items
		OVER:"clsCMsubmenuOver"	// CSS class  for item which is under mouse
		
	}
	
};
var MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,130], leveloff:[21,0], style:STYLE, size:[44,128]},
	{code:"HOME","url":"index.html"},
	

			
			
			
			{code:"Piston Compressors",
				sub:[
					//{"style":STYLZ, leveloff:[50,145]},
					{pos:[0,0], itemoff:[25,0], leveloff:[46,0], style:SUBMENUSTUFF, size:[25,128]},

					
					{code:"Single Stage Electric","url":"p_piston-1stage-electric.html"},
					{code:"Two Stage Electric","url":"p_piston-2stage-electric.html"},
					{code:"Gas Driven","url":"p_piston-gas-driven.html"},
					{code:"Duplex","url":"p_piston-duplex.html"},
					{code:"Contactor Series","url":"p_contractor-series.html"}
				]
			},
				{code:"QP COMPRESSORS","url":"p_qp-quiet-performance.html"},

			{code:"Rotary Screw",
				sub:[
					//{leveloff:[0,145]},
					{pos:[0,0], itemoff:[25,0], leveloff:[46,0], style:SUBMENUSTUFF, size:[25,128]},

					{code:"5 to 15 HP ","url":"p_rotaryscrew-qrs5-15.html"},
					{code:"20 to 30 HP ","url":"p_rotaryscrew-qrs20-30.html"},
					{code:"ES3000 Controller ","url":"es3000.html"}
			
					
				]
			},
		
	{code:"HIGH TEMP DRYERS","url":"p_dryers-high-temperature.html"}
	
];

    
    
    
    
    
    
