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("Company & Factory Overview ","ptlist.phtml?Category=407293","","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("Apple Cable and iPhone/iPad Charging Accessories ","cglist.phtml?Category=407173","407173","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("Car Charger ","ptlist.phtml?Category=407175","","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("Travel Charger ","ptlist.phtml?Category=407179","","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("HDMI Cable ","cglist.phtml?Category=407183","407183","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("MHL Cable ","ptlist.phtml?Category=407181","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("DP and Mini DP Cable ","cglist.phtml?Category=407185","407185","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Home Hifi Cable ","cglist.phtml?Category=98085","98085","flyoutLink","","0","0","","0","0") 
 TopMenu[8] = new TopMenuItem("Car Hifi Cable ","cglist.phtml?Category=98086","98086","flyoutLink","","0","0","","0","0") 
 TopMenu[9] = new TopMenuItem("Stereo Earphone and Headset ","ptlist.phtml?Category=407189","","flyoutLink","","0","0","","0","0") 
 TopMenu[10] = new TopMenuItem("Bluetooth ","ptlist.phtml?Category=407191","","flyoutLink","","0","0","","0","0") 
 TopMenu[11] = new TopMenuItem("Wireless 2.4GHz ","ptlist.phtml?Category=407193","","flyoutLink","","0","0","","0","0") 
 TopMenu[12] = new TopMenuItem("A/V Wall Plate and Desktop Socket ","ptlist.phtml?Category=407195","","flyoutLink","","0","0","","0","0") 
 TopMenu[13] = new TopMenuItem("Site Map ","ptlist.phtml?Category=407199","","flyoutLink","","0","0","","0","0") 

