//---------------SWF表示-------------------//

function head(){
	document .write ('<ol>');
	document .write ('<li id="logo"><a href="#"><img src="img/sazaby_logo.gif" alt="SAZABY" width="135" height="54" /></li>');
	document .write ('<li><a href="index.html"><img src="img/navi01.gif" alt="TOP" width="25" height="54" /></li>');
	document .write ('<li><a href="brand_msg/index.html"><img src="img/navi02.gif" alt="BrandMessage" width="93" height="54" /></a></li>');
	document .write ('<li><a href="news/index.html"><img src="img/navi03.gif" alt="News" width="33" height="54" /></a></li>');
	document .write ('<li><a href="item/index.html"><img src="img/navi04.gif" alt="Item Files" width="55" height="54" /></a></li>');
	document .write ('<li><a href="members/index.html"><img src="img/navi05.gif" alt="Members" width="56" height="54" /></a></li>');
	document .write ('<li><a href="shoplist/index.html"><img src="img/navi06.gif" alt="ShopList" width="58" height="54" /></a></li>');
	document .write ('<li id="last"><a href="faq/index.html"><img src="img/navi07.gif" alt="FAQ" width="56" height="54" /></a></li>');
	document .write ('</ol>');
	}
function swf_footer(){
	document .write ('<div id="foot_box" class="S">');
	document .write ('<div id="comp_name"><a href="company/index.html"><img src="img/foot_comname.gif" alt="Baggage Handlers Inc." width="210" height="30" /></a></div>');
	document .write ('<div id="foot_navi">');
	document .write ('<div id="foot_navi01">');
	document .write ('<ol>');
	document .write ('<li><a href="company/index.html">会社概要</a></li>');
	document .write ('<li><a href="contact/index.html">お問い合わせ</a></li>');
	document .write ('<li><a href="w_policy/index.html">ウェブサイトポリシー</a></li>');
	document .write ('<li><a href="p_policy/index.html">プライバシーポリシー</a></li>');
	//document .write ('<li><a href="sitemap/index.html">サイトマップ</a></li>');
	document .write ('</ol>');
	document .write ('</div>');
	document .write ('<div id="foot_navi02">');
	document .write ('<ol>');
	document .write ('<li><a href="brand_msg/index.html">ブランドメッセージ</a></li>');
	document .write ('<li><a href="shoplist/index.html">店舗情報</a></li>');
	document .write ('<li><a href="recruit/index.html">採用情報</a></li>');
	document .write ('</ol>');
	document .write ('</div>');
	document .write ('</div>');
	document .write ('</div>');
	}	

function CTT() {
	//document.location.href = w_sp01;
	window.open("https://f.msgs.jp/webapp/form/14310_kev_17/index.do",'CTT','width=550,height=600resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,');
	}
function WCTRG() {
	window.open('http://www.sazaby.net/webcatalog2011/','cat2011','width=1230,height=680,resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,');
	}
function PC_WP() {
	window.open("https://f.msgs.jp/webapp/form/14310_kev_24/index.do",'MEMBERS','width=650,height=700resizable=yes,scrollbars=yes,menubar=no,toolbar=no,location=no,');
	}
/*
menubar	yes/no	メニューバー有無
toolbar	yes/no	ツールバー有無
location	yes/no	アドレスバー有無
status	yes/no	ステータスバー有無
resizable	yes/no	リサイズ可否
scrollbars	yes/no
*/

//開く
function img_open(id){
	var obj = document.getElementById(id);
	obj.style.display = '';
	return false;
	}
function img_close(id){
	var obj = document.getElementById(id);
	obj.style.display = 'none';
	return false;
	}
