<!--
function go(G){
	if (G=='home'){main.location.href="../home/index.php"
	menu.location.href="../menu/home.html"}
	else if (G=='service'){main.location.href="../service/index.html"
	menu.location.href="../menu/service.html"}
	else if (G=='layout'){main.location.href="../layout/index.html"
	menu.location.href="../menu/layout.html"}
	else if (G=='guide'){main.location.href="../guide/index.html"
	menu.location.href="../menu/guide.html"}
	else if (G=='price'){main.location.href="../price/index.php"
	menu.location.href="../menu/price.html"}
	else if (G=='vacant'){main.location.href="../vacant/index.php"
	menu.location.href="../menu/vacant.html"}
	else if (G=='virtual'){main.location.href="../virtual/index.html"
	menu.location.href="../menu/virtual.html"}
	else if (G=='profile'){main.location.href="../profile/index.html"
	menu.location.href="../menu/profile.html"}
	else if (G=='inquire'){main.location.href="http://www.urbanship.co.jp/Ningyocho/cgi-bin/index.html"
	menu.location.href="../menu/inquire.html"}
}
// -->

