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=1173","","flyoutLink","/ezcatfiles/akasaka-piano/img/pictures/title/CGO_menu_01.gif","191","42","/ezcatfiles/akasaka-piano/img/pictures/title/CGA_menu_01_on.gif","191","42") 
 TopMenu[1] = new TopMenuItem("レッスンの料金＆時間 ","ptlist.phtml?Category=1172","","flyoutLink","/ezcatfiles/akasaka-piano/img/pictures/title/CGO_menu_02.gif","191","42","/ezcatfiles/akasaka-piano/img/pictures/title/CGA_menu_02_on.gif","191","42") 
 TopMenu[2] = new TopMenuItem("お問い合わせ ","ptlist.phtml?Category=1175","","flyoutLink","/ezcatfiles/akasaka-piano/img/pictures/title/CGO_menu_04.gif","191","42","/ezcatfiles/akasaka-piano/img/pictures/title/CGA_menu_04_on.gif","191","42") 
