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:"#666666",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"white",		// background color for the items
		bgOVER:"#B6BDD2"	// 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:[20,244], itemoff:[17,0], leveloff:[0,99], style:STYLE, size:[18,118]},
	{code:"Product Offering", url:"pm_products_po.html",
		sub:[
			{},
			{code:"Transformers", url:"pm_products_po.html",
				sub:[
					{},
					{code:"Distribution", url:"pm_products_dt.html"},
					{code:"Reactor Products", url:"pm_products_rp.html"},
					{code:"Clean Power Products", url:"pm_products_cpp.html"},
					{code:"Dry Type Power Products", url:"pm_products_dtp.html"},
					{code:"Motor Starting", url:"pm_products_ms.html"},
					{code:"Specialty/Custom", url:"pm_products_sct.html"}
				]
			},
			{code:"Reactor Products", url:"pm_products_rp.html"
			},
			{code:"Specialty/Custom", url:"pm_products_sct.html"
			}
		]
	},
	{code:"Capabilities", url:"pm_capabilities.html",
		sub:[
			{},
			{code:"Manufacturing", url:"pm_capabilities_mfg.html"
			},
			{code:"Engineering", url:"pm_capabilities_eng.html"
			},
			{code:"Applications", url:"pm_applications.html"
			}
		]
	},
	{code:"Quality Systems", url:"pm_quality.html"
	},
	{code:"The Company", url:"pm_company_pro.html",
		sub:[
			{},
			{code:"Profile", url:"pm_company_profile.html"
			},
			{code:"History", url:"pm_company_history.html"
			}
		]
	},
	{code:"Contact Us", url:"pm_contact_us.html",
		sub:[
			{},
			{code:"Sales", url:"pm_contact_us.html#contact_sm"
			},
			{code:"Engineering", url:"pm_contact_us.html#contact_sm"
			},
			{code:"RFQ", url:"pm_products_rfq.html"
			},
			{code:"Address", url:"pm_contact_us.html#address"
			},
			{code:"Send Us Email", url:"mailto:info.pm@l-3com.com?subject=e-mail%20Send%20Us%20Mail"
			}
		]
	},
	{code:"Terms and Conditions", url:"pm_contact_win.html"
	}
];

