	
/******************* MENU NUMBER 2 **********************************/



/***
This is the menu creation code - place it right after you body tag
Feel free to add this to a stand-alone js file and link it to your page.
**/

//Menu object creation
oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname

//Menu properties
oCMenu.pxBetween=35
oCMenu.fromLeft=35
oCMenu.fromTop=53
oCMenu.rows=1
oCMenu.menuPlacement=0


oCMenu.offlineRoot=""
oCMenu.onlineRoot=""
oCMenu.resizeCheck=1
oCMenu.wait=500
oCMenu.fillImg="../wtyregis/images/cm_fill.gif"
oCMenu.zIndex=0


//Background bar properties
oCMenu.useBar=0
oCMenu.barWidth="100%"
oCMenu.barHeight="menu"
oCMenu.barClass="clBar"
oCMenu.barX=0
oCMenu.barY=0
oCMenu.barBorderX=0
oCMenu.barBorderY=0
oCMenu.barBorderClass=""

//Level properties - ALL properties have to be spesified in level 0
oCMenu.level[0]=new cm_makeLevel() //Add this for each new level
oCMenu.level[0].width=110
oCMenu.level[0].height=12
oCMenu.level[0].regClass="clLevel0"
oCMenu.level[0].overClass="clLevel0over"
oCMenu.level[0].borderX=0
oCMenu.level[0].borderY=0
oCMenu.level[0].borderClass=0
oCMenu.level[0].offsetX=0
oCMenu.level[0].offsetY=0
oCMenu.level[0].rows=0
oCMenu.level[0].align="bottom"


//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this
oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)
oCMenu.level[1].width=170
oCMenu.level[1].height=17
oCMenu.level[1].regClass="clLevel1"
oCMenu.level[1].overClass="clLevel1over"
oCMenu.level[1].borderX=1
oCMenu.level[1].borderY=1
oCMenu.level[1].align="right"
oCMenu.level[1].offsetX=-1
oCMenu.level[1].offsetY=-1
oCMenu.level[1].borderClass="clLevel1border"
oCMenu.level[1].align="right"
oCMenu.level[1].arrow="../wtyregis/images/menu_arrow2.gif"
oCMenu.level[1].arrowWidth=8
oCMenu.level[1].arrowHeight=10


/******************************************
Menu item creation: Top
myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)
*************************************/
//oCMenu.makeMenu('top1','','','/default.asp','','33','13','../img1/hm.gif','../img1/hm1.gif')
	//oCMenu.makeMenu('sub11','top1','&nbsp;&nbsp;Digifotozone','http://betacanon.studiosmile.com/digifotozoneForm.asp','_blank','100','')
	//oCMenu.makeMenu('sub12','top1','&nbsp;&nbsp;Direct Shoot and Print ','')
		//oCMenu.makeMenu('1211','sub12','&nbsp;&nbsp;My Foto Lab','index.cfm?fuseaction=fotolab')
		//oCMenu.makeMenu('1212','sub12','&nbsp;&nbsp;PictBridge','index.cfm?fuseaction=pictbridge')
//	oCMenu.makeMenu('sub12','top1','&nbsp;&nbsp;Home Photo Lab','index.cfm?fuseaction=comingsoon')
//	oCMenu.makeMenu('sub13','top1','&nbsp;&nbsp;Home Movies','index.cfm?fuseaction=comingsoon')



		
				/*********************Products *************************/
				
oCMenu.makeMenu('top0','','','','','52','12','../wtyregis/images/pr.gif','../wtyregis/images/pr1.gif')
//oCMenu.makeMenu('top0','','','','','48','12','/images/top_btn_new/top_btn_pdts.gif','/images/top_btn_new/top_bto_pdts.gif')
  oCMenu.makeMenu('sub01','top0','&nbsp;&nbsp;Consumer','')
  
 //   oCMenu.makeMenu('01','sub01','&nbsp;&nbsp;Cameras')
	 oCMenu.makeMenu('01','sub01','&nbsp;&nbsp;Digital Cameras','http://www.canon.co.in/productdisplay.asp?cat_id=33')
		//oCMenu.makeMenu('0101','01','&nbsp;&nbsp;Digital','http://www.canon.co.in/productdisplay.asp?cat_id=33')
		//oCMenu.makeMenu('0102','01','&nbsp;&nbsp;Film','productdisplay.asp?cat_id=5')
		
    oCMenu.makeMenu('02','sub01','&nbsp;&nbsp;Copiers','http://www.canon.co.in/productdisplay.asp?cat_id=6')

    oCMenu.makeMenu('03','sub01','&nbsp;&nbsp;Digital Camcorders','http://www.canon.co.in/productdisplay.asp?cat_id=98')

    oCMenu.makeMenu('04','sub01','&nbsp;&nbsp;Presentation','')
		oCMenu.makeMenu('0401','04','&nbsp;&nbsp;Projectors','http://www.canon.co.in/productdisplay.asp?cat_id=9')
		oCMenu.makeMenu('0402','04','&nbsp;&nbsp;Visual Communication','http://www.canon.com/wvw','_blank')
	
    oCMenu.makeMenu('05','sub01','&nbsp;&nbsp;Printers','')
		oCMenu.makeMenu('0501','05','&nbsp;&nbsp;Bubble Jet Printers','http://www.canon.co.in/productdisplay.asp?cat_id=113')
		oCMenu.makeMenu('0502','05','&nbsp;&nbsp;Compact Photo Printers','http://www.canon.co.in/productdisplay.asp?cat_id=119')
		oCMenu.makeMenu('0503','05','&nbsp;&nbsp;Laser Printers','http://www.canon.co.in/productdisplay.asp?cat_id=121')
		oCMenu.makeMenu('0504','05','&nbsp;&nbsp;Multifunctional','http://www.canon.co.in/productdisplay.asp?cat_id=147')

    oCMenu.makeMenu('06','sub01','&nbsp;&nbsp;Scanners','')//cat_id=4
		oCMenu.makeMenu('0601','06','&nbsp;&nbsp;Flatbed and Film','http://www.canon.co.in/productdisplay.asp?cat_id=4')
		oCMenu.makeMenu('0602','06','&nbsp;&nbsp;Multifunctional','http://www.canon.co.in/productdisplay.asp?cat_id=147')
    
    oCMenu.makeMenu('07','sub01','&nbsp;&nbsp;SOHO / All-In-One','http://www.canon.co.in/productdisplay.asp?cat_id=147')
    
  oCMenu.makeMenu('sub02','top0','&nbsp;&nbsp;Business','')
  
	oCMenu.makeMenu('11','sub02','&nbsp;&nbsp;Business Solutions','http://www.canon.co.in/productdisplay.asp?cat_id=142')
    
	//oCMenu.makeMenu('12','sub02','&nbsp;&nbsp;Broadcast Equipment / <br>&nbsp;&nbsp;Canobeam','http://www.canon.com/bctv','_blank','','29')

    oCMenu.makeMenu('13','sub02','&nbsp;&nbsp;Digital Copiers','http://www.canon.co.in/productdisplay.asp?cat_id=6')
    
    oCMenu.makeMenu('14','sub02','&nbsp;&nbsp;Facsimiles','http://www.canon.co.in/productdisplay.asp?cat_id=133')
    
   // oCMenu.makeMenu('15','sub02','&nbsp;&nbsp;Micrographics','productdisplay.asp?cat_id=6')
    
    oCMenu.makeMenu('16','sub02','&nbsp;&nbsp;Presentation','')
		oCMenu.makeMenu('1601','16','&nbsp;&nbsp;Projectors','http://www.canon.co.in/productdisplay.asp?cat_id=9')
		oCMenu.makeMenu('1602','16','&nbsp;&nbsp;Visual Communication','http://www.canon.com/wvw','_blank')

    oCMenu.makeMenu('17','sub02','&nbsp;&nbsp;Printers','')
		oCMenu.makeMenu('1701','17','&nbsp;&nbsp;Bubble Jet Printers','http://www.canon.co.in/productdisplay.asp?cat_id=113')
		//oCMenu.makeMenu('1702','17','&nbsp;&nbsp;Business Card Printer','','','','','','','','','','','',"window.open('http://www4.canon-asia.com/productdisplay.asp?fuseaction=bubblejet&prod_type=p660c','','scrollbars=yes,width=630,height=500')")
		oCMenu.makeMenu('1703','17','&nbsp;&nbsp;Large Format Printers','http://www.canon.co.in/productdisplay.asp?cat_id=169','')
		oCMenu.makeMenu('1704','17','&nbsp;&nbsp;Laser Printers','http://www.canon.co.in/productdisplay.asp?cat_id=121&cat_imgid=BLP')
		oCMenu.makeMenu('1705','17','&nbsp;&nbsp;Multifunctional','http://www.canon.co.in/productdisplay.asp?cat_id=147')
		//oCMenu.makeMenu('1706','17','&nbsp;&nbsp;Tube & Plate Printers','productdisplay.asp?cat_id=9')

    oCMenu.makeMenu('18','sub02','&nbsp;&nbsp;Production Printing<br>&nbsp;&nbsp;Systems','http://www.canon.co.in/productdisplay.asp?cat_id=166','','','29')

    oCMenu.makeMenu('19','sub02','&nbsp;&nbsp;Scanners','')
		oCMenu.makeMenu('1901','19','&nbsp;&nbsp;Cheque Scanners','http://www.canon.co.in/productdisplay.asp?cat_id=160')
		oCMenu.makeMenu('1902','19','&nbsp;&nbsp;Document Scanners','http://www.canon.co.in/productdisplay.asp?cat_id=11')
		//oCMenu.makeMenu('1903','19','&nbsp;&nbsp;Microfilm Scanners','productdisplay.asp?cat_id=4')
	
 /* oCMenu.makeMenu('sub03','top0','&nbsp;&nbsp;Industrial','')
	  oCMenu.makeMenu('21','sub03','&nbsp;&nbsp;Medical Equipment','')
		oCMenu.makeMenu('2101','21','&nbsp;&nbsp;Digital Radiography','index.jsp?fuseaction=medical')
      	oCMenu.makeMenu('2102','21','&nbsp;&nbsp;Ophthalmic Equipment','index.jsp?fuseaction=ophthalmic')
      oCMenu.makeMenu('22','sub03','&nbsp;&nbsp;Semiconductor<br>&nbsp;&nbsp;Equipment','index.jsp?fuseaction=semicon','','','29')
	  */
//		oCMenu.makeMenu('2001','20','&nbsp;&nbsp;Semiconductor','index.jsp?fuseaction=semicon')

///////////////////////
 /*   oCMenu.makeMenu('sub02','top0','&nbsp;&nbsp;Camera','http://www.canon.co.in/productdisplay.asp?cat_id=33')
	oCMenu.makeMenu('sub01','top0','&nbsp;&nbsp;Camcorder','/productdisplay.asp?cat_id=98')
 
    oCMenu.makeMenu('sub03','top0','&nbsp;&nbsp;Copiers / Multifunctional','/productdisplay.asp?cat_id=6')

	oCMenu.makeMenu('sub04','top0','&nbsp;&nbsp;Document Scanners','/productdisplay.asp?cat_id=11')
    oCMenu.makeMenu('sub05','top0','&nbsp;&nbsp;FAX','/productdisplay.asp?cat_id=7')
	
 	
	oCMenu.makeMenu('sub06','top0','&nbsp;&nbsp;All-in-one','/productdisplay.asp?cat_id=3')
    
	oCMenu.makeMenu('sub07','top0','&nbsp;&nbsp;Multimedia Projector','/productdisplay.asp?cat_id=9')
    
   		
	oCMenu.makeMenu('sub08','top0','&nbsp;&nbsp;Printer','/productdisplay.asp?cat_id=8')
	
   
   oCMenu.makeMenu('sub09','top0','&nbsp;&nbsp;Scanner','/productdisplay.asp?cat_id=4')
 */

oCMenu.makeMenu('top2','','','','','55','12','../wtyregis/images/ab.gif','../wtyregis/images/ab1.gif','/CanonInNews.asp')
	oCMenu.makeMenu('sub23','top2','&nbsp;&nbsp;Canon India','http://www.canon.co.in/india.asp')
	oCMenu.makeMenu('sub20','top2','&nbsp;&nbsp;Canon India Software Development Centre','http://www.canon.co.in/isdc.asp')
	oCMenu.makeMenu('sub22','top2','&nbsp;&nbsp;Canon History','http://www.canon.com/about/history/index.html')
	oCMenu.makeMenu('sub24','top2','&nbsp;&nbsp;Canon Environmental Activities','http://www.canon.com/environment/index.html')
	oCMenu.makeMenu('sub25','top2','&nbsp;&nbsp;Canon Original Technology','http://www.canon.com/technology/')
	oCMenu.makeMenu('sub21','top2','&nbsp;&nbsp;Canon Worldwide','http://www.canon.com/about/index.html')
	
oCMenu.makeMenu('top3','','','http://www.canon.co.in/canoninnews.asp','','75','12','../wtyregis/images/pc.gif','../wtyregis/images/pc1.gif','http://www.canon.co.in/canoninnews.asp')

	
oCMenu.makeMenu('top4','','','','','63','12','../wtyregis/images/co.gif','../wtyregis/images/co1.gif')
	oCMenu.makeMenu('sub41','top4','&nbsp;&nbsp;Canon Call Centre','http://www.canon.co.in/callcenter.asp','','','')
	oCMenu.makeMenu('sub40','top4','&nbsp;&nbsp;Canon Office','http://www.canon.co.in/contactus.asp','','','')
	//oCMenu.makeMenu('sub44','top4','&nbsp;&nbsp;Contact by Email ','/contactCanonmail.asp','','','')
	//
	  oCMenu.makeMenu('sub44','top4','&nbsp;&nbsp;Contact by Email','')
		oCMenu.makeMenu('040144','sub44','&nbsp;&nbsp;Sales Enquiry','http://www.canon.co.in/contactCanonmail.asp')
		oCMenu.makeMenu('040244','top4','&nbsp;&nbsp;Complaint','http://www.canon.co.in/ComplainForm.asp')
		oCMenu.makeMenu('040344','top4','&nbsp;&nbsp;Compliment','http://www.canon.co.in/compliment.asp')
	
	//
//4) Hide mail ref 4/30/07date 	oCMenu.makeMenu('sub45','top4','&nbsp;&nbsp;Corporate Enquiries-Camera ','/CorporateEnquiriesCamera.asp','','','')
		//oCMenu.makeMenu('sub46','top4','&nbsp;&nbsp;Complaint Registration','/ComplainForm.asp','','','')
	oCMenu.makeMenu('sub42','top4','&nbsp;&nbsp;Feedback to Webmaster','http://www.canon.co.in/feedbacktowebmaster.asp','','','')
	//code commented for data verification refer mail(11apr07 by mukesh canon)oCMenu.makeMenu('sub48','top4','&nbsp;&nbsp;IT Imaging Zones','/contactCanonIT.asp','','','')
	oCMenu.makeMenu('sub43','top4','&nbsp;&nbsp;Sales Network','http://www.canon.co.in/salespartners.asp','','','')
	oCMenu.makeMenu('sub47','top4','&nbsp;&nbsp;Service Network','http://www.canon.co.in/servicenetwork.asp','','','')
	oCMenu.makeMenu('sub48','top4','&nbsp;&nbsp;Software Support',' http://chd.coecipl.com/software_support','','','')
	

	//oCMenu.makeMenu('sub45','top4','&nbsp;&nbsp;Service Network-Camera','/servicencamera.asp','','','')

//oCMenu.makeMenu('top9','','','http://www.canon-asia.com/index.jsp?fuseaction=support&country=IN','_blank','107','12','../wtyregis/images/support.gif','../wtyregis/images/support1.gif')

oCMenu.makeMenu('top9','','','http://support-in.canon-asia.com/index.jsp','','107','12','../wtyregis/images/support.gif','../wtyregis/images/support1.gif','http://support-in.canon-asia.com/index.jsp')



oCMenu.makeMenu('top6','','','','','71','12','../wtyregis/images/gs.gif','../wtyregis/images/gs1.gif')
	oCMenu.makeMenu('sub60','top6','&nbsp;&nbsp;Canon in America','http://www.canon.com/gateway/region/americas.html','_blank','','')
	oCMenu.makeMenu('sub61','top6','&nbsp;&nbsp;Canon in Europe','http://www.canon.com/gateway/region/europe.html','_blank','','')
	oCMenu.makeMenu('sub63','top6','&nbsp;&nbsp;Canon in Japan','http://www.canon.com/gateway/region/japan.html','_blank','','')
	oCMenu.makeMenu('sub64','top6','&nbsp;&nbsp;Canon in Asia','http://www.canon.com/gateway/region/asia.html','_blank','','')
	oCMenu.makeMenu('sub65','top6','&nbsp;&nbsp;Canon in Oceania','http://www.canon.com/gateway/region/oceania.html','_blank','','')
	
oCMenu.makeMenu('top7','','','http://www.canon.co.in/sitemap.asp','','54','12','../wtyregis/images/site.gif','../wtyregis/images/site1.gif','http://www.canon.co.in/sitemap.asp')

//Leave this line - it constructs the menu
oCMenu.construct()