function TopMenuItem(p_name,p_link,p_id,p_style,p_img1,p_img1_width,p_img1_height,p_img2,p_img2_width,p_img2_height) {
   this.Name = p_name ;
   this.Link = p_link ;
   this.id = p_id ;
   this.style = p_style ;
   this.img1 = p_img1 ;
   this.img1_width = p_img1_width ;
   this.img1_height = p_img1_height ;
   this.img2 = p_img2 ;
   this.img2_width = p_img2_width ;
   this.img2_height = p_img2_height ;
   return this; 
} 
 TopMenu = new Array(); 
 TopMenu[0] = new TopMenuItem("About Tientai Electrode ","cglist.phtml?Category=100001","100001","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("Product Lines ","cglist.phtml?Category=100002","100002","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("Product-assorting by Process ","cglist.phtml?Category=100188","100188","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("Product-assorting by AWS ","cglist.phtml?Category=100194","100194","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("Segments & Applications ","cglist.phtml?Category=100003","100003","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("Customer Service ","cglist.phtml?Category=100006","100006","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("Tientai Welding College ","cglist.phtml?Category=100009","100009","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Sales Channels ","cglist.phtml?Category=100004","100004","flyoutLink","","0","0","","0","0") 
 TopMenu[8] = new TopMenuItem("Strategy Alliance ","cglist.phtml?Category=100005","100005","flyoutLink","","0","0","","0","0") 
 TopMenu[9] = new TopMenuItem("Member Only ","cglist.phtml?Category=100007","100007","flyoutLink","","0","0","","0","0") 
 TopMenu[10] = new TopMenuItem("Employee Only ","cglist.phtml?Category=100008","100008","flyoutLink","","0","0","","0","0") 
