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=1018","","flyoutLink","/ezcatfiles/toumei-corp/img/pictures/title/CGO_menu01.gif","182","42","/ezcatfiles/toumei-corp/img/pictures/title/CGA_menu01.gif","182","42") 
 TopMenu[1] = new TopMenuItem("会社案内 ","ptlist.phtml?Category=1019","","flyoutLink","/ezcatfiles/toumei-corp/img/pictures/title/CGO_menu02.gif","182","42","/ezcatfiles/toumei-corp/img/pictures/title/CGA_menu02.gif","182","42") 
 TopMenu[2] = new TopMenuItem("基礎工事事業部 ","ptlist.phtml?Category=1020","","flyoutLink","/ezcatfiles/toumei-corp/img/pictures/title/CGO_menu03.gif","182","42","/ezcatfiles/toumei-corp/img/pictures/title/CGA_menu03.gif","182","42") 
 TopMenu[3] = new TopMenuItem("お問い合わせ ","ptlist.phtml?Category=1021","","flyoutLink","/ezcatfiles/toumei-corp/img/pictures/title/CGO_menu04.gif","182","42","/ezcatfiles/toumei-corp/img/pictures/title/CGA_menu04.gif","182","42") 
