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=1","1","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_01-1.gif","190","45","","0","0") 
 TopMenu[1] = new TopMenuItem("裝飾燈材 ","cglist.phtml?Category=91","91","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_09-1.gif","190","45","","0","0") 
 TopMenu[2] = new TopMenuItem("植物成長燈 ","ptlist.phtml?Category=100","","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_12.gif","191","47","","0","0") 
 TopMenu[3] = new TopMenuItem("古蹟/廟宇燈 ","ptlist.phtml?Category=101","","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_13.jpg","191","47","","0","0") 
 TopMenu[4] = new TopMenuItem("點狀發光體 ","cglist.phtml?Category=3","3","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_03-1.gif","190","45","","0","0") 
 TopMenu[5] = new TopMenuItem("線條發光體 ","cglist.phtml?Category=4","4","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_04-1.gif","190","45","","0","0") 
 TopMenu[6] = new TopMenuItem("屏面發光體 ","cglist.phtml?Category=5","5","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_05-1.gif","190","45","","0","0") 
 TopMenu[7] = new TopMenuItem("環境景觀燈 ","cglist.phtml?Category=6","6","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_06-1.gif","190","45","","0","0") 
 TopMenu[8] = new TopMenuItem("燈光控制系統 ","ptlist.phtml?Category=7","","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_07-1.gif","190","45","","0","0") 
 TopMenu[9] = new TopMenuItem("電源供應器 ","cglist.phtml?Category=8","8","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_08-1.gif","190","45","","0","0") 
 TopMenu[10] = new TopMenuItem("廣告招牌訂製 ","ptlist.phtml?Category=9","9","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_10-1.gif","190","45","","0","0") 
 TopMenu[11] = new TopMenuItem("舞台燈光設備 ","cglist.phtml?Category=11","11","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_11.gif","190","45","","0","0") 
 TopMenu[12] = new TopMenuItem("節能控制系統 ","cglist.phtml?Category=2","2","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_02-1.gif","190","45","","0","0") 
 TopMenu[13] = new TopMenuItem("聖誕樹租賃專區 ","cglist.phtml?Category=95","95","flyoutLink","/ezcatfiles/a018/img/pictures/title/CGO_tree.gif","190","45","/ezcatfiles/a018/img/pictures/title/CGA_treeMAX.gif","190","45") 

