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("機能保健 ","cglist.phtml?Category=194202","194202","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("窈窕美體 ","cglist.phtml?Category=194203","194203","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("臉部保養 ","cglist.phtml?Category=194204","194204","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("茶類纖體 ","cglist.phtml?Category=194205","194205","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("精油香氛 ","cglist.phtml?Category=194208","194208","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("限量優惠組合 ","cglist.phtml?Category=298607","298607","flyoutLink","","0","0","","0","0") 
