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.html","","flyoutLink","","0","0","","0","0") 
 TopMenu[1] = new TopMenuItem("帳篷類別 ","zhangpeng.html","9042","flyoutLink","","0","0","","0","0") 
 TopMenu[2] = new TopMenuItem("帳篷樣板 ","chepeng.html","","flyoutLink","","0","0","","0","0") 
 TopMenu[3] = new TopMenuItem("太陽傘 ","taiyangshan.html","","flyoutLink","","0","0","","0","0") 
 TopMenu[4] = new TopMenuItem("活動車房 ","chep.html","","flyoutLink","","0","0","","0","0") 
 TopMenu[5] = new TopMenuItem("玻璃屋 ","glass+house.html","","flyoutLink","","0","0","","0","0") 
 TopMenu[6] = new TopMenuItem("組合屋 ","house.html","","flyoutLink","","0","0","","0","0") 
 TopMenu[7] = new TopMenuItem("聯絡我們 ","contact-us.html","","flyoutLink","","0","0","","0","0") 

