<!-- Hide from non-javascript compatible browsers



//-----------------------メニュー書き出し---------------------------------


//左メニューを配置する関数

function put_leftmenu(dir,flg) {

document.write("<div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");


if (flg == '101'){
    put_btn('mnu_top01',dir+'concept.html','ブライドルとは？',dir,'1');}
else{
    put_btn('mnu_top01',dir+'concept.html','ブライドルとは？',dir,'0');}

document.write("<div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '4'){
    put_btn('mnu_top02',dir+'pro/index.html','プロフィール',dir,'1');}
else{
    put_btn('mnu_top02',dir+'pro/index.html','プロフィール',dir,'0');}

document.write("<div class=\"spacer4\"><img src=\"");
document.write(dir);
document.write("img/spacer.gif\" width=\"10\" height=\"10\"><br /></div>");

if (flg == '5'){
    put_btn('mnu_top03',dir+'photo/index.html','過去の写真',dir,'1');}
else{
    put_btn('mnu_top03',dir+'photo/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 == '102'){
    put_btn('mnu_top04',dir+'alliance.html','協力企業',dir,'1');}
else{
    put_btn('mnu_top04',dir+'alliance.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 == '103'){
    put_btn('mnu_top05',dir+'form/','オーディション',dir,'1');}
else{
    put_btn('mnu_top05',dir+'form/','オーディション',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 == '100'){
    put_btn('mnu_top06','mailto:info@bridol.net','お問い合せ',dir,'1');}
else{
    put_btn('mnu_top06','mailto:info@bridol.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 == '0'){
put_btn('mnu_top00',dir+'index.html','トップページ',dir,'1');}
else{
    put_btn('mnu_top00',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(".jpg' 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) 2010 YUTO Inc.");
document.write("</td></tr></table>");
document.write("</div>");
}
// End hiding -->



