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("關於我們 About us ","ptlist.phtml?Category=100902","","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub01_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub01_02.gif","162","24") 
 TopMenu[1] = new TopMenuItem("產品註冊 Register ","ptlist.phtml?Category=100903","","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub02_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub02_02.gif","162","24") 
 TopMenu[2] = new TopMenuItem("品牌代理區 Products ","cglist.phtml?Category=100904","100904","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub03_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub03_02.gif","162","24") 
 TopMenu[3] = new TopMenuItem("專欄文章 article ","cglist.phtml?Category=101045","101045","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub04_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub04_02.gif","162","24") 
 TopMenu[4] = new TopMenuItem("聯絡我們 Contact us ","ptlist.phtml?Category=100906","","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub05_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub05_02.gif","162","24") 
 TopMenu[5] = new TopMenuItem("分享專區 share ","cglist.phtml?Category=100905","100905","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub06_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub06_02.gif","162","24") 
 TopMenu[6] = new TopMenuItem("養聲養身專區 ","cglist.phtml?Category=103518","103518","flyoutLink","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGO_sub07_01.gif","162","24","http://www.ansbach.com.tw/digiweb/ezcatfiles/ansbach/img/pictures/title/CGA_sub07_02.gif","162","24") 
