document.main_onimg01 = new Image();
document.main_onimg01.src="../images/f-close_on.gif";
document.main_onimg02 = new Image();
document.main_onimg02.src="../images/f-print_on.gif";

document.okinki_onimg01 = new Image();
document.okinki_onimg01.src="../images/kinki_on.gif";
document.okinki_onimg02 = new Image();
document.okinki_onimg02.src="../images/ani-ya-migi.gif";
document.okinki_onimg02 = new Image();
document.okinki_onimg02.src="../images/kinki2_on.gif";
document.okinki_onimg03 = new Image();
document.okinki_onimg03.src="images/bunbetu-b_on.gif";
document.okinki_onimg04 = new Image();
document.okinki_onimg04.src="images/bunbetu-i_on.gif";

document.ff_img01 = new Image();
document.ff_img01.src="../images/f-waku-lt.gif";
document.ff_img02 = new Image();
document.ff_img02.src="../images/f-waku-t.gif";
document.ff_img03 = new Image();
document.ff_img03.src="../images/f-waku-rt.gif";
document.ff_img04 = new Image();
document.ff_img04.src="../images/f-waku-l.gif";
document.ff_img05 = new Image();
document.ff_img05.src="../images/f-waku-r.gif";
document.ff_img06 = new Image();
document.ff_img06.src="../images/f-waku-lb.gif";
document.ff_img07 = new Image();
document.ff_img07.src="../images/f-waku-b.gif";
document.ff_img08 = new Image();
document.ff_img08.src="../images/f-waku-rb.gif";
document.ff_img09 = new Image();
document.ff_img09.src="../images/f-print.gif";
document.ff_img10 = new Image();
document.ff_img10.src="../images/f-close.gif";



// 画像の入れ替え

function f_exon(i){
	if(i == 1){document.f01.src="../images/f-close_on.gif"}
	if(i == 2){document.f02.src="../images/f-print_on.gif"}
	if(i == 3){document.f03.src="../images/kinki2_on.gif"}
	if(i == 4){document.f03.src="images/bunbetu-i_on.gif"}
}
function f_exout(i){
	if(i == 1){document.f01.src="../images/f-close.gif"}
	if(i == 2){document.f02.src="../images/f-print.gif"}
	if(i == 3){document.f03.src="../images/kinki2.gif"}
	if(i == 4){document.f03.src="images/bunbetu-i.gif"}
}

function kinki_exon(i){
	if(i == 1){document.o01.src="../images/kinki_on.gif";
				document.o02.src="../images/ani-ya-migi.gif";}
	if(i == 2){document.o03.src="../images/kinki_on.gif";
				document.o04.src="../images/ani-ya-migi.gif";}
	if(i == 3){document.o05.src="images/bunbetu-b_on.gif";
				document.o06.src="../images/ani-ya-migi.gif";}
}
function kinki_exout(i){
	if(i == 1){document.o01.src="../images/kinki.gif";
				document.o02.src="../images/grey-ani-ya-migi.gif";}
	if(i == 2){document.o03.src="../images/kinki.gif";
				document.o04.src="../images/grey-ani-ya-migi.gif";}
	if(i == 3){document.o05.src="images/bunbetu-b.gif";
				document.o06.src="../images/grey-ani-ya-migi.gif";}
}



/******************************************************************************
	フローティング初期設定
******************************************************************************/
var gsFloatingBg_AN = "../images/shadow.png";

var gsFloatId_AN = "Floating";
var gsFloatBgId_AN = "FloatingBg";
var gsTickerId_AN = "Ticker";

var giFloatLeft_AN = 0;

// フロートTickerを表示する
var gbShowFlg_AN = 0;
var giFloatNum_AN = 0;

// MacIEチェックを行う
bMacIeFlg_AN = CheckMacIe_AN();

var vtop = 0;
var vleft = 0;

function setposition_ss(){
	if(GetScrollPosition_AN("top") == 0 && GetScrollPosition_AN("left") == 0){
		vleft = getCookie("Left");
		if (vleft == "") {
			vleft = 0;
		}
		vtop = getCookie("Top");
		if (vtop == "") {
			vtop = 0;
		}

		window.scroll(vleft,vtop);
	}

	clearCookie("Left");
	clearCookie("Top");
}


function SetDivHeight(sSize){
	var siSize = sSize;
	var iDivHeight = GetWindowSize_AN("height") - 80;
	var siDivHeight;

	if(siSize <= iDivHeight){
		siDivHeight = siSize;
	} else {
		siDivHeight = iDivHeight;
	}

	return (siDivHeight);
}

/********************************************************************************
	関数名		ShowPage
	機能		Flashレイヤーを表示、非表示する
	
	ポイント	フローティングレイヤーの表示サイズは
				クリックするたびに再計算する。
				
				MacIEの場合のみ、表示、非表示のたびに
				レンダリングしなおすために、スクロール処理を入れる。
	
	入力		sMode	1:表示  0:非表示
	出力		なし
	
	処理概要	
				1. 現在表示されている場合
				 1.0. オブジェクト名を作成する
				 1.1. 表示モードの場合
				  1.1.2. ポジションを移動して終了する
				 1.2. 非表示モードの場合
				  1.2.2. 対象オブジェクトを削除する
				2. 現在表示されていない場合
				 2.1. 表示モードの場合
				  2.1. フロートオブジェクトを作成する
				  2.2. フロートオブジェクトIDを作成する
				  2.3. フロートオブジェクトをbodyに追加する
				 2.2. 非表示モードの場合
				  2.2.1. 何もしない
				3. MacIEの場合
				 3.1. 再レンダリングする
********************************************************************************/
function ShowPage(sMode,i){
	var oLayer;
	var sId;
	var iLayerTop;
	var iLayerWidth;
	var iLayerHeight;


	// 非表示モードの場合
	if(sMode != 1) {
		
		
		location.reload();
		return;
		
		// オブジェクトIDを作成する
		sId = gsFloatId_AN;
		oLayer = document.getElementById(sId);
		
		// オブジェクトを削除する
		oLayer.style.display='none';
		oLayer.innerHTML='';

		// オブジェクトIDを作成する
		sId = gsFloatBgId_AN;
		oLayer = document.getElementById(sId);
		
		// オブジェクトを削除する
		oLayer.style.display='none';
		oLayer.innerHTML='';
		
		// フラグを更新する
		gbShowFlg_AN = 0;
		
		// 自動調整をオフにする
		clearInterval(iIntervalId);
		clearInterval(iIntervalBgId);
		
		return;
	}
	
	
	// 現在表示されている場合
	if(gbShowFlg_AN == 1){

		return;
			
		
	// 現在表示されていない場合
	} else {
		
		// 表示モードの場合
		if(sMode == 1){


			// 背景ボックスを作成する ***************************************

			// オブジェクトを作成する
			oLayer = document.createElement('DIV');
			oLayer.id = gsFloatBgId_AN;

			oLayer.style.position = "absolute";
			oLayer.style.zIndex = 999;
			oLayer.style.display = "block";
			
			// フローティングレイヤーのサイズを算出する
			iLayerWidth = GetWindowSize_AN("width");
			iLayerHeight = GetWindowSize_AN("height");

			if(CheckBrowserModeForTicker_AN()){
				oLayer.style.width = iLayerWidth + "px";
				oLayer.style.height = iLayerHeight + "px";
				oLayer.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src=" + gsFloatingBg_AN  + ", sizingmethod=scale)";

			} else {
				oLayer.style.width = "100%";
				oLayer.style.height = "100%";
				oLayer.style.backgroundImage = "url('" + gsFloatingBg_AN + "')";
			}

			// フローティングレイヤーにスタイルを指定する
			vtop = GetScrollPosition_AN("top");
			vleft = GetScrollPosition_AN("left");
			oLayer.style.top = vtop + "px";
			oLayer.style.left = vleft + "px";

			// クッキーセット
			if(GetScrollPosition_AN('top') != 0 || GetScrollPosition_AN('left') != 0){
				setCookie("Left", vleft);
				setCookie("Top", vtop);
			}




			// タグを作成する
			var sHtml = "&nbsp;";
			
			// ソースを挿入する
			oLayer.innerHTML = sHtml;
			
			// オブジェクトを追加する
			document.getElementsByTagName('body')[0].appendChild(oLayer);

			iIntervalBgId = setInterval("SetLayPosition_AN('" + gsFloatBgId_AN + "')", 100);


			
			// ソース表示用レイヤー { ***************************************
			
			// オブジェクトを作成する
			oLayer = document.createElement('DIV');
			oLayer.id = gsFloatId_AN;

			oLayer.style.position = "absolute";
			oLayer.style.zIndex = 1000;
			oLayer.style.display = "block";
			
			// フローティングレイヤーのサイズを算出する
			iLayerWidth = GetWindowSize_AN("width");
			iLayerHeight = GetWindowSize_AN("height");

			if(CheckBrowserModeForTicker_AN()){
				oLayer.style.width = iLayerWidth + "px";
				oLayer.style.height = iLayerHeight + "px";

			} else {
				oLayer.style.width = "100%";
				oLayer.style.height = "100%";
			}

			// フローティングレイヤーにスタイルを指定する
			oLayer.style.top = GetScrollPosition_AN("top") + "px";
			oLayer.style.left = GetScrollPosition_AN("left") + "px";

			// ソースタグを作成する
			var sHtml = "";
			sHtml += '<table style="background-color:transparent; border:none; padding:0; margin:0; text-align:center; vertical-align:middle"  border="0" cellpadding="0" cellspacing="0" width="100%" height="100%">';
			sHtml += '<tr><td align="center" valign="middle" style="padding:0; margin:0; border:none; background-color:transparent; text-align:center; vertical-align:middle">';


			var divHeight;
			if(i == 1){
				var tableWidth = 630;
				var divWidth = tableWidth + 20;
				var wakutableWidth = divWidth + 22;
				var pixWidth = wakutableWidth - 255;

				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="フローティング画面の全体構成">';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lt.gif" width="11" height="11"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-t.gif" width="100%" height="11"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rt.gif" width="11" height="11"></td></tr>';
				sHtml += '<tr><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-l.gif" width="11" height="100%"></td>';
				sHtml += '<td width="11" height="11" align="center" style="width: 100%; font-size:9pt; line-height:12pt; color:#6a6a6a; background-color: #ffffff;">';


				divHeight = SetDivHeight(330) + "px";

				sHtml += '<div style="width:';
				sHtml += divWidth;
				sHtml += 'px; height:';
				sHtml += divHeight;
				sHtml += '; overflow-y:auto; overflow-x:hidden; padding: 0px;">';


				sHtml += '<TABLE align="CENTER" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += tableWidth;
				sHtml += '"><TR><TD width="';
				sHtml += tableWidth;






				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="630">';
				sHtml += '<tr><td style="width: 630px; height: 10px; align: center;">';
				sHtml += '<img src="../images/pix.gif" width="630" height="10" style="border-style: none;" alt="">';
				sHtml += '</td></tr></table>';



				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="630" summary="機密度Aフロー外枠">';
				sHtml += '<tr><td style="width: 290px; align: left; vertical-align: top;">';
				sHtml += '<img src="images/a-title.gif" width="265" height="70" style="border-style: none;" alt=""><br>';
				sHtml += '<table align="left" cellSpacing="0" cellPadding="0" border="0" width="260" summary="ボタン配置">';
				sHtml += '<tr><td style="width: 260px; height: 10px;">';
				sHtml += '<img src="../images/pix.gif" align="right" width="260" height="10" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(11)" onMouseOver="kimi_exon(11)" onMouseOut="kimi_exout(11)">';
				sHtml += '<img src="images/flow-a01_cl.gif" align="right" width="260" height="20" style="border-style: none;" alt="まずは、お問い合わせください" name="a01"></A>';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 15px;">';
				sHtml += '<img src="images/a-pix.gif" align="right" width="260" height="15" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(12)" onMouseOver="kimi_exon(12)" onMouseOut="kimi_exout(12)">';
				sHtml += '<img src="images/flow-a02.gif" align="right" width="260" height="20" style="border-style: none;" alt="弊社で準備を進めます" name="a02"></A>';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 15px;">';
				sHtml += '<img src="images/a-pix.gif" align="right" width="260" height="15" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(13)" onMouseOver="kimi_exon(13)" onMouseOut="kimi_exout(13)">';
				sHtml += '<img src="images/flow-a03.gif" align="right" width="260" height="20" style="border-style: none;" alt="弊社から仕様書をお届けします" name="a03"></A>';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 15px;">';
				sHtml += '<img src="images/a-pix.gif" align="right" width="260" height="15" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(14)" onMouseOver="kimi_exon(14)" onMouseOut="kimi_exout(14)">';
				sHtml += '<img src="images/flow-a04.gif" align="right" width="260" height="20" style="border-style: none;" alt="回収に伺います" name="a04"></A>';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 15px;">';
				sHtml += '<img src="images/a-pix.gif" align="right" width="260" height="15" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(15)" onMouseOver="kimi_exon(15)" onMouseOut="kimi_exout(15)">';
				sHtml += '<img src="images/flow-a05.gif" align="right" width="260" height="20" style="border-style: none;" alt="製紙メーカーで、溶解パルパーに投入" name="a05"></A>';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 15px;">';
				sHtml += '<img src="images/a-pix.gif" align="right" width="260" height="15" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(16)" onMouseOver="kimi_exon(16)" onMouseOut="kimi_exout(16)">';
				sHtml += '<img src="images/flow-a06.gif" align="right" width="260" height="20" style="border-style: none;" alt="製紙メーカーが溶解証明書を発行" name="a06"></A>';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 15px;">';
				sHtml += '<img src="images/a-pix.gif" align="right" width="260" height="15" style="border-style: none;" alt="">';
				sHtml += '</td></tr><tr><td style="width: 260px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(17)" onMouseOver="kimi_exon(17)" onMouseOut="kimi_exout(17)">';
				sHtml += '<img src="images/flow-a07.gif" align="right" width="260" height="20" style="border-style: none;" alt="写真付き処理報告書で、ご報告いたします" name="a07"></A>';
				sHtml += '</td></tr></table></td>';
				sHtml += '<td style="width: 340px; height: 310px; align: left; vertical-align: bottom; font-size:9pt; color:#000000; text-align:left;">';
				sHtml += '<div id="id1" style="align: left; width: 340px; height: 310px; border-width: 1px; border-style: solid; border-color: #fdae1c; overflow-x: hidden; overflow-y: auto; scrollbar-base-color: #ffffff; scrollbar-face-color: #fed01b; scrollbar-track-color: #fef5cd; scrollbar-arrow-color: #ad7101; scrollbar-3dlight-color: #fdae1c; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #666666; color: #ffffff;"><noscript>';
				sHtml += '<table align="left" cellSpacing="0" cellPadding="0" border="0" width="300" summary="フローチャート配置">';
				sHtml += '<tr><td style="width: 300px; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
				sHtml += '<img src="images/toi.gif" align="right" width="190" height="125" style="border-style: none;" alt="まずは、お問い合わせください。">';
				sHtml += '</td></tr><tr><td style="width: 295px; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
				sHtml += '<ul><li><span style="font-weight: bold; font-size:9pt; color:#fdae1c;">まずは、お問い合わせください</span>';
				sHtml += '<li>回収・処理システムの概略や料金などをご説明いたします。';
				sHtml += '<li>ご依頼いただけましたら、ご住所・御社名・ご担当者名などを伺います。';
				sHtml += '<li>大まかな打ち合わせとして、機密書類のおおよその量、ご希望の回収日・回収時間、回収に伺った場合の積み込み環境など、比較的具体的にお伺いします。</ul>';
				sHtml += '</td></tr></table></noscript></div></td></tr></table>';


				sHtml += '</div>';



				sHtml += '</td><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-r.gif" width="11" height="100%"></td></tr>';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lb.gif" width="11" height="18"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-b.gif" width="100%" height="18"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rb.gif" width="11" height="18"></td></tr></table>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="クローズボタン">';
				sHtml += '<tr><td width="';
				sHtml += pixWidth;
				sHtml += '" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="';
				sHtml += pixWidth;
				sHtml += '" height="29"></td>';
				sHtml += '<td width="165" height="29" align="center">';
				sHtml += '<A href="javascript:pop_mbhaut(\'pop1\',640,1500,\'picup/a-print.pdf\')" onMouseOver="f_exon(2)" onMouseOut="f_exout(2)"><img src="../images/f-print.gif" width="165" height="29" border="0" alt="印刷用ウィンドウの表示" title="印刷用ウィンドウの表示" name="f02"></A></td>';
				sHtml += '<td width="5" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="5" height="29"></td>';
				sHtml += '<td width="75" height="29" align="center">';
				sHtml += '<a href="javascript:ShowPage(0,0)" onMouseOver="f_exon(1)" onMouseOut="f_exout(1)"><img src="../images/f-close.gif" width="75" height="29" border="0" alt="閉じる" title="閉じる" name="f01"></a></td>';
				sHtml += '<td width="10" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
}

			if(i == 2){
				var tableWidth = 650;
				var divWidth = tableWidth + 20;
				var wakutableWidth = divWidth + 22;
				var pixWidth = wakutableWidth - 255;

				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="フローティング画面の全体構成">';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lt.gif" width="11" height="11"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-t.gif" width="100%" height="11"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rt.gif" width="11" height="11"></td></tr>';
				sHtml += '<tr><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-l.gif" width="11" height="100%"></td>';
				sHtml += '<td width="11" height="11" align="center" style="width: 100%; font-size:9pt; line-height:12pt; color:#6a6a6a; background-color: #ffffff;">';


				divHeight = SetDivHeight(295) + "px";

				sHtml += '<div style="width:';
				sHtml += divWidth;
				sHtml += 'px; height:';
				sHtml += divHeight;
				sHtml += '; overflow-y:auto; overflow-x:hidden; padding: 0px;">';


				sHtml += '<TABLE align="CENTER" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += tableWidth;
				sHtml += '"><TR><TD width="';
				sHtml += tableWidth;



				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="650">';
				sHtml += '<tr><td style="width: 650px; height: 10px; align: center;">';
				sHtml += '<img src="../images/pix.gif" width="650" height="10" style="border-style: none;" alt="">';
				sHtml += '</td></tr></table>';



				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="650" summary="機密度Aフロー外枠">';
				sHtml += '<tr><td style="width: 310px; align: left; vertical-align: top;">';
				sHtml += '<img src="images/b-title.gif" width="285" height="70" style="border-style: none;" alt=""><br>';
				sHtml += '<table align="left" cellSpacing="0" cellPadding="0" border="0" width="280" summary="ボタン配置">';
				sHtml += '<tr><td style="width: 280px; height: 10px;">';
				sHtml += '<img src="../images/pix.gif" align="right" width="280" height="10" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(21)" onMouseOver="kimi_exon(21)" onMouseOut="kimi_exout(21)">';
				sHtml += '<img src="images/flow-b01_cl.gif" align="right" width="280" height="20" style="border-style: none;" alt="まずは、お問い合わせください" name="b01"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/b-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(22)" onMouseOver="kimi_exon(22)" onMouseOut="kimi_exout(22)">';
				sHtml += '<img src="images/flow-b02.gif" align="right" width="280" height="20" style="border-style: none;" alt="弊社で準備を進めます" name="b02"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/b-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(23)" onMouseOver="kimi_exon(23)" onMouseOut="kimi_exout(23)">';
				sHtml += '<img src="images/flow-b03.gif" align="right" width="280" height="20" style="border-style: none;" alt="弊社から仕様書をお届けします" name="b03"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/b-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(24)" onMouseOver="kimi_exon(24)" onMouseOut="kimi_exout(24)">';
				sHtml += '<img src="images/flow-b04.gif" align="right" width="280" height="20" style="border-style: none;" alt="回収に伺います" name="b04"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/b-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(25)" onMouseOver="kimi_exon(25)" onMouseOut="kimi_exout(25)">';
				sHtml += '<img src="images/flow-b05.gif" align="right" width="280" height="20" style="border-style: none;" alt="製紙メーカーで、溶解パルパーに投入" name="b05"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/b-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(26)" onMouseOver="kimi_exon(26)" onMouseOut="kimi_exout(26)">';
				sHtml += '<img src="images/flow-b06.gif" align="right" width="280" height="20" style="border-style: none;" alt="製紙メーカーが溶解証明書を発行" name="b06"></A></td></tr></table></td>';
				sHtml += '<td style="width: 340px; height: 275px; align: left; vertical-align: bottom; font-size:9pt; color:#000000; text-align:left;">';
				sHtml += '<div id="id2" style="align: left; width: 340px; height: 275px; border-width: 1px; border-style: solid; border-color: #82d702; overflow-x: hidden; overflow-y: auto; scrollbar-base-color: #ffffff; scrollbar-face-color: #daff09; scrollbar-track-color: #f2ffce; scrollbar-arrow-color: #778c00; scrollbar-3dlight-color: #a5c100; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #666666; color: #ffffff;"><noscript>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="300" summary="フローチャート配置">';
				sHtml += '<tr><td style="width: 300px; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
				sHtml += '<img src="images/toi.gif" align="right" width="190" height="125" style="border-style: none;" alt="まずは、お問い合わせください。"></td></tr>';
				sHtml += '<tr><td style="width: 295px; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
				sHtml += '<ul><li><span style="font-weight: bold; font-size:9pt; color:#82d702;">まずは、お問い合わせください</span>';
				sHtml += '<li>回収・処理システムの概略や料金などをご説明いたします。';
				sHtml += '<li>ご依頼いただけましたら、ご住所・御社名・ご担当者名などを伺います。';
				sHtml += '<li>大まかな打ち合わせとして、機密書類のおおよその量、ご希望の回収日・回収時間、回収に伺った場合の積み込み環境などを具体的にお聞きし、回収日時を決定いたします。</ul></td></tr></table></noscript></div></td></tr></table>';


				sHtml += '</div>';



				sHtml += '</td><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-r.gif" width="11" height="100%"></td></tr>';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lb.gif" width="11" height="18"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-b.gif" width="100%" height="18"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rb.gif" width="11" height="18"></td></tr></table>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="クローズボタン">';
				sHtml += '<tr><td width="';
				sHtml += pixWidth;
				sHtml += '" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="';
				sHtml += pixWidth;
				sHtml += '" height="29"></td>';
				sHtml += '<td width="165" height="29" align="center">';
				sHtml += '<A href="javascript:pop_mbhaut(\'pop99\',640,1500,\'picup/b-print.pdf\')" onMouseOver="f_exon(2)" onMouseOut="f_exout(2)"><img src="../images/f-print.gif" width="165" height="29" border="0" alt="印刷用ウィンドウの表示" title="印刷用ウィンドウの表示" name="f02"></A></td>';
				sHtml += '<td width="5" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="5" height="29"></td>';
				sHtml += '<td width="75" height="29" align="center">';
				sHtml += '<a href="javascript:ShowPage(0,0)" onMouseOver="f_exon(1)" onMouseOut="f_exout(1)"><img src="../images/f-close.gif" width="75" height="29" border="0" alt="閉じる" title="閉じる" name="f01"></a></td>';
				sHtml += '<td width="10" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
}

			if(i == 3){
				var tableWidth = 650;
				var divWidth = tableWidth + 20;
				var wakutableWidth = divWidth + 22;
				var pixWidth = wakutableWidth - 255;

				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="フローティング画面の全体構成">';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lt.gif" width="11" height="11"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-t.gif" width="100%" height="11"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rt.gif" width="11" height="11"></td></tr>';
				sHtml += '<tr><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-l.gif" width="11" height="100%"></td>';
				sHtml += '<td width="11" height="11" align="center" style="width: 100%; font-size:9pt; line-height:12pt; color:#6a6a6a; background-color: #ffffff;">';


				divHeight = SetDivHeight(260) + "px";

				sHtml += '<div style="width:';
				sHtml += divWidth;
				sHtml += 'px; height:';
				sHtml += divHeight;
				sHtml += '; overflow-y:auto; overflow-x:hidden; padding: 0px;">';


				sHtml += '<TABLE align="CENTER" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += tableWidth;
				sHtml += '"><TR><TD width="';
				sHtml += tableWidth;



				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="650">';
				sHtml += '<tr><td style="width: 650px; height: 10px; align: center;">';
				sHtml += '<img src="../images/pix.gif" width="650" height="10" style="border-style: none;" alt="">';
				sHtml += '</td></tr></table>';



				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="650" summary="機密度Cフロー外枠">';
				sHtml += '<tr><td style="width: 310px; align: left; vertical-align: top;">';
				sHtml += '<img src="images/c-title.gif" width="285" height="70" style="border-style: none;" alt=""><br>';
				sHtml += '<table align="left" cellSpacing="0" cellPadding="0" border="0" width="280" summary="ボタン配置">';
				sHtml += '<tr><td style="width: 280px; height: 10px;">';
				sHtml += '<img src="../images/pix.gif" align="right" width="280" height="10" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(31)" onMouseOver="kimi_exon(31)" onMouseOut="kimi_exout(31)">';
				sHtml += '<img src="images/flow-c01_cl.gif" align="right" width="280" height="20" style="border-style: none;" alt="まずは、お問い合わせください" name="c01"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/c-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(32)" onMouseOver="kimi_exon(32)" onMouseOut="kimi_exout(32)">';
				sHtml += '<img src="images/flow-c02.gif" align="right" width="280" height="20" style="border-style: none;" alt="弊社で準備を進めます" name="c02"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/c-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(33)" onMouseOver="kimi_exon(33)" onMouseOut="kimi_exout(33)">';
				sHtml += '<img src="images/flow-c03.gif" align="right" width="280" height="20" style="border-style: none;" alt="弊社から仕様書をお届けします" name="c03"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/c-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(34)" onMouseOver="kimi_exon(34)" onMouseOut="kimi_exout(34)">';
				sHtml += '<img src="images/flow-c04.gif" align="right" width="280" height="20" style="border-style: none;" alt="回収に伺います" name="c04"></A></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 15px;">';
				sHtml += '<img src="images/c-pix.gif" align="right" width="280" height="15" style="border-style: none;" alt=""></td></tr>';
				sHtml += '<tr><td style="width: 280px; height: 20px;">';
				sHtml += '<A href="javascript:kimi_excli(35)" onMouseOver="kimi_exon(35)" onMouseOut="kimi_exout(35)">';
				sHtml += '<img src="images/flow-c05.gif" align="right" width="280" height="20" style="border-style: none;" alt="製紙メーカーで、溶解パルパーに投入" name="c05"></A></td></tr></table></td>';
				sHtml += '<td style="width: 340px; height: 240px; align: left; vertical-align: bottom; font-size:9pt; color:#000000; text-align:left;">';
				sHtml += '<div id="id3" style="align: left; width: 340px; height: 240px; border-width: 1px; border-style: solid; border-color: #1717f7; overflow-x: hidden; overflow-y: auto; scrollbar-base-color: #ffffff; scrollbar-face-color: #a3a3f8; scrollbar-track-color: #e2e2fe; scrollbar-arrow-color: #020246; scrollbar-3dlight-color: #1717f7; scrollbar-highlight-color: #ffffff; scrollbar-shadow-color: #ffffff; scrollbar-darkshadow-color: #666666; color: #ffffff;"><noscript>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="300" summary="フローチャート配置">';
				sHtml += '<tr><td style="width: 300px; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
				sHtml += '<img src="images/toi.gif" align="right" width="190" height="125" style="border-style: none;" alt="まずは、お問い合わせください。"></td></tr>';
				sHtml += '<tr><td style="width: 295px; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
				sHtml += '<ul><li><span style="font-weight: bold; font-size:9pt; color:#82d702;">まずは、お問い合わせください</span>';
				sHtml += '<li>回収・処理システムの概略や料金などをご説明いたします。';
				sHtml += '<li>ご依頼いただけましたら、ご住所・御社名・ご担当者名などを伺います。';
				sHtml += '<li>大まかな打ち合わせとして、機密書類のおおよその量、ご希望の回収日・回収時間、回収に伺った場合の積み込み環境などを具体的にお聞きし、回収日時を決定いたします。</ul></td></tr></table></noscript></div></td></tr></table>';


				sHtml += '</div>';



				sHtml += '</td><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-r.gif" width="11" height="100%"></td></tr>';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lb.gif" width="11" height="18"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-b.gif" width="100%" height="18"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rb.gif" width="11" height="18"></td></tr></table>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="クローズボタン">';
				sHtml += '<tr><td width="';
				sHtml += pixWidth;
				sHtml += '" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="';
				sHtml += pixWidth;
				sHtml += '" height="29"></td>';
				sHtml += '<td width="165" height="29" align="center">';
				sHtml += '<A href="javascript:pop_mbhaut(\'pop99\',640,1500,\'picup/c-print.pdf\')" onMouseOver="f_exon(2)" onMouseOut="f_exout(2)"><img src="../images/f-print.gif" width="165" height="29" border="0" alt="印刷用ウィンドウの表示" title="印刷用ウィンドウの表示" name="f02"></A></td>';
				sHtml += '<td width="5" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="5" height="29"></td>';
				sHtml += '<td width="75" height="29" align="center">';
				sHtml += '<a href="javascript:ShowPage(0,0)" onMouseOver="f_exon(1)" onMouseOut="f_exout(1)"><img src="../images/f-close.gif" width="75" height="29" border="0" alt="閉じる" title="閉じる" name="f01"></a></td>';
				sHtml += '<td width="10" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
}

			if(i == 4){
				var tableWidth = 480;
				var divWidth = tableWidth + 40;
				var wakutableWidth = divWidth + 22;
				var pixWidth = wakutableWidth - 255;

				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="フローティング画面の全体構成">';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lt.gif" width="11" height="11"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-t.gif" width="100%" height="11"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rt.gif" width="11" height="11"></td></tr>';
				sHtml += '<tr><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-l.gif" width="11" height="100%"></td>';
				sHtml += '<td width="11" height="11" align="center" style="width: 100%; font-size:9pt; line-height:12pt; color:#6a6a6a; background-color: #ffffff;">';


				divHeight = SetDivHeight(750) + "px";

				sHtml += '<div style="width:';
				sHtml += divWidth;
				sHtml += 'px; height:';
				sHtml += divHeight;
				sHtml += '; overflow-y:auto; overflow-x:hidden; padding: 0px;">';


				sHtml += '<TABLE align="CENTER" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += tableWidth;
				sHtml += '"><TR><TD width="';
				sHtml += tableWidth;





sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="480" summary="内容枠組み">';
sHtml += '<tr><td style="text-align: right; font-size:11pt; line-height:50pt; color:#6a6a6a">';
sHtml += '禁忌品の混入に <span style="font-size:30pt; line-height:50pt; color:#ff0000">ご注意ください！</span></td></tr>';
sHtml += '<tr><td style="font-size:9pt; line-height:12pt; color:#6a6a6a">';
sHtml += '機密書類の場合、お客さまが梱包されたものを回収時には開いて中を確かめることはありません。　そのため中に何が入っているかが判らずに持ち帰ることになります。<br>';
sHtml += '最終的な選別は、弊社ヤードに持ち帰った後の作業によることになりますが、その時、もし禁忌品や不純物の混入があまりにも多いときには、後ほど弊社からご連絡申し上げ、<span style="color:#ff0000">不純物分の返品、あるいはゴミとしての処分料を申し受ける</span>などの処理に移行する場合がありますので、ご了承ください。<br>';
sHtml += 'ただ、保管期限の過ぎた書類などの処分の場合、一挙に処分する膨大な書類をお客さま方で改めて分別するのは大変な作業です。<br>そのような場合は、遠慮なく弊社にご相談ください。<br>弊社は選別のプロでもありますので、お客さまが分別なさるよりも低コストでの分別が可能です。<br>そして、新たに書類を保管される場合に、保管あるいは書類の取りまとめ段階で、禁忌品や不純物の混入を出来るだけ少なくすることも、ご考慮いただきたく存じます。<br>　<br>';
sHtml += '高効率・低コスト回収と良好なリサイクル、そして確実な機密保持のため、事前の分別をご徹底いただくことは不可欠ですので、よろしくご理解いただきますよう、お願い申し上げます。</td></tr></table>';

sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="480" summary="コメント枠">';
sHtml += '<tr><td style="width: 480px;"><img src="../images/pix.gif" width="480" height="15" alt=""></td></tr>';
sHtml += '<tr><td align="left" style="width: 480px; vertical-align: top;">';
sHtml += '<div style="position:relative; width: 480px; height: 400px;">';
sHtml += '<div style="position:absolute; top:0px; left:0px; z-index:0;">';
sHtml += '<table align="left" cellSpacing="0" cellPadding="0" border="0" style="width: 480px;" summary="コメント">';
sHtml += '<tr><td width="380" align="center"><table align="left" cellSpacing="0" cellPadding="0" border="0" style="width: 380px;" summary="コメント">';
sHtml += '<tr><td width="10" align="center"><img src="../images/g_waku-lt.gif" width="10" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="360" align="center"><img src="../images/g_waku-t.gif" width="360" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="10" align="center"><img src="../images/g_waku-rt.gif" width="10" height="10" style="border-style: none;" alt=""></td></tr>';
sHtml += '<tr><td width="10" height="100%" align="center">';
sHtml += '<img src="../images/g_waku-l.gif" width="10" height="100%" style="border-style: none;" alt=""></td>';
sHtml += '<td style="width: 360px; height: 100%; background-color: #f9ffe8; font-size:9pt; line-height:12pt; color:#000000;">';
sHtml += '　古紙をリサイクルするということは、製紙原料として再利用するということです。そのため古紙は「原料」として、良好な品質を保たなければなりません。<br>';
sHtml += '　つきましては、お客様にはそのことをご理解いただきまして、その前段階である分別段階で充分ご注意いただき、適切な「原料」となるようご協力をお願い申し上げます。</td>';
sHtml += '<td width="10" height="100%" align="center"><img src="../images/g_waku-r.gif" width="10" height="100%" style="border-style: none;" alt=""></td></tr>';
sHtml += '<tr><td width="10" align="center"><img src="../images/g_waku-lb.gif" width="10" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="360" align="center"><img src="../images/g_waku-b.gif" width="360" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="10" align="center"><img src="../images/g_waku-rb.gif" width="10" height="10" style="border-style: none;" alt=""></td></tr></table></td>';
sHtml += '<td width="10" align="center"><img src="../images/pix.gif" width="10" height="15" alt=""></td>';
sHtml += '<td width="90" style="vertical-align: top;"><a href="javascript:pop_mbhaut(\'pop5\',585,1035,\'picup/kinki-bc.html\')" onMouseOver="f_exon(3)" onMouseOut="f_exout(3)">';
sHtml += '<IMG src="../images/kinki2.gif" width="90" height="50" style="border-style: none;" alt="禁忌品とは？" name="f03"></a></td></tr></table></div>';
sHtml += '<div style="position:absolute; top:95px; left:5px; z-index:1;"><img src="../sikumi/images/bunbetu.gif" width="475" height="265" style="border-style: none;" alt=""></div>';
sHtml += '<div style="position:absolute; top:300px; left:235px; z-index:2;">';
sHtml += '<table align="left" cellSpacing="0" cellPadding="10" border="1" summary="会社名">';
sHtml += '<tr><td align="right" style="background-color: #ffffff; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
sHtml += '<span style="font-size:12pt; font-weight: bold; line-height:15pt; color:#000000">有限会社 ヤスモト</span><br>〒536-0008 大阪市城東区関目4丁目11-19<br>tel　06-6933-7027<br>fax　06-6968-9069<br></td></tr></table></div></div></td></tr></table>';


				sHtml += '</div>';



				sHtml += '</td><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-r.gif" width="11" height="100%"></td></tr>';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lb.gif" width="11" height="18"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-b.gif" width="100%" height="18"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rb.gif" width="11" height="18"></td></tr></table>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="クローズボタン">';
				sHtml += '<tr><td width="';
				sHtml += pixWidth;
				sHtml += '" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="';
				sHtml += pixWidth;
				sHtml += '" height="29"></td>';
				sHtml += '<td width="165" height="29" align="center">';
				sHtml += '<A href="javascript:pop_mbhaut(\'pop1\',510,825,\'picup/tyui.html\')" onMouseOver="f_exon(2)" onMouseOut="f_exout(2)"><img src="../images/f-print.gif" width="165" height="29" border="0" alt="印刷用ウィンドウの表示" title="印刷用ウィンドウの表示" name="f02"></A></td>';
				sHtml += '<td width="5" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="5" height="29"></td>';
				sHtml += '<td width="75" height="29" align="center">';
				sHtml += '<a href="javascript:ShowPage(0,0)" onMouseOver="f_exon(1)" onMouseOut="f_exout(1)"><img src="../images/f-close.gif" width="75" height="29" border="0" alt="閉じる" title="閉じる" name="f01"></a></td>';
				sHtml += '<td width="10" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
}

			if(i == 5){
				var tableWidth = 480;
				var divWidth = tableWidth + 40;
				var wakutableWidth = divWidth + 22;
				var pixWidth = wakutableWidth - 255;

				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="フローティング画面の全体構成">';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lt.gif" width="11" height="11"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-t.gif" width="100%" height="11"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rt.gif" width="11" height="11"></td></tr>';
				sHtml += '<tr><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-l.gif" width="11" height="100%"></td>';
				sHtml += '<td width="11" height="11" align="center" style="width: 100%; font-size:9pt; line-height:12pt; color:#6a6a6a; background-color: #ffffff;">';


				divHeight = SetDivHeight(755) + "px";

				sHtml += '<div style="width:';
				sHtml += divWidth;
				sHtml += 'px; height:';
				sHtml += divHeight;
				sHtml += '; overflow-y:auto; overflow-x:hidden; padding: 0px;">';


				sHtml += '<TABLE align="CENTER" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += tableWidth;
				sHtml += '"><TR><TD width="';
				sHtml += tableWidth;





sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="480" summary="内容枠組み">';
sHtml += '<tr><td style="text-align:right; font-size:9pt; line-height:30pt; color:#6a6a6a">';
sHtml += '機密度Aの処理における <span style="font-size:20pt; line-height:30pt; color:#ff0000">禁忌品の分別につきまして</span></td></tr>';
sHtml += '<tr><td style="font-size:9pt; line-height:12pt; color:#6a6a6a">';

sHtml += '　機密度Aの処理の場合、お客さまがダンボール箱に梱包された状態のまま開封せずに溶解いたしますので、中に何が入っているか、製紙原料として適切な状態なのかなどが確認できません。　そのために機密書類用の溶解パルパーは強力なフィルターを備えていて、通常の古紙よりも禁忌品の混入には強い設備となっています。<br>';
sHtml += '　しかしながら、やはり機密書類と言えどもリサイクルして新しい紙に生まれ変わる原料として利用されるわけですから、過度な禁忌品の混入は避けねばなりません。<br>';
sHtml += '　禁忌品の混入度合いの許容範囲は、パルパーを設備する製紙メーカーによってかなり違います。<br>';
sHtml += '　機密度Aの処理では、お客さまご指定の書類引渡し場所にお引取りに伺って書類を積み込みましたら、そのまま予約してある製紙メーカーに直行搬入いたしますので、お客さまの立地やその他の条件に応じた製紙メーカーに納入することになります。　従いまして、製紙メーカーによって禁忌品の混入度合いの許容範囲が変わる禁忌内容を、ここで画一的な形でお示しすることはきません。<br>';
sHtml += '　実際の回収作業に取り掛かる前に弊社では製紙メーカーに予約し、その段階でお客さまに承認を得るための作業仕様書を作成し、お客さまにお届けいたします。　作業仕様書には混入してはならない禁忌品なども記載されていますので、仕様書に従った分別をお願いいたしております。<br>';
sHtml += '　もしお客さまでの分別が難しい場合は、事前に遠慮なくご相談ください。</td></tr></table>';

sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="480" summary="コメント枠">';
sHtml += '<tr><td style="width: 480px;"><img src="../images/pix.gif" width="480" height="15" alt=""></td></tr>';
sHtml += '<tr><td align="left" style="width: 480px; vertical-align: top;">';
sHtml += '<div style="position:relative; width: 480px; height: 400px;">';
sHtml += '<div style="position:absolute; top:0px; left:0px; z-index:0;">';
sHtml += '<table align="left" cellSpacing="0" cellPadding="0" border="0" style="width: 480px;" summary="コメント">';
sHtml += '<tr><td width="380" align="center"><table align="left" cellSpacing="0" cellPadding="0" border="0" style="width: 380px;" summary="コメント">';
sHtml += '<tr><td width="10" align="center"><img src="../images/g_waku-lt.gif" width="10" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="360" align="center"><img src="../images/g_waku-t.gif" width="360" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="10" align="center"><img src="../images/g_waku-rt.gif" width="10" height="10" style="border-style: none;" alt=""></td></tr>';
sHtml += '<tr><td width="10" height="100%" align="center">';
sHtml += '<img src="../images/g_waku-l.gif" width="10" height="100%" style="border-style: none;" alt=""></td>';
sHtml += '<td style="width: 360px; height: 100%; background-color: #f9ffe8; font-size:9pt; line-height:12pt; color:#000000;">';
sHtml += '　古紙をリサイクルするということは、製紙原料として再利用するということです。そのため古紙は「原料」として、良好な品質を保たなければなりません。<br>';
sHtml += '　つきましては、お客様にはそのことをご理解いただきまして、その前段階である分別段階で充分ご注意いただき、適切な「原料」となるようご協力をお願い申し上げます。</td>';
sHtml += '<td width="10" height="100%" align="center"><img src="../images/g_waku-r.gif" width="10" height="100%" style="border-style: none;" alt=""></td></tr>';
sHtml += '<tr><td width="10" align="center"><img src="../images/g_waku-lb.gif" width="10" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="360" align="center"><img src="../images/g_waku-b.gif" width="360" height="10" style="border-style: none;" alt=""></td>';
sHtml += '<td width="10" align="center"><img src="../images/g_waku-rb.gif" width="10" height="10" style="border-style: none;" alt=""></td></tr></table></td>';
sHtml += '<td width="10" align="center"><img src="../images/pix.gif" width="10" height="15" alt=""></td>';
sHtml += '<td width="90" style="vertical-align: top;"><a href="javascript:pop_mbhaut(\'pop5\',585,985,\'picup/kinki-a.html\')" onMouseOver="f_exon(4)" onMouseOut="f_exout(4)">';
sHtml += '<IMG src="images/bunbetu-i.gif" width="90" height="60" style="border-style: none;" alt="禁忌品とは？" name="f03"></a></td></tr></table></div>';
sHtml += '<div style="position:absolute; top:95px; left:5px; z-index:1;"><img src="../sikumi/images/bunbetu.gif" width="475" height="265" style="border-style: none;" alt=""></div>';
sHtml += '<div style="position:absolute; top:300px; left:235px; z-index:2;">';
sHtml += '<table align="left" cellSpacing="0" cellPadding="10" border="1" summary="会社名">';
sHtml += '<tr><td align="right" style="background-color: #ffffff; font-size:9pt; line-height:12pt; color:#6a6a6a;">';
sHtml += '<span style="font-size:12pt; font-weight: bold; line-height:15pt; color:#000000">有限会社 ヤスモト</span><br>〒536-0008 大阪市城東区関目4丁目11-19<br>tel　06-6933-7027<br>fax　06-6968-9069<br></td></tr></table></div></div></td></tr></table>';


				sHtml += '</div>';



				sHtml += '</td><td width="11" height="100%" align="center">';
				sHtml += '<img src="../images/f-waku-r.gif" width="11" height="100%"></td></tr>';
				sHtml += '<tr><td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-lb.gif" width="11" height="18"></td>';
				sHtml += '<td width="100%" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-b.gif" width="100%" height="18"></td>';
				sHtml += '<td width="11" height="11" align="center">';
				sHtml += '<img src="../images/f-waku-rb.gif" width="11" height="18"></td></tr></table>';
				sHtml += '<table align="center" cellSpacing="0" cellPadding="0" border="0" width="';
				sHtml += wakutableWidth;
				sHtml += '" summary="クローズボタン">';
				sHtml += '<tr><td width="';
				sHtml += pixWidth;
				sHtml += '" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="';
				sHtml += pixWidth;
				sHtml += '" height="29"></td>';
				sHtml += '<td width="165" height="29" align="center">';
				sHtml += '<A href="javascript:pop_mbhaut(\'pop1\',530,820,\'picup/tyui-a.html\')" onMouseOver="f_exon(2)" onMouseOut="f_exout(2)"><img src="../images/f-print.gif" width="165" height="29" border="0" alt="印刷用ウィンドウの表示" title="印刷用ウィンドウの表示" name="f02"></A></td>';
				sHtml += '<td width="5" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="5" height="29"></td>';
				sHtml += '<td width="75" height="29" align="center">';
				sHtml += '<a href="javascript:ShowPage(0,0)" onMouseOver="f_exon(1)" onMouseOut="f_exout(1)"><img src="../images/f-close.gif" width="75" height="29" border="0" alt="閉じる" title="閉じる" name="f01"></a></td>';
				sHtml += '<td width="10" height="29" align="center">';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
				sHtml += '<img src="../images/pix.gif" width="10" height="29"></td></tr></table>';
}




			sHtml += '</td></tr></table>';
			
			
			// ソースを挿入する
			oLayer.innerHTML = sHtml;

			
			// オブジェクトを追加する
			document.getElementsByTagName('body')[0].appendChild(oLayer);
			iIntervalId = setInterval("SetLayPosition_AN('" + gsFloatId_AN + "')", 100);

			
			// フラグを変更する
			gbShowFlg_AN = 1;

			// 初期表示
			if(i == 1){chen("a1");}
			if(i == 2){chenb("b1");}
			if(i == 3){chenc("c1");}


		}
	}
	
	// MacIEの場合
	if(bMacIeFlg_AN == 1){
		// 再レンダリングする
		window.scrollBy(0, 1);
	}
	
}






function SetLayPosition_AN(sId){
	var oTarget = document.getElementById(sId);

	if(CheckBrowserModeForTicker_AN()){
		oTarget.style.width = GetWindowSize_AN("width") + "px";
		oTarget.style.height = GetWindowSize_AN("height") + "px";
	}
	
	oTarget.style.top = GetScrollPosition_AN("top") + "px";
	oTarget.style.left = GetScrollPosition_AN("left") + "px";
}

/********************************************************************************
	関数名		GetMiddlePosition
	機能		現在のスクロール位置でのミドルポジションを取得する
	
	入力		sMode			top / left
	出力		iPositionX		X座標
				iPositionY		Y座標
	
	処理概要	1. Windowサイズを取得する
				2. スクロール位置を取得する
				3. ミドルポジションを算出する
				4. ミドルポジションを返して終了する
********************************************************************************/
function GetMiddlePosition_AN(sMode){
	
	// Windowサイズを取得する
	var iWindowWidth, iWindowHeight;
	iWindowWidth = GetWindowSize_AN('width');
	iWindowHeight = GetWindowSize_AN('height');
	
	// スクロール位置を取得する
	var iScrollTop, iScrollLeft;
	iScrollTop = GetScrollPosition_AN('top');
	iScrollLeft = GetScrollPosition_AN('left');
	
	// ミドルポジションを算出する
	var iMiddleTop = iWindowHeight / 2 + iScrollTop;
	var iMiddleLeft = iWindowWidth / 2 + iScrollLeft;
	
	// topを返す場合
	if(sMode == "top"){
		return iMiddleTop;
	} else {
		return iMiddleLeft;
	}
	
}

/********************************************************************************
	関数名		GetScrollPosition_AN
	機能		スクロール位置を算出する
	
	入力		sMode		top / left
	出力		iPosition
********************************************************************************/
function GetScrollPosition_AN(sMode){

	var iScrollPosition;

	if(sMode == "left"){
		if(self.pageXOffset){
			iScrollPosition = self.pageXOffset;
		// Explorer 6 Strict
		}else if(document.documentElement && document.documentElement.scrollLeft){
			iScrollPosition = document.documentElement.scrollLeft;
		// all other Explorers
		}else if(document.body){
			iScrollPosition = document.body.scrollLeft;
		}
	} else {

		if(self.pageYOffset){
			iScrollPosition = self.pageYOffset;
		// Explorer 6 Strict
		}else if(document.documentElement && document.documentElement.scrollTop){
			iScrollPosition = document.documentElement.scrollTop;
		// all other Explorers
		}else if(document.body){
			iScrollPosition = document.body.scrollTop;
		}
	}
	
	return iScrollPosition;
}

/********************************************************************************
	関数名		GetWindowSize_AN
	機能		ウィンドウサイズを取得する
	
	入力		sMode		"width" | "height"
*********************************************************************************/
function GetWindowSize_AN(sMode){
	var iWindowWidth, iWindowHeight;
	
	// all except Explorer
	if(self.innerHeight){
		iWindowWidth = self.innerWidth;
		iWindowHeight = self.innerHeight;
	// Explorer 6 Strict Mode
	}else if(document.documentElement && document.documentElement.clientHeight){
		iWindowWidth = document.documentElement.clientWidth;
		iWindowHeight = document.documentElement.clientHeight;
	// other Explorers
	}else if(document.body){
		iWindowWidth = document.body.clientWidth;
		iWindowHeight = document.body.clientHeight;
	}
	
	if(sMode == "width"){
		return (iWindowWidth);
	} else {
		return (iWindowHeight);
	}
}
	

/********************************************************************************
	関数名		CheckMacIe_AN
	機能		MacIEであることをチェックする
********************************************************************************/
function CheckMacIe_AN(){
	var sOs = GetOsName_AN();
	var sNavigator = GetNavigatorName_AN();
	
	if((sOs == "MacOSX" || sOs == "MacOS") && sNavigator == "Explorer"){
		return true;
	} else {
		return false;
	}
}

/********************************************************************************
	関数名		CheckBrowserModeForTicker_AN
				GetOsName_AN
				GetNavigatorName_AN
	
	機能		ブラウザチェック
*********************************************************************************/
function CheckBrowserModeForTicker_AN(){
	var sOs = GetOsName_AN();
	var sBrowser = GetNavigatorName_AN();

	if(sOs == "Windows" && sBrowser == "Explorer"){
		return true;
	}
	return false;
}


	
/********************************************************************************
	関数名		GetOsName_AN
	機能		OS情報を取得する
	
	入力		なし
	出力		sOsData		Os情報 ("MacOSX","Windows")
********************************************************************************/
function GetOsName_AN()
{
	var uAgent  = navigator.userAgent.toUpperCase();
	if (uAgent.indexOf("MAC OS X") >= 0) return "MacOSX";
	if (uAgent.indexOf("MAC") >= 0) return "MacOS";
	if (uAgent.indexOf("WIN") >= 0) return "Windows";
	if (uAgent.indexOf("X11") >= 0) return "UNIX";
	return "";
}
function GetNavigatorName_AN(){
	if(navigator.IBM_HPR) return "HomepageReader";
	
	aName  = navigator.userAgent.toUpperCase();
	if (aName.indexOf("SAFARI") >= 0) return "Safari";
	if (aName.indexOf("CHIMERA") >= 0) return "Camino";
	if (aName.indexOf("OPERA") >= 0) return "Opera";
	
	aName = navigator.appName.toUpperCase();
	if (aName.indexOf("NETSCAPE") >= 0)  return "Netscape";
	if (aName.indexOf("MICROSOFT") >= 0) return "Explorer";
	return "";
}



/********************************************************************************
	関数名		getCookie
	機能		クッキー情報の取得
	
	入力		なし
********************************************************************************/

function getCookie(key,  tmp1, tmp2, xx1, xx2, xx3) {
    tmp1 = " " + document.cookie + ";";
    xx1 = xx2 = 0;
    len = tmp1.length;
    while (xx1 < len) {
        xx2 = tmp1.indexOf(";", xx1);
        tmp2 = tmp1.substring(xx1 + 1, xx2);
        xx3 = tmp2.indexOf("=");
        if (tmp2.substring(0, xx3) == key) {
            return(unescape(tmp2.substring(xx3 + 1, xx2 - xx1 - 1)));
        }
        xx1 = xx2 + 1;
    }
    return("");
}


/********************************************************************************
	関数名		setCookie
	機能		クッキー情報のセット
	
	入力		なし
********************************************************************************/

function setCookie(key, val, tmp) {
    tmp = key + "=" + escape(val) + "; ";
    // tmp += "path=" + location.pathname + "; ";
    tmp += "expires=Tue, 31-Dec-2030 23:59:59; ";
    document.cookie = tmp;
}


/********************************************************************************
	関数名		clearCookie
	機能		クッキーのクリア
	
	入力		なし
********************************************************************************/

function clearCookie(key) {
    document.cookie = key + "=" + "xx; expires=Tue, 1-Jan-1980 00:00:00;";
}


