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("Apple Cable and iPhone/iPad Charging Accessories ","cglist.phtml?Category=400995","400995","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("Car Charger ","ptlist.phtml?Category=406735","","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("Travel Charger ","ptlist.phtml?Category=406737","","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("MHL Cable ","ptlist.phtml?Category=405297","","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("HDMI Cable ","cglist.phtml?Category=405301","405301","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("DP and Mini DP Cable ","cglist.phtml?Category=405349","405349","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("Home Hifi Cable ","cglist.phtml?Category=401017","401017","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Car Hifi Cable ","cglist.phtml?Category=401021","401021","flyoutLink","","0","0","","0","0") 
 TopMenu[8] = new TopMenuItem("Stereo Earphone and Headset ","ptlist.phtml?Category=405281","","flyoutLink","","0","0","","0","0") 
 TopMenu[9] = new TopMenuItem("Bluetooth ","cglist.phtml?Category=401007","401007","flyoutLink","","0","0","","0","0") 
 TopMenu[10] = new TopMenuItem("Wireless 2.4GHz ","cglist.phtml?Category=405283","405283","flyoutLink","","0","0","","0","0") 
 TopMenu[11] = new TopMenuItem("A/V Wall Plate and Desktop Socket ","ptlist.phtml?Category=401025","","flyoutLink","","0","0","","0","0") 
 TopMenu[12] = new TopMenuItem("Site Map ","cglist.phtml?Category=400705","400705","flyoutLink","","0","0","","0","0") 

