
function home() {
location = "./seoul.htm";
}
function about() {
location = "./about.htm";
}
function map() {
location = "./hours.htm";
}
function review() {
location = "reviews.htm";
}
function menu() {
location = "./menu.htm";
}
function letter() {
location = "./monthly.htm";
}
function staff() {
location = "./sujis.htm";
}
function contact() {
location.href = "mailto:info@sujis.net";
}

function japan() {
location = "./japan/index.htm";
}