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

function head(){
	document .write (
	'<ol class="clearfix">',
	'<li id="logo"><a href="'+dir+'index.html"><img src="'+dir+'img/sazaby_logo.gif" alt="SAZABY" width="135" height="54" /></li>',
	'<li class="narrow"><a href="'+dir+'index.html"><img src="'+dir+'img/navi01.gif" alt="TOP" width="25" height="54" /></li>',
	'<li class="wide"><a href="'+dir+'brand_msg/index.html"><img src="'+dir+'img/navi02.gif" alt="BrandMessage" width="93" height="54" /></a></li>',
	'<li class="narrow"><a href="'+dir+'news/index.html"><img src="'+dir+'img/navi03.gif" alt="News" width="33" height="54" /></a></li>',
	'<li><a href="'+dir+'shopblog/index.html"><img src="'+dir+'img/navi08.gif" alt="Shop Blog" width="61" height="54" /></a></li>',
	'<li><a href="'+dir+'item/index.html"><img src="'+dir+'img/navi04.gif" alt="Item Files" width="55" height="54" /></a></li>',
	'<li><a href="'+dir+'members/index.html"><img src="'+dir+'img/navi05.gif" alt="Members" width="56" height="54" /></a></li>',
	'<li><a href="'+dir+'shoplist/index.html"><img src="'+dir+'img/navi06.gif" alt="ShopList" width="58" height="54" /></a></li>',
	'<li><a href="'+dir+'faq/index.html"><img src="'+dir+'img/navi07.gif" alt="ShopList" width="56" height="54" /></a></li>',
	'<li id="last" class="wide"><a class="tooltip" href="http://sazaby.net/zozotown.php" target="_blank"><img src="'+dir+'img/navi09.gif" alt="Online Shop" width="74" height="54" /></a></li>',
	'</ol>');
	}
function swf_footer(){
	document .write ('<div id="foot_box" class="S">');
	document .write ('<div id="comp_name"><a href="'+dir+'company/index.html"><img src="'+dir+'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="'+dir+'company/index.html">会社概要</a></li>');
	document .write ('<li><a href="'+dir+'contact/index.html">お問い合わせ</a></li>');
	document .write ('<li><a href="'+dir+'w_policy/index.html">ウェブサイトポリシー</a></li>');
	document .write ('<li><a href="'+dir+'p_policy/index.html">プライバシーポリシー</a></li>');
	//document .write ('<li><a href="'+dir+'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="'+dir+'brand_msg/index.html">ブランドメッセージ</a></li>');
	document .write ('<li><a href="'+dir+'shoplist/index.html">店舗情報</a></li>');
	document .write ('<li><a href="'+dir+'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;
	}
