// JavaScript Document

//Depth 1 - concept
function concept(){window.location.href="concept.html"}//concept

//Depth 2 - menu
function menu(){window.location.href="menu.html"}//menu

//Depth 3 - shop guide
function shopguide(){window.location.href="guide.html"}//guide

//Depth 4 - contact
function contact(){window.location.href="contact.html"}//contact

//Depth 5 - index
function home01(){window.location.href="index.html"}//index

