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=360","","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_CGO_btn_menu01s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu01b.gif","155","41") 
 TopMenu[1] = new TopMenuItem("売買物件情報 ","cglist.phtml?Category=361","361","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_btn_menu02s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu02b.gif","155","41") 
 TopMenu[2] = new TopMenuItem("賃貸物件情報 ","cglist.phtml?Category=362","362","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_btn_menu03s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu03b.gif","155","41") 
 TopMenu[3] = new TopMenuItem("建物仕様 ","ptlist.phtml?Category=411","","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_btn_menu05s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu05b.gif","155","41") 
 TopMenu[4] = new TopMenuItem("マンスリーマンション ","ptlist.phtml?Category=412","","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_btn_menu06s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu06b.gif","155","41") 
 TopMenu[5] = new TopMenuItem("トランクルーム ","ptlist.phtml?Category=413","","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_btn_menu07s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu07b.gif","155","41") 
 TopMenu[6] = new TopMenuItem("バイクガレージ ","ptlist.phtml?Category=1547","","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_menu08.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_menu08_o.gif","155","41") 
 TopMenu[7] = new TopMenuItem("お問合せ ","ptlist.phtml?Category=363","","flyoutLink","/ezcatfiles/shinwahome/img/pictures/title/CGO_btn_menu04s.gif","155","41","/ezcatfiles/shinwahome/img/pictures/title/CGA_btn_menu04b.gif","155","41") 

