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=1050","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu1_1.gif","150","30","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu1_2.gif","150","30") 
 TopMenu[1] = new TopMenuItem("内装 ","ptlist.phtml?Category=1051","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu2_1.gif","151","31","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu2_2.gif","151","31") 
 TopMenu[2] = new TopMenuItem("施工事例 ","ptlist.phtml?Category=1052","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu3_1.gif","151","31","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu3_2.gif","151","31") 
 TopMenu[3] = new TopMenuItem("キャンペーン ","ptlist.phtml?Category=1053","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu4_1.gif","151","30","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu4_1.jpg","151","30") 
 TopMenu[4] = new TopMenuItem("会社概要 ","ptlist.phtml?Category=1054","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu5_1.gif","151","31","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu5_2.gif","151","31") 
 TopMenu[5] = new TopMenuItem("お見積りフォーム ","ptlist.phtml?Category=1055","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu6_1.gif","151","31","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu6_2.gif","151","31") 
 TopMenu[6] = new TopMenuItem("お問合せフォーム ","ptlist.phtml?Category=1056","","flyoutLink","/ezcatfiles/mof-reform/img/pictures/title/CGO_menu7_1.gif","151","30","/ezcatfiles/mof-reform/img/pictures/title/CGA_menu7_1.jpg","151","30") 
