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:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#666666"	// 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 = {"ON":"clsCMsubmenuOn", "OVER":"clsCMsubmenuOver"};
var STYLE_STUFF = {"css":SUBMENUSTUFF};
var MENU_ITEMS = [
	{pos:[0,0], itemoff:[0,133], leveloff:[21,0], style:STYLE, size:[25,136]},
	{code:"HOME","url":"index.html"},
	{code:"PRODUCTS",
		sub:[
			{itemoff:[21,0], "style":STYLE_STUFF, size:[25,185]},
			

			{code:"Piston Compressors",
				sub:[
					{"style":STYLE_STUFF, leveloff:[0,145]},
					{code:"Duplex","url":"p_piston-duplex.html"},
					{code:"Single Stage Electric","url":"p_piston-1stage-electric.html"},
					{code:"Gas Driven","url":"p_piston-gas-driven.html"},
					{code:"Two Stage Electric","url":"p_piston-2stage-electric.html"},
					{code:"Contractor Series","url":"p_piston-contractor.html"}
				]
			},
			{code:"Rotary Screw",
				sub:[
					{leveloff:[0,145]},
					{code:"QRS 3 - 15HP","url":"p_rotaryscrew-qrs3-15.html"},
					{code:"QRS 20 - 30HP","url":"p_rotaryscrew-qrs20-30.html"},
					{code:"CPC/CPD 40 - 100HP","url":"p_rotaryscrew-cpc_cpd40-100.html"},
					{code:"CPE/CPF 75 - 200HP","url":"p_rotaryscrew-cpe_cpf75-200.html"},
					{code:"CPVS 20 - 250HP","url":"p_rotaryscrew-cpvs20-250.html"},
					{code:"CPG 375 - 475HP","url":"p_rotaryscrew-cpg-375-475.html"},
					{code:"Controllers",
						sub:[
					{leveloff:[0,145]},
					{code:"ES3000","url":"p_rotoaryscrew-controller-es3000.html"},
					{code:"Airlogic","url":"p_rotoaryscrew-controller-airlogic.html"}
					]
						}
				]
			},
			{code:"Dryers",
				sub:[
					{leveloff:[0,145]},
					{code:"CPX","url":"p_dryers-refrigerated.html"},
					{code:"CPXHT","url":"p_dryers-high-temperature.html"},
					{code:"CPAD/M","url":"p_dryers-desiccant.html"}
			
				]
			},
			{code:"Filters",
				sub:[
					{leveloff:[0,145]},
					{code:"Particulate & Dust","url":"p_filters-particulate-dust.html"},
					{code:"Coalescing","url":"p_filters-coalescing.html"},
					{code:"Adsorbing","url":"p_filters-absorber.html"},
					{code:"Grades & Features","url":"p_filters-grades-features.html"},
					{code:"NPT Connection","url":"p_filters-npt-connection.html"},
					{code:"Flange Connection","url":"p_filters-flange-connection.html"}
				]
			},
			{code:"Condensate Separator Series","url":"condensate_separator.html"},
		]
	},
	{code:"CP STORE","url":"http://www.cp-gear.com",target:'_blank'},
	{code:"CAGI","url":"cagi.html"},
	
	{code:"CP.com","url":"http://www.cp.com",target:'_blank'}
];

    
    
    
    
    
    