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","2931","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_01.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_01off.gif","130","21") 
 TopMenu[1] = 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_02off.gif","130","21") 
 TopMenu[2] = 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[3] = 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[4] = new TopMenuItem("事務局から ","ptlist.phtml?Category=2941","","flyoutLink","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGO_menu_05.gif","130","21","/ecsv/ezcatfiles/jses-solar/img/pictures/title/CGA_menu_05off.gif","130","21") 
