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("Stainless Steel Jewelry ","cglist.phtml?Category=98388","98388","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("Fashion Jewelry ","cglist.phtml?Category=98219","98219","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("Charm Beads / HangingCharm/  Italian Charms ","cglist.phtml?Category=98387","98387","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("Hair Accesories ","cglist.phtml?Category=98220","98220","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("Magnetic Jewelry ","cglist.phtml?Category=98397","98397","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("DIY Beads & Jewelry Parts ","cglist.phtml?Category=98221","98221","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("Garment Accessories ","cglist.phtml?Category=98347","98347","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("Girl Jewelry & Color changing ","cglist.phtml?Category=98364","98364","flyoutLink","","0","0","","0","0") 
 TopMenu[8] = new TopMenuItem("Flashing /LED/ glowProducts ","cglist.phtml?Category=98341","98341","flyoutLink","","0","0","","0","0") 
 TopMenu[9] = new TopMenuItem("About KEEPGOOD ","ptlist.phtml?Category=104950","","flyoutLink","","0","0","","0","0") 

