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=1","1","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_company.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_company_o.jpg","158","47") 
 TopMenu[1] = new TopMenuItem("最新訊息 ","cglist.phtml?Category=6","6","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_news.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_news_o.jpg","158","47") 
 TopMenu[2] = new TopMenuItem("產品介紹 ","cglist.phtml?Category=2","2","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_product.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_product_o.jpg","158","47") 
 TopMenu[3] = new TopMenuItem("租賃服務 ","cglist.phtml?Category=7","7","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_rental.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_rental_o.jpg","158","47") 
 TopMenu[4] = new TopMenuItem("二手買賣 ","cglist.phtml?Category=3","3","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_CGO_used.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_CGA_used_o.jpg","158","47") 
 TopMenu[5] = new TopMenuItem("特惠零件 ","ptlist.phtml?Category=8","8","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_parts.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_parts_o.jpg","158","47") 
 TopMenu[6] = new TopMenuItem("服務據點 ","ptlist.phtml?Category=4","","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_location.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_location_o.jpg","158","47") 
 TopMenu[7] = new TopMenuItem("人才招募 ","cglist.phtml?Category=9","9","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_02.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_01.jpg","158","47") 
 TopMenu[8] = new TopMenuItem("聯絡我們 ","ptlist.phtml?Category=5","","flyoutLink","/ezcatfiles/a007/img/pictures/title/CGO_contact.jpg","158","47","/ezcatfiles/a007/img/pictures/title/CGA_contact_o.jpg","158","47") 

