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=1533","","flyoutLink","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGO_menu01.gif","182","51","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGA_menu01over.gif","182","51") 
 TopMenu[1] = new TopMenuItem("イベント情報 ","ptlist.phtml?Category=1534","","flyoutLink","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGO_menu02.gif","182","51","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGA_menu02over.gif","182","51") 
 TopMenu[2] = new TopMenuItem("加盟団体の紹介 ","ptlist.phtml?Category=1535","","flyoutLink","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGO_menu03.gif","182","51","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGA_menu03over.gif","182","51") 
 TopMenu[3] = new TopMenuItem("お問合せ・関連団体 ","ptlist.phtml?Category=1536","","flyoutLink","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGO_menu04.gif","182","51","/ecsv/ezcatfiles/musashinotaikyo/img/pictures/title/CGA_menu04over.gif","182","51") 
 TopMenu[4] = new TopMenuItem("書式ダウンロード ","ptlist.phtml?Category=9889","","flyoutLink","","0","0","","0","0") 

