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("<font class=\"user_71\">關於Jolly</font> ","ptlist.phtml?Category=100214","","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("<font class=\"user_71\">菜單</font> ","ptlist.phtml?Category=100215","100215","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("<font class=\"user_71\">Jolly 指南</font> ","ptlist.phtml?Category=100216","","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("<font class=\"user_71\">最新消息</font> ","ptlist.phtml?Category=100206","100206","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("<font class=\"user_71\">好康專區</font> ","ptlist.phtml?Category=100217","","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("<font class=\"user_71\">專業分享</font> ","ptlist.phtml?Category=100207","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("<font class=\"user_71\">聯絡我們</font> ","ptlist.phtml?Category=100218","","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("<font class=\"user_71\">2010年新鮮貨上市</font> ","ptlist.phtml?Category=100627","","flyoutLink","","0","0","","0","0") 
