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 Profile ","ptlist.phtml?Category=800003490","","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("Cosmetic Compact Case ","ptlist.phtml?Category=800003491","","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("Cosmetic Powder Case ","ptlist.phtml?Category=800003492","","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("Lip Stick Case ","ptlist.phtml?Category=800003493","","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("Cream Jar,Bottle ","ptlist.phtml?Category=800003494","","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("Cosmetic Tube ","ptlist.phtml?Category=800003495","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("Pressed Powder ","ptlist.phtml?Category=800003496","","flyoutLink","","0","0","","0","0") 

