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=247357","247357","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("民健室內裝修有限公司 ","cglist.phtml?Category=248137","248137","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("民健消防實業有限公司 ","cglist.phtml?Category=248139","248139","flyoutLink","","0","0","","0","0") 
