//ツリーメニューfunction exMenu(tree) {tMenu = document.getElementById(tree).style;if (tMenu.display == 'none') tMenu.display = "block"; else tMenu.display = "none";}//問い合わせウインドウfunction openwin() {	window.open("http://www.webo-kobe.com/FS-APL/FS-Form/form.cgi?Code=toiawase", "toiawase", "width=600,height=780,top=150,left=150,toolbar=yes,resizable=yes,scrollbars=yes");}//メルマガウインドウfunction openwin1() {win=window.open("http://www.webo-kobe.com/FS-APL/FS-Form/form.cgi?Code=merumaga","merumaga","width=580,height=430,resizable=yes,scrollbars=yes");}