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("年 節 禮 盒 ","ptlist.phtml?Category=3","3","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("生 日 蛋 糕 ","ptlist.phtml?Category=1","1","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("精 緻 蛋 糕 ","ptlist.phtml?Category=8","8","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("彌 月 蛋 糕 ","ptlist.phtml?Category=2","2","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("瑞       士       捲 ","ptlist.phtml?Category=7","7","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("宴會點心 ","ptlist.phtml?Category=9","9","flyoutLink","","0","0","","0","0") 
