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=2931","","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_01.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_01over.gif","130","21") 
 TopMenu[1] = new TopMenuItem("会長挨拶 ","ptlist.phtml?Category=9691","","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_06.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_06over.gif","130","21") 
 TopMenu[2] = new TopMenuItem("入会のご案内 ","ptlist.phtml?Category=9694","9694","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_09.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_09over.gif","130","21") 
 TopMenu[3] = new TopMenuItem("定款 ","ptlist.phtml?Category=9692","9692","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_07.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_07over.gif","130","21") 
 TopMenu[4] = new TopMenuItem("学会組織 ","ptlist.phtml?Category=9693","9693","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_08.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_08over.gif","130","21") 
 TopMenu[5] = new TopMenuItem("学会誌 ","cglist.phtml?Category=2937","2937","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_03.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_03off.gif","130","21") 
 TopMenu[6] = new TopMenuItem("論文投稿 ","ptlist.phtml?Category=2935","2935","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_02.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_02over.gif","130","21") 
 TopMenu[7] = new TopMenuItem("書籍・出版物 ","ptlist.phtml?Category=2938","2938","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_04.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_04off.gif","130","21") 
 TopMenu[8] = new TopMenuItem("部会 ","ptlist.phtml?Category=9695","","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_10.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_10over.gif","130","21") 
 TopMenu[9] = new TopMenuItem("事務局アクセス ","ptlist.phtml?Category=2941","","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_11.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_11over.gif","130","21") 
 TopMenu[10] = new TopMenuItem("関連サイトリンク ","ptlist.phtml?Category=10039","","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_12.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_12over.gif","130","21") 

