function fwLoadMenus() {







	if (window.fw_menu_0) return;







//テーブルのセルの背景変えて（#333333）テキスト白



//フォントサイズ、フォントの色、マウスオーバー時のフォントの色、背景色、マウスオーバー時の背景色







	window.fw_menu_0 = new Menu("root",170,20,"MS UI Gothic, Osaka",12,"#333399","#F4A460","#ffffff","#ffffff","left","middle",3,0,1000,-5,7,true,true,true,5,false,false);







  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> さわらび学園","window.open('sawarabi.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> ゼノの村", "window.open('zeno.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> 山の子学園共同村", "window.open('yamanoko.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> あさぎりの里", "window.open('asagiri.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> グループホーム1", "window.open('grouphome.html', '_parent');");

  

  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> グループホーム2", "window.open('grouphome2.html', '_parent');");

  

  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> グループホーム3", "window.open('grouphome3.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> グループホーム4", "window.open('grouphome4.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> グループホーム5", "window.open('grouphome5.html', '_parent');");



  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> ヘルパーステーション", "window.open('helperstation.html', '_parent');");

  

  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> こんぺいとう", "window.open('konpeito.html', '_parent');");

  

//  fw_menu_0.addMenuItem("<img src='images/point.gif' width='11' height='11' hspace='2' vspace='0' align='absmiddle'> 支援センター", "window.open('support.html', '_parent');");

	











	//fw_menu_0.bgImageUp="nav2/01.gif";



   	fw_menu_0.bgColor='#666666';



   	fw_menu_0.menuBorder=1;



   	fw_menu_0.menuLiteBgColor='#ffffff';



   	fw_menu_0.menuBorderBgColor='#666666';



	fw_menu_0.hideOnMouseOut=true;







	window.fw_menu_2 = new Menu("root",119,17,"MS UI Gothic, Osaka",10,"#808080","#F4A460","#ffffff","#ffffff","left","middle",3,0,1000,-5,7,true,true,true,5,false,false);



  fw_menu_2.addMenuItem("<img src='images/arrow1.gif' width='8' height='7'> ホームページ制作","window.open('w_hp.html', '_parent');");



  fw_menu_2.addMenuItem("<img src='images/arrow1.gif' width='8' height='7'> その他デザイン","window.open('w_dn.html', '_parent');");







   	fw_menu_2.bgColor='#666666';



   	fw_menu_2.menuBorder=1;



   	fw_menu_2.menuLiteBgColor='#ffffff';



   	fw_menu_2.menuBorderBgColor='#666666';



	fw_menu_2.hideOnMouseOut=true;



	fw_menu_2.writeMenus();











} // fwLoadMenus()