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=500000353","","flyoutLink","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGO_CGA_00aaNEW.jpg","208","37","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGA_CGA_00aaNEW.jpg","208","37") 
 TopMenu[1] = new TopMenuItem("日光寒舍洋食館 ","cglist.phtml?Category=100000511","100000511","flyoutLink","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGO_00b.jpg","208","37","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGA_00bb.jpg","208","37") 
 TopMenu[2] = new TopMenuItem("日光咖啡館 ","cglist.phtml?Category=100000505","100000505","flyoutLink","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGO_00a.jpg","208","37","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGA_00aa.jpg","208","37") 
 TopMenu[3] = new TopMenuItem("咖啡通販 ","cglist.phtml?Category=100000510","100000510","flyoutLink","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGO_00c.jpg","208","37","http://www.nikkoffee.com.tw/eypup/ezcatfiles/nikkoffee/img/pictures/title/CGA_00cc.jpg","208","37") 

