// Header menu

if( typeof depth != "undefined"){
	switch(depth){
		case 0:
			tmp = "";
			break;
		case 2:
			tmp = "../../";
			break
	}
}else{
	tmp = "../";
}

document.write('<div id="footer">');
document.write('<p><a href="' + tmp + 'index.html">ホーム</a>｜<a href="' + tmp + 'rental/rental.html">レンタル</a>｜<a href="' + tmp + 'news/news_all.html">ニュース</a>｜<a href="https://ssl.ginzasakuraya.com/pages/mail.html">カタログ請求</a>｜<a href="' + tmp + 'system_sale/system_top.html">トータルAVソリューション</a>｜<a href="' + tmp + 'system_sale/sales_top.html">販売</a>｜<a href="' + tmp + 'pages/company.html">会社概要</a>｜<a href="' + tmp + 'pages/access.html">アクセス</a>｜<a href="' + tmp + 'pages/about.html">このサイトについて</a>｜<br />｜<a href="' + tmp + 'pages/policy.html">プライバシーポリシー</a>｜<a href="' + tmp + 'pages/links.html">関連企業リンク</a>｜<a href="https://ssl.ginzasakuraya.com/pages/mail.html">お問い合わせ</a>｜<a href="' + tmp + 'pages/sitemap.html">サイトマップ</a>｜</p>');
document.write('<p class="copy">Copyright (C) 2010 Ginza Sakuraya Co, All Rights Reserved.</p>');
document.write('</div>');