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=1386","","flyoutLink","/ecsv/ezcatfiles/javn/img/pictures/title/CGO_menu02.gif","182","51","/ecsv/ezcatfiles/javn/img/pictures/title/CGA_menu02over.gif","182","51") 
 TopMenu[1] = new TopMenuItem("役員のご紹介（平成２２年５月現在） ","ptlist.phtml?Category=1387","","flyoutLink","/ecsv/ezcatfiles/javn/img/pictures/title/CGO_menu03.gif","182","51","/ecsv/ezcatfiles/javn/img/pictures/title/CGA_menu03over.gif","182","51") 
 TopMenu[2] = new TopMenuItem("お知らせ ","ptlist.phtml?Category=1385","","flyoutLink","/ecsv/ezcatfiles/javn/img/pictures/title/CGO_menu01.gif","182","51","/ecsv/ezcatfiles/javn/img/pictures/title/CGA_menu01over.gif","182","51") 
 TopMenu[3] = new TopMenuItem("フエシンポジウム報告書 ","ptlist.phtml?Category=2071","","flyoutLink","/ecsv/ezcatfiles/javn/img/pictures/title/CGO_CGO_CGO_menu05.gif","182","51","","0","0") 
 TopMenu[4] = new TopMenuItem("お問合せ ","ptlist.phtml?Category=1388","","flyoutLink","/ecsv/ezcatfiles/javn/img/pictures/title/CGO_menu04.gif","182","51","/ecsv/ezcatfiles/javn/img/pictures/title/CGA_menu04over.gif","182","51") 
