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=2","","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_02.gif","184","35","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_02.gif","184","35") 
 TopMenu[1] = new TopMenuItem("二孔夾系列 ","ptlist.phtml?Category=3","3","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_03.gif","184","32","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_03.gif","184","32") 
 TopMenu[2] = new TopMenuItem("三孔夾系列 ","ptlist.phtml?Category=4","4","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_04.gif","184","32","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_04.gif","184","32") 
 TopMenu[3] = new TopMenuItem("四孔夾系列 ","ptlist.phtml?Category=5","5","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_05.gif","184","32","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_05.gif","184","32") 
 TopMenu[4] = new TopMenuItem("五孔夾系列 ","ptlist.phtml?Category=6","6","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_06.gif","184","31","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_06.gif","184","31") 
 TopMenu[5] = new TopMenuItem("六孔夾系列 ","ptlist.phtml?Category=7","7","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_07.gif","184","33","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_07.gif","184","33") 
 TopMenu[6] = new TopMenuItem("七孔夾系列 ","ptlist.phtml?Category=8","8","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_08.gif","184","33","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_08.gif","184","33") 
 TopMenu[7] = new TopMenuItem("多孔夾系列 ","ptlist.phtml?Category=12","12","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_09.gif","184","32","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_09.gif","184","32") 
 TopMenu[8] = new TopMenuItem("插崁式N系列 ","ptlist.phtml?Category=10","10","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_10.gif","184","31","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_10.gif","184","31") 
 TopMenu[9] = new TopMenuItem("板夾系列 ","ptlist.phtml?Category=9","9","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_11.gif","184","33","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_11.gif","184","33") 
 TopMenu[10] = new TopMenuItem("其他系列產品 ","ptlist.phtml?Category=11","11","flyoutLink","/ezcatfiles/a005/img/pictures/title/CGO_productlist_12.gif","184","30","/ezcatfiles/a005/img/pictures/title/CGA_%E6%8C%89%E9%88%95_r_12.gif","184","30") 

