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:"#8C8C8C",	// color of the item border, if any
		bgON:"#003399",		// background color for the items
		bgOVER:"#6487DC"	// 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:[320,85], itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[23,100]},
	{code:"Home", "url":"index.html"},
	{code:"Profile", "url":"home2.html"},

	{code:"People", "format":{"size":[23,100]}, "url":"people.html"},
	
	{code:"Services", 
		sub:[
			{ itemoff:[45,0]},
			{code:"TQM/SPC/Problem Solving", "format":{"size":[45,112]},
				sub:[
					{itemoff:[30,0],leveloff:[12,113]},
					{code:"Quality Problem Solving" ,"format":{"size":[30,112]}, "url":"image/qps.pdf","target":"_blank"},
					{code:"SPC","format":{"size":[30,112]}, "url":"image/spc.pdf","target":"_blank"},
					{code:"Control Cgarts","format":{"size":[30,112]}, "url":"image/cc.pdf","target":"_blank"},
					{code:"Statiscal Analgsis and DOE","format":{"size":[30,112]}, "url":"image/sad.pdf","target":"_blank"},
                    ] 
    },

			{code:"Six Sigma Training and Implementation",  "format":{"size":[45,112]},
               sub:[
					{itemoff:[30,0],leveloff:[0,113],"format":{"size":[30,112]}},
					{code:"Power of Six Sigma","format":{"size":[30,112]}, "url":"image/pss.pdf","target":"_blank"},
					{code:"Yellow Belt Traning","format":{"size":[30,112]}, "url":"image/ybt.pdf","target":"_blank"},
					{code:"Green Belt Traning","format":{"size":[30,112]}, "url":"image/gbt.pdf","target":"_blank"},
					{code:"Balck Belt Traning","format":{"size":[30,112]}, "url":"image/bbt.pdf","target":"_blank"},
             ]
           },
			{code:"Preparatory Training for ASQ/SSMI", "format":{"size":[45,112]}, 
              sub:[
					{itemoff:[45,0],leveloff:[0,113],"format":{"size":[50,112]}},
					{code:"Preparatory Traning for ASQ Black Belt","format":{"size":[45,112]}, "url":"asqbb.htm","target":"_blank"},
									
             ]
           },
			{code:"QFD, VE, DFM/DFA", "format":{"size":[45,112]}, "url":"QFDbrochure.pdf","target":"_blank"},
			{code:"TPM and 5-S", "format":{"size":[45,112]}, "url":"tpm5s.html","target":"_blank"},
			{code:"Lean", "format":{"size":[45,112]}, "url":"contactus.html","target":"_blank",
             sub:[
					{itemoff:[30,0],leveloff:[12,113]},
					{code:"Lean Manufacturing" ,"format":{"size":[30,112]},
                  sub:[
					{itemoff:[30,0],leveloff:[0,113],"format":{"size":[30,112]}},
					{code:"Power of Lean","format":{"size":[30,112]}, "url":"image/pol.pdf","target":"_blank"},
					{code:"Lean Manufacturing","format":{"size":[30,112]}, "url":"image/lm.pdf","target":"_blank"},
					{code:"Single Minute Exchange of Dies","format":{"size":[30,112]}, "url":"image/smed.pdf","target":"_blank"},
					{code:"Implementation Workshop","format":{"size":[30,112]}, "url":"image/workshopvsm.pdf","target":"_blank"},
                     ]
                    },
					
					{code:"Lean Service","format":{"size":[30,112]}, 
                sub:[
					{itemoff:[45,0],leveloff:[0,113],"format":{"size":[50,112]}},
					{code:"Implementation Workshop","format":{"size":[45,112]}, "url":"image/workshopvsm.pdf","target":"_blank"},
					{code:"Lean Service","format":{"size":[45,112]}, "url":"image/LeanService.pdf","target":"_blank"},
					
                    ] 
                 },
			
                    ] },
		
		]
	},

	{code:"Contact Us", "format":{"size":[23,120]}, "url":"contactus.html"},
    
];
