<!-- Hide from non-javascript compatible browsers



//-----------------------メニュー書き出し---------------------------------

//ヘッダーを配置する関数

function put_header(dir,flg) {

document.write("<div class=\"head02\">");

document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" height=\"41\"><tr><td valign=\"top\">");

document.write("<img src=\"");
document.write(dir);
document.write("img/ttl_mnu01.gif\" width=\"225\" height=\"41\">");
document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

document.write("</td><td valign=\"top\">");

if (flg == '11'){
    put_btn('mnu_top01',dir+'concept.html','コンセプト',dir,'1');}
else{
    put_btn('mnu_top01',dir+'concept.html','コンセプト',dir,'0');}

document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

if (flg == '2'){
    put_btn('mnu_top02',dir+'menu.html','メニュー',dir,'1');}
else{
    put_btn('mnu_top02',dir+'menu.html','メニュー',dir,'0');}

document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

if (flg == '7'){
    put_btn('mnu_top03',dir+'media/index.html','メディア露出',dir,'1');}
else{
    put_btn('mnu_top03',dir+'media/index.html','メディア露出',dir,'0');}

document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

if (flg == '4'){
    put_btn('mnu_top04',dir+'access.html','アクセス',dir,'1');}
else{
    put_btn('mnu_top04',dir+'access.html','アクセス',dir,'0');}

document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

if (flg == '5'){
    put_btn('mnu_top05',dir+'link.html','リンク',dir,'1');}
else{
    put_btn('mnu_top05',dir+'link.html','リンク',dir,'0');}


document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

if (flg == '10'){
    put_btn('mnu_top06','mailto:info@hanada-rosso.net','予約･お問合せ',dir,'1');}
else{
    put_btn('mnu_top06','mailto:info@hanada-rosso.net','予約･お問合せ',dir,'0');}

document.write("<img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"1\" height=\"1\">");

if (flg == '3'){
    put_btn('mnu_top07','http://shop.8737ch.net/\' target=\'blank','お取り寄せ',dir,'1');}
else{
    put_btn('mnu_top07','http://shop.8737ch.net/\' target=\'blank','お取り寄せ',dir,'0');}

document.write("</td></tr></table>");

document.write("</div>");

}


//左メニューを配置する関数

function put_leftmenu(dir,flg) {

document.write("<div class=\"spacer10\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");


if (flg == '11'){
    put_btn('btn_con',dir+'concept.html','コンセプト',dir,'1');}
else{
    put_btn('btn_con',dir+'concept.html','コンセプト',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"4\"><br /></div>");

document.write("<div class=\"box_submenu\">");

document.write("<div class=\"text_submenu\">");
document.write("<a href=\"hanada.html\">花田美奈子 ＞</a><br />");
document.write("<a href=\"kodawari.html\">こだわり ＞</a><br />");
document.write("<a href=\"design.html\">店舗デザインコンセプト ＞</a><br />");
document.write("<a href=\"staff.html\">スタッフ紹介 ＞</a></div>");
document.write("<div class=\"floatclear\"></div>");

document.write("</div>");

document.write("<div class=\"spacer10\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '2'){
    put_btn('btn_menu',dir+'menu.html','メニュー',dir,'1');}
else{
    put_btn('btn_menu',dir+'menu.html','メニュー',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"4\"><br /></div>");

document.write("<div class=\"box_submenu\">");

document.write("<div class=\"text_submenu\">");
document.write("<a href=\"menu.html#lunch\">ランチ ＞</a><br />");
document.write("<a href=\"menu.html#cafe\">カフェ ＞</a><br />");
document.write("<a href=\"menu.html#dinner\">ディナー ＞</a><br />");
document.write("<a href=\"menu.html#takeout\">テイクアウト ＞</a><br />");
document.write("<a href=\"menu.html#party\">パーティー・ケータリング ＞</a></div>");
document.write("<div class=\"floatclear\"></div>");

document.write("</div>");

document.write("<div class=\"spacer10\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '7'){
    put_btn('btn_media',dir+'media/index.html','メディア露出',dir,'1');}
else{
    put_btn('btn_media',dir+'media/index.html','メディア露出',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '4'){
    put_btn('btn_access',dir+'access.html','アクセス',dir,'1');}
else{
    put_btn('btn_access',dir+'access.html','アクセス',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '5'){
    put_btn('btn_link',dir+'link.html','リンク',dir,'1');}
else{
    put_btn('btn_link',dir+'link.html','リンク',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '10'){
    put_btn('btn_toiawase','mailto:info@hanada-rosso.net','予約･お問合せ',dir,'1');}
else{
    put_btn('btn_toiawase','mailto:info@hanada-rosso.net','予約･お問合せ',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '3'){
    put_btn('btn_shop','http://shop.8737ch.net/\' target=\'blank','お取り寄せ',dir,'1');}
else{
    put_btn('btn_shop','http://shop.8737ch.net/\' target=\'blank','お取り寄せ',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '0'){
		put_btn('btn_top',dir+'index.html','トップページ',dir,'1');}
else{
    put_btn('btn_top',dir+'index.html','トップページ',dir,'0');}

document.write("<br /><div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");


}


//ボタンを配置する関数
//(flg　0:通常  1:マウスオン状態)
function put_btn(name,url,alt,dir,flg) {

document.write("<a href='");
document.write(url);
document.write("'><img src='");
document.write(dir);
document.write("img/");
document.write(name);

if (flg == '1'){
    document.write("_o");}
else{
    document.write("");}

document.write(".gif' alt='");
document.write(alt);

if (flg == '1'){
    document.write("' border='0'></a>");}
else{
    document.write("' class='imgover' border='0'></a>");}


}

//フッターを配置する関数

function put_footer() {

document.write("<div id=\"footer01\">");
document.write("<table class=\"waku_footer\"><tr>");
document.write("<td class=\"f01\">");
document.write("<!--a href=\"con.html\">コンセプト</a>　|　<a href=\"con.html\">メニュー</a>　|　<a href=\"media.html\">媒体露出状況</a>　|　<a href=\"access.html\">アクセス</a>　|　<a href=\"link.html\">リンク</a>　|　<a href=\"con.html\">コンタクト</a>　|　<a href=\"shop.html\">ショップ</a-->");
document.write("</td><td class=\"f02\">");
document.write("copyright (c) 2005-2008 Farm of Hanada Co.,Ltd");
document.write("</td></tr></table>");
document.write("</div>");
}
// End hiding -->


