/**
 * copyright   iqc inc.
 *
 * Javascript共通処理
 *
 **/


/** 
 * 文字列の右側の半角・全角スペースをトリム
 **/
function RTrim(strVal) {
	var i = 0;
	var strRet = strVal;
	while (i < strVal.length) {
		if (strRet.substring(strRet.length - 1, strRet.length) == " "
			|| strRet.substring(strRet.length - 1, strRet.length) == "　") 
		{
			strRet = strVal.substring(0, strVal.length - (i + 1));
    } else {
      break;
  	}
		i++;
  }
	return strRet;
}

/**
 * 文字列の左側の半角・全角スペースをトリム
 **/
function LTrim(strVal) {
	var i = 0;
	var strRet = strVal;
	while (i < strVal.length) {
		if (strRet.substring(0, 1) == " "
		 || strRet.substring(0, 1) == "　") 
		{
			strRet = strVal.substring(i + 1, strVal.length);
    } else {
      break;
    }
		i++;
  }
	return strRet;
}

/**
 * テキストの必須チェック処理
 **/
function requiredCheck(strVal,strErr) {
	if(RTrim(LTrim(strVal))==""){
					return strErr + "を記入してください \n";
	}else{
		return "";
	}
}

/**
 * ラジオボタンの必須チェック処理
 **/
function requiredRadioCheck(objElm,strErr) {
	flag=false;
	for(i=0;i<objElm.length;i++){
		if(objElm[i].checked){flag=true;}
	}
	if(!flag){
					return strErr + "を選択してください \n";
	}else{
		return "";
	}
}




/********************************************************
 ***** デバッグフラグ（テスト環境：true, 本番環境：false）
********************************************************/
var DEBUG = false;

/********************************************************
 ***** ルートフォルダの設定
********************************************************/
var PATH_PREFIX;
if(DEBUG) {
	PATH_PREFIX = "/test/taka-q/renewal";
} else {
	PATH_PREFIX = "";
}

/** 
 * ナビゲーション表示処理
 **/
function showNavi() {

	//第1階層のメニュー名
	var floor1 = showNavi.arguments[0];
	//第2階層のメニュー名
	var floor2 = showNavi.arguments[1];
	//第3階層のメニュー名
	var floor3 = showNavi.arguments[2];


	/******** ナビゲーション出力開始 *********/
	
	document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="169">');
	document.writeln('<tbody>');
	document.writeln('<!--// menu01 news  -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../news/index.html" onMouseOver="swapImg(\'menu01\',\'' + PATH_PREFIX + '../common/images/menu01on.gif\')" onMouseOut="swapImg(\'menu01\',\'' + PATH_PREFIX + '../common/images/menu01.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu01.gif" alt="ニュース" name="menu01" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('<!--// menu01 news end-->');
	document.writeln('');
	document.writeln('<!--// menu02ショップタイプ-->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../brand/index.html" onMouseOver="swapImg(\'menu02\',\'' + PATH_PREFIX + '../common/images/menu02on.gif\')"onMouseOut="swapImg(\'menu02\',\'' + PATH_PREFIX + '../common/images/menu02.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu02.gif" alt="ショップタイプ" name="menu02" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

	//第1階層にSHOP TYPEが選択されている場合
	if(floor1 == "brand") {

	document.writeln('<!--//　Takaq業態 -->');
	document.writeln('<tr align="right"><td>');
	document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="148">');
	document.writeln('<tbody>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../brand/takaq.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_takaq.gif" alt="TAKA:Q" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('');
	document.writeln('<!--//  Male&amp;Co 業態-->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../brand/male.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_male.gif" alt="MALE&amp;Co." border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('');
	document.writeln('<!--//　m.f.editorial業態 -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../brand/mfeditorial.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_mf.gif" alt="mf editorial" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('');
	document.writeln('<!--//　shirtscode業態  -->');
	document.writeln('<tr><td><a href="' + PATH_PREFIX + '../brand/shirtscode.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_shirtscode.gif" alt="SHIRTS CODE" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('');
	document.writeln('<!--//　Wilks業態 -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../brand/wilkes.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_wilks.gif" alt="Wilkes Bashford" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('<!--//　semantic業態  -->');
	document.writeln('<tr><td><a href="' + PATH_PREFIX + '../brand/semantic.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_semantic.gif" alt="semantic design" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('');
	document.writeln('<!--//　around the shoes業態  -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../brand/around.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_around.gif" alt="around the shoes" border="0" height="12" width="148"></a></td>');
	document.writeln('</tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('</tbody></table>');
	document.writeln('</td></tr>');
	document.writeln('<!--// menu02ショップタイプ end-->');
	document.writeln('');
	document.writeln('<!--// menu03〜05 -->');
	document.writeln('');

	} //if(floor1 == "brand")

	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../shop/index.html" onmouseover="swapImg(\'menu03\',\'' + PATH_PREFIX + '../common/images/menu03on.gif\')" onmouseout="swapImg(\'menu03\',\'' + PATH_PREFIX + '../common/images/menu03.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu03.gif" alt="ショップリスト" name="menu03" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../pickup/index.html" onMouseOver="swapImg(\'menu04\',\'' + PATH_PREFIX + '../common/images/menu04on.gif\')" onMouseOut="swapImg(\'menu04\',\'' + PATH_PREFIX + '../common/images/menu04.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu04.gif" alt="マンスリーピックアップショップ" name="menu04" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

/***** BUYER'S STYLEリンク有効バージョン ******/
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../buyers/index.html" onmouseover="swapImg(\'menu05\',\'' + PATH_PREFIX + '../common/images/menu05on.gif\')" onmouseout="swapImg(\'menu05\',\'' + PATH_PREFIX + '../common/images/menu05.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu05.gif" alt="バイヤーズスタイル" name="menu05" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('<!--// menu03〜05 end-->');
	document.writeln('');
/***** ここまでBUYER'S STYLEリンク有効バージョン *****/

/***** BUYER'S STYLEリンク無効バージョン 
	document.writeln('<tr><td align="right"><label onmouseover="swapImg(\'menu05\',\'' + PATH_PREFIX + '../common/images/menu05on.gif\')" onmouseout="swapImg(\'menu05\',\'' + PATH_PREFIX + '../common/images/menu05.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu05.gif" alt="バイヤーズスタイル" name="menu05" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('<!--// menu03〜05 end-->');
	document.writeln('');
ここまでBUYER'S STYLEリンク無効バージョン *****/

	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../order/index.html" onMouseOver="swapImg(\'menu06\',\'' + PATH_PREFIX + '../common/images/menu06on.gif\')" onMouseOut="swapImg(\'menu06\',\'' + PATH_PREFIX + '../common/images/menu06.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu06.gif" alt="スタイルオーダー" name="menu06" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

	//第1階層にSTYLE ORDERが選択されている場合
	if(floor1 == "order") {

	document.writeln('<!--//　menu06 スタイルオーダー項目  -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../order/suit.html"><img src="' + PATH_PREFIX + '../common/images/menu/order_suit.gif" alt="" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../order/shirt.html"><img src="' + PATH_PREFIX + '../common/images/menu/order_shirt.gif" alt="" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../order/ladys.html"><img src="' + PATH_PREFIX + '../common/images/menu/order_ladys.gif" alt="" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('<!--//　menu06 スタイルオーダー項目  end-->');
	document.writeln('');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

	} //if(floor1 == "order")
	
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../column/index.html" onmouseover="swapImg(\'menu07\',\'' + PATH_PREFIX + '../common/images/menu07on.gif\')" onmouseout="swapImg(\'menu07\',\'' + PATH_PREFIX + '../common/images/menu07.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu07.gif" alt="スタイリスト コラム" name="menu07" border="0" height="15" width="160"></a></td></tr>');
document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

/***** リンク無効バージョン 
	document.writeln('');
	document.writeln('<!--//　menu08 blog  -->');
	document.writeln('		<tr><td align="right"><div onclick="if(document.getElementById){document.getElementById(\'subNavi\').style.display==\'none\'?document.getElementById(\'subNavi\').style.display=\'\':document.getElementById(\'subNavi\').style.display=\'none\'}" style="display: inline;"><a href="javascript:void(0)" onmouseover="swapImg(\'menu08\',\'' + PATH_PREFIX + '../common/images/menu08on.gif\')" onmouseout="swapImg(\'menu08\',\'' + PATH_PREFIX + '../common/images/menu08.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu08.gif" alt="スタッフ　ブログ" name="menu08" border="0" height="15" width="160"></a></div></td>');
	document.writeln('		</tr>');
	document.writeln('		<tr><td>');
	document.writeln('			<div id="subNavi" style="display:none;margin:0px 0px 0px 20px;">');
	document.writeln('			<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	document.writeln('			<tbody><tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="7" width="1"></td></tr>');
	document.writeln('			<tr><td><a href="http://takaq.weblogs.jp/" target="_blank"><img src="' + PATH_PREFIX + '../common/images/menu/menu08_01.gif" alt="TQブログ" border="0" height="12" width="148"></a></td></tr>');
	document.writeln('');
	document.writeln('			
		 

<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			</tbody></table>');
	document.writeln('			</div>');
	document.writeln('		</td></tr>');
	document.writeln('<!--//　menu08 blog  end-->');
	document.writeln('');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');	
	*****/
	
	
	document.writeln('');
	document.writeln('<!--//　menu09 recruit  -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/index.html" onmouseover="swapImg(\'menu09\',\'' + PATH_PREFIX + '../common/images/menu09on.gif\')" onmouseout="swapImg(\'menu09\',\'' + PATH_PREFIX + '../common/images/menu09.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu09.gif" alt="リクルート" name="menu09" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('');

	//第1階層にRECRUITが選択されている場合
	if(floor1 == "recruit") {
	
	document.writeln('<!--//　menu09 recruit項目  -->');
	document.writeln('		<tr><td>');
	document.writeln('			<table align="right" border="0" cellpadding="0" cellspacing="0" width="148">');
	document.writeln('			<tbody>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/index.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec01.gif" border="0" height="12" width="148" alt="採用情報"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/flesh.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec02.gif" border="0" height="12" width="148" alt="新卒採用"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec03.gif" border="0" height="12" width="148" alt="中途採用"></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('            <tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/mate01.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec04.gif" border="0" height="12" width="148" alt="メイト募集要項"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/mate/index.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec05.gif" border="0" height="12" width="148" alt="メイト募集店舗一覧"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/message_ceo.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec06.gif" border="0" height="12" width="148" alt="社長メッセージ"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');


/***
document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/message_staff.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec07.gif" border="0" height="12" width="148" alt="社員メッセージ"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
***/
/***
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/lineup.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec08.gif" border="0" height="12" width="148" alt="主力商品"></a></td></tr>');
***/
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec08.gif" border="0" height="12" width="148" alt="主力商品"></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/stepup.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec09.gif" border="0" height="12" width="148" alt="ステップアップ制度"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../recruit/qa.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_rec10.gif" border="0" height="12" width="148" alt="Q&A"></a></td></tr>');
	document.writeln('			</tbody></table>');
	document.writeln('		</td>');
	document.writeln('		</tr>');
	document.writeln('<!--//　menu09 recruit項目  end-->');
	document.writeln('<!--//　menu09 recruit end-->');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

	} //if(floor1 == "recruit")
	
	document.writeln('<!--//　menu10 company  -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../company/index.html" onmouseover="swapImg(\'menu10\',\'' + PATH_PREFIX + '../common/images/menu10on.gif\')" onmouseout="swapImg(\'menu10\',\'' + PATH_PREFIX + '../common/images/menu10.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu10.gif" alt="カンパニー" name="menu10" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');

	//第1階層にCOMPANYが選択されている場合
	if(floor1 == "company") {

	document.writeln('<!--//　menu10company項目  -->');
	document.writeln('		<tr><td>');
	document.writeln('			<table align="right" border="0" cellpadding="0" cellspacing="0" width="148">');
	document.writeln('			<tbody>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/index.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp01.gif" border="0" height="12" width="148" alt="会社概要"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/denshiKokoku.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp02.gif" border="0" height="12" width="148" alt="電子公告"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/kabunushiMemo.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp03.gif" border="0" height="12" width="148" alt="株主メモ"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/enkaku.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp04.gif" border="0" height="12" width="148" alt="沿革"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');

	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/kabuMinasama.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp14.gif" border="0" height="12" width="148" alt="株主の皆様へ"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');

	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/kessanShiryo.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp05.gif" border="0" height="12" width="148" alt="決算資料"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/kabuYutai.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp06.gif" border="0" height="12" width="148" alt="株主優待制度"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/irNews.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp07.gif" border="0" height="12" width="148" alt="IRニュース"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/gyosekiSuii.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp08.gif" border="0" height="12" width="148" alt="業績推移"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/irCalendar.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp09.gif" border="0" height="12" width="148" alt="IRカレンダー"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/getsuJyoho.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp10.gif" border="0" height="12" width="148" alt="月次情報"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/kabuJyokyo.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp11.gif" border="0" height="12" width="148" alt="株式の状況"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/kabukaJyoho.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp12.gif" border="0" height="12" width="148" alt="株価情報"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/disclosurePolicy.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp15.gif" border="0" height="12" width="148" alt="ディスクロージャーポリシー"></a></td></tr>');
	document.writeln('			<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('			<tr><td align="right"><a href="' + PATH_PREFIX + '../company/mensekiJiko.html"><img src="' + PATH_PREFIX + '../common/images/menu/menu_cp13.gif" border="0" height="12" width="148" alt="免責事項"></a></td></tr>');
	document.writeln('			</tbody></table>');
	document.writeln('		</td>');
	document.writeln('		</tr>');
	document.writeln('<!--//　menu10company項目  end-->');
	document.writeln('<!--//　menu10 company  end-->');
	document.writeln('');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('');

	} //if(floor1 == "company")
	
	document.writeln('<!--//　menu11 メンバーズ  -->');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/index.html" onmouseover="swapImg(\'menu11\',\'' + PATH_PREFIX + '../common/images/menu11on.gif\')" onmouseout="swapImg(\'menu11\',\'' + PATH_PREFIX + '../common/images/menu11.gif\')"><img src="' + PATH_PREFIX + '../common/images/menu11.gif" alt="メンバーズ" name="menu11" border="0" height="15" width="160"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="12" width="1"></td></tr>');
	document.writeln('');

	//第1階層にMEMBER'Sが選択されている場合
	if(floor1 == "members") {
	
	document.writeln('<!--//　menu11 メンバーズ項目  -->');
	document.writeln('<tr><td>');
	document.writeln('<table align="right" border="0" cellpadding="0" cellspacing="0" width="148">');
	document.writeln('<tbody>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/index.html"><img src="' + PATH_PREFIX + '../common/images/menu/mem_takaq.gif" alt="" border="0" height="12" width="148" alt="TAKA Q"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/mem_male.html"><img src="' + PATH_PREFIX + '../common/images/menu/mem_male.gif" alt="" border="0" height="12" width="148" alt="MALE&Co."></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');

	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/mem_wb.html"><img src="' + PATH_PREFIX + '../common/images/menu/mem_wilkes.gif" alt="" border="0" height="12" width="148" alt="Wilkes Bashford"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');



	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/mem_mf.html"><img src="' + PATH_PREFIX + '../common/images/menu/mem_mf.gif" alt="" border="0" height="12" width="148" alt="mf editorial"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/mem_sd.html"><img src="' + PATH_PREFIX + '../common/images/menu/mem_sd.gif" alt="" border="0" height="12" width="148" alt="semantic design"></a></td></tr>');
	document.writeln('<tr><td align="right"><img src="' + PATH_PREFIX + '../common/images/_.gif" alt="" height="10" width="1"></td></tr>');
	document.writeln('<tr><td align="right"><a href="' + PATH_PREFIX + '../members/mem_ars.html"><img src="' + PATH_PREFIX + '../common/images/menu/mem_ars.gif" alt="" border="0" height="12" width="148" alt="around the shoes"></a></td></tr>');
	document.writeln('</tbody></table>');
	document.writeln('</td>');
	document.writeln('</tr>');
	document.writeln('<!--//　menu11 メンバーズ項目  end-->');
	document.writeln('<!--//　menu11 メンバーズ end-->');
	document.writeln('');

	} //if(floor1 == "members")
	
	document.writeln('</tbody>');
	document.writeln('</table>');
	
	/******** ナビゲーション出力終了 *********/

}


/** 
 * ヘッダー・ナビゲーション表示処理
 **/
function showHeaderNavi() {

	/******** ナビゲーション出力開始 *********/

	document.writeln('<table width="790" border="0" cellspacing="0" cellpadding="0" id="headborder">');
	document.writeln('	<!--bmenu-->');
	document.writeln('	<tr><td><a href="' + PATH_PREFIX + '../shop/index.html"><img src="' + PATH_PREFIX + '../common/images/contemain.jpg"  alt="ビジネススーツ・リクルートスーツ　カジュアル メンズファッションブランド[TAKA Q/タカキュー]" width="788" height="86"></a></td></tr>');
	document.writeln('	<tr><td id="bmenu"><!-- #BeginLibraryItem "../Library/headmenu.lbi" -->		<table width="788" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('		<tr>');
	document.writeln('		<td width="65"><a href="' + PATH_PREFIX + '../brand/takaq.html" class="style1" onMouseover="swapImg(\'bmenu01\',\'' + PATH_PREFIX + '../common/images/bmenu01on.gif\')" onMouseout="swapImg(\'bmenu01\',\'' + PATH_PREFIX + '../common/images/bmenu01.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu01.gif" alt="TAKAQ" name="bmenu01" width="65" height="19" border="0"></a></td>');
	document.writeln('		<td width="3"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="3" height="1" alt=""></td>');
	document.writeln('		<td width="89"><a href="' + PATH_PREFIX + '../brand/male.html" onMouseover="swapImg(\'bmenu02\',\'' + PATH_PREFIX + '../common/images/bmenu02on.gif\')" onMouseout="swapImg(\'bmenu02\',\'' + PATH_PREFIX + '../common/images/bmenu02.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu02.gif" alt="MALE&amp;Co." name="bmenu02" width="89" height="19" border="0"></a></td>');
	document.writeln('		<td width="3"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="3" height="1" alt=""></td>');
	document.writeln('		<td width="92"><a href="' + PATH_PREFIX + '../brand/mfeditorial.html" onMouseover="swapImg(\'bmenu03\',\'' + PATH_PREFIX + '../common/images/bmenu03on.gif\')" onMouseout="swapImg(\'bmenu03\',\'' + PATH_PREFIX + '../common/images/bmenu03.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu03.gif" alt="MF EDITORIAL" name="bmenu03" width="92" height="19" border="0"></a></td>');
	document.writeln('		<td width="3"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="3" height="1" alt=""></td>');
	document.writeln('		<td width="105"><a href="' + PATH_PREFIX + '../brand/shirtscode.html" onMouseover="swapImg(\'bmenu04\',\'' + PATH_PREFIX + '../common/images/bmenu04on.gif\')" onMouseout="swapImg(\'bmenu04\',\'' + PATH_PREFIX + '../common/images/bmenu04.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu04.gif" alt="SHIRTS CODE" name="bmenu04" width="105" height="19" border="0"></a></td>');
	document.writeln('		<td width="3"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="3" height="1" alt=""></td>');
	document.writeln('		<td width="118"><a href="' + PATH_PREFIX + '../brand/wilkes.html" onMouseover="swapImg(\'bmenu05\',\'' + PATH_PREFIX + '../common/images/bmenu05on.gif\')" onMouseout="swapImg(\'bmenu05\',\'' + PATH_PREFIX + '../common/images/bmenu05.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu05.gif" alt="Wilkes Bashford" name="bmenu05" width="118" height="19" border="0"></a></td>');
	document.writeln('		<td width="3"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="3" height="1" alt=""></td>');
	document.writeln('		<td width="119"><a href="' + PATH_PREFIX + '../brand/semantic.html" onMouseover="swapImg(\'bmenu06\',\'' + PATH_PREFIX + '../common/images/bmenu06on.gif\')" onMouseout="swapImg(\'bmenu06\',\'' + PATH_PREFIX + '../common/images/bmenu06.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu06.gif" alt="SEMANTIC DESIGN" name="bmenu06" width="119" height="19" border="0"></a></td>');
	document.writeln('		<td width="3"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="3" height="1" alt=""></td>');
	document.writeln('		<td width="128"><a href="' + PATH_PREFIX + '../brand/around.html" onMouseover="swapImg(\'bmenu07\',\'' + PATH_PREFIX + '../common/images/bmenu07on.gif\')" onMouseout="swapImg(\'bmenu07\',\'' + PATH_PREFIX + '../common/images/bmenu07.gif\')"><img src="' + PATH_PREFIX + '../common/images/bmenu07.gif" alt="AROUND THE SHOES" name="bmenu07" width="128" height="19" border="0"></a></td>');
	document.writeln('		</tr>');
	document.writeln('		</table><!-- #EndLibraryItem --></td>');
	document.writeln('	</tr>');
	document.writeln('	<tr><td><img src="' + PATH_PREFIX + '../common/images/imgLine.gif" width="788" height="2" alt=""></td></tr>');
	document.writeln('	</table>');
	document.writeln('	<!--//bmenu-->');

	/******** ナビゲーション出力終了 *********/

}

/** 
 * フッター表示処理
 **/
function showFooter() {

	/******** フッター出力開始 *********/

	document.writeln('    <tr><td colspan="2"><img src="' + PATH_PREFIX + '../common/images/_.gif" width="1" height="10" alt=""></td></tr>');
	document.writeln('    <tr><td colspan="2">');
	document.writeln('        <!--footer-->');
	document.writeln('        <table width="100%" border="0" cellspacing="0" cellpadding="0">');
	document.writeln('        <tr>');
	document.writeln('         <td id="footlink"><a href="' + PATH_PREFIX + '../index.html">HOME</a> ｜ <a href="' + PATH_PREFIX + '../members/index.html">メンバーズ</a> ｜ <a href="' + PATH_PREFIX + '../privacypolicy/privacy.html">プライバシーポリシー</a> ｜ <a href="' + PATH_PREFIX + '../contact/contact.html">お問合せ</a> ｜ <a href="' + PATH_PREFIX + '../mailmagazine/mailmagazine.html">メールマガジン登録フォーム</a> ｜ <a href="' + PATH_PREFIX + '../company/irNews.html">IR情報</a></td>');
	document.writeln('         <td align="right"><img src="' + PATH_PREFIX + '../common/images/copy.gif" width="137" height="12" alt="copyright(c)2008 TAKA-Q"></td>');
	document.writeln('         </tr>');
	document.writeln('        </table>');
	document.writeln('        <!--//footer-->');
	document.writeln('        </td>');
	document.writeln('    </tr>');

	/******** フッター出力終了 *********/

}


