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=3476","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_01.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_01_on.gif","181","52") 
 TopMenu[1] = new TopMenuItem("天光院史 ","ptlist.phtml?Category=1108","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_02.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_02_on.gif","181","52") 
 TopMenu[2] = new TopMenuItem("年間行事 ","ptlist.phtml?Category=1110","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_03.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_03_on.gif","181","52") 
 TopMenu[3] = new TopMenuItem("永代供養 ","ptlist.phtml?Category=3477","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_04.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_04_on.gif","181","52") 
 TopMenu[4] = new TopMenuItem("新墓地分譲 ","ptlist.phtml?Category=3478","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_05.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_05_on.gif","181","52") 
 TopMenu[5] = new TopMenuItem("アクセス ","ptlist.phtml?Category=1111","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_06.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_06_on.gif","181","52") 
 TopMenu[6] = new TopMenuItem("リンク集 ","ptlist.phtml?Category=1112","","flyoutLink","/ezcatfiles/tenkouin/img/pictures/title/CGO_menu_07.gif","181","52","/ezcatfiles/tenkouin/img/pictures/title/CGA_menu_07_on.gif","181","52") 
