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=667","667","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090512-03.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090512-04.gif","180","35") 
 TopMenu[1] = new TopMenuItem("<font class=\"user_3\">撿便宜商品</font> ","cglist.phtml?Category=1","1","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090509-2.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090509-1.gif","180","35") 
 TopMenu[2] = new TopMenuItem("訂婚與結婚禮物 ","cglist.phtml?Category=13","13","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090511.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090511-1.gif","180","35") 
 TopMenu[3] = new TopMenuItem("母親節與父親節 ","cglist.phtml?Category=5","5","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090503.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090503-1.gif","180","35") 
 TopMenu[4] = new TopMenuItem("電視明星代言 ","cglist.phtml?Category=7","7","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090505.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090505-1.gif","180","35") 
 TopMenu[5] = new TopMenuItem("週年紀念日 ","cglist.phtml?Category=11","11","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090504.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090504-1.gif","180","35") 
 TopMenu[6] = new TopMenuItem("情人節禮物 ","cglist.phtml?Category=9","9","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090508.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090508-1.gif","180","35") 
 TopMenu[7] = new TopMenuItem("生日禮物 ","cglist.phtml?Category=15","15","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090502.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090502-1.gif","180","35") 
 TopMenu[8] = new TopMenuItem("開運金飾 ","cglist.phtml?Category=17","17","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090501.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090501-1.gif","180","35") 
 TopMenu[9] = new TopMenuItem("彌月禮盒 ","cglist.phtml?Category=19","19","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090506.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090506-1.gif","180","35") 
 TopMenu[10] = new TopMenuItem("天然鑽石 ","cglist.phtml?Category=21","21","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090510.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090510-1.gif","180","35") 
 TopMenu[11] = new TopMenuItem("彩色寶石 ","cglist.phtml?Category=23","23","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090507.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090507-1.gif","180","35") 
 TopMenu[12] = new TopMenuItem("時尚K金 ","cglist.phtml?Category=495","495","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090512-01.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090512-02.gif","180","35") 
 TopMenu[13] = new TopMenuItem("JET的博客 ","cglist.phtml?Category=195","195","flyoutLink","/ezcatfiles/cust/img/pictures/title/CGO_090512.gif","180","35","/ezcatfiles/cust/img/pictures/title/CGA_090512-1.gif","180","35") 

