var printcode=1;
var N=0;

naviSRC = new Array(
	/*	KEYURI,URI,ALT,width,SEARCHKEY	*/
	new Array('home','http://www.fujixerox.co.jp/','ホーム','89','10','d'),
	new Array('product','http://www.fujixerox.co.jp/product/','商品情報','90','200','d'),
	new Array('solution','http://www.fujixerox.co.jp/solution/','ソリューション＆サービス','125','500','d'),
	new Array('support','http://www.fujixerox.co.jp/support/','サポート','89','300','d'),
	new Array('download','http://download.fujixerox.co.jp/','ダウンロード','89','400','d'),
	new Array('supply','http://www.fujixerox.co.jp/supply/','オフィスサプライ','91','700','d'),
	new Array('partner','http://www.fujixerox.co.jp/partner/','ビジネスパートナー','97','600','d'),
	new Array('company','http://www.fujixerox.co.jp/company/','企業情報','88','100','d')
);

function Header(Point){

/*	共通部分（現URIから現在地表示とアンカー）	*/

	searchKey = 1;	// カテゴリ指定無の場合のsearchKey

	for(i=0;i<naviSRC.length;i++){ 
		if(Point == naviSRC[i][0]){
			naviSRC[i][5]='s';				//選択状態の画像
			searchKey = naviSRC[i][4];		// カテゴリーに対応したsearchKeyセット
		}
	}


document.write('<table width="775" border="0" cellpadding="0" cellspacing="0"><form name="ask" action="http://site-search.fujixerox.co.jp/search/search.x" method="get">'+
'<tr>'+
'<td valign="top"><a name="skip" href="#skip2"><img src="/common/src/images/skip.gif" width="10" height="26" border="0" '+
'alt="共通ナビゲーションメニューを省略する" title=""></a></td>'+
'<td valign="top" rowspan="3"><a href="http://www.fujixerox.co.jp/"><img src="/common/src/jp/images/h/head_fxlogo.gif" width="240" height="70" border="0" '+
'alt="富士ゼロックス公式サイト" title="富士ゼロックス公式サイト"></a></td>'+
'<td valign="top" rowspan="3"><img src="/common/src/images/spacer.gif" width="72" height="70" border="0" alt="" title=""></td>'+
'<td valign="middle" align="center" bgcolor="#c1d1e1"><span class="headertext">日本</span></td>'+
'<td valign="top" bgcolor="#aaaaaa"><img src="/common/src/images/spacer.gif" width="1" height="26" border="0" alt="" title=""></td>'+
'<td valign="middle" align="left" bgcolor="#c1d1e1" nowrap><span class="headertext"><a href="http://www.fujixerox.com/eng/" target="_blank"><img src='+
'"/common/src/jp/images/h/head_object_01.gif" width="28" height="12" border="0" alt="" title="">海外関連会社</a></span></td>'+
'<td valign="middle" align="right" bgcolor="#c1d1e1">'+
'<span class="searcharea"><input type="text" name="q" value="" size="30"><input type="hidden" name="ie" value="SJIS"><input type="hidden" name="page" value="1"></span>'+
'<span class="searchbox"><a href="" onclick="document.forms[0].submit();return false"><img src="/common/src/jp/images/h/head_object_02.gif" '+
'width="62" height="19" border="0" alt="検索" title="検索"></a></span></td>'+
'</tr></form>'+
'<tr>'+
'<td valign="top"><img src="/common/src/images/spacer.gif" width="10" height="5" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/common/src/images/spacer.gif" width="43" height="5" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/common/src/images/spacer.gif" width="1" height="5" border="0" alt="" title=""></td>'+
'<td valign="top" colspan="2"><img src="/common/src/images/spacer.gif" width="409" height="5" border="0" alt="" title=""></td>'+
'</tr>'+
'<tr>'+
'<td valign="top"><img src="/common/src/images/spacer.gif" width="10" height="39" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/common/src/images/spacer.gif" width="43" height="39" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/common/src/images/spacer.gif" width="1" height="39" border="0" alt="" title=""></td>'+
'<td valign="top" align="right" colspan="2">'+
'<span class="headertext"><a href="http://www.fujixerox.co.jp/service/product.html">お問い合わせ</a>｜<a href="'+
'http://www.fujixerox.co.jp/common/sitemap/">サイトマップ</a>｜<a href="http://www.fujixerox.co.jp/eng/">English Page</a></span>'+
'</td></tr></table>');


document.write('<table width="775" border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td valign="top"><img src="/common/src/images/spacer.gif" width="10" height="20" border="0" alt="" title=""></td>');


		for(i=0;i<(naviSRC.length);i++){
/*	現在地表示	*/
document.write('<td valign="top"><a href="'+naviSRC[i][1]+'"><img src="/common/src/jp/images/h/head_navi_0'+i+naviSRC[i][5]+'.gif"');
document.write(' width="'+naviSRC[i][3]+'" height="20" border="0" alt="'+naviSRC[i][2]+'" title="'+naviSRC[i][2]+'"></a></td>');
/*	個数分spacer	*/
			if(i < (naviSRC.length -1 )){
document.write('<td valign="top"><img src="/common/src/images/spacer.gif" width="1" height="20" border="0" alt="" title=""></td>');
			}
		}
document.write('</tr></table>');

}

function JEexchange(cURL){
	return; // for V3
	if (cURL.length >= 1){
document.write('<a href="'+cURL);
document.write('"><img src="/common/src/jp/images/h/head_crosslang_'+'1.gif" width="166" height="20" border="0" alt="日・英切替" title="日・英切替" name="language"></a>');
	}
}

function PrintMode(){
	return; // for V3
	document.write("<a href=Javascript:DIVW('r05contents','630');>");
	document.write('<img src="/common/src/jp/images/h/head_printmode_'+'0.gif" width="135" height="25" border="0" alt="印刷/閲覧モード切替" title="印刷/閲覧モード切替" name="printmode">');
	document.write('</a>');
}

function DIVW(dID,DSIZE,Action){
	return; // for V3
	if(printcode != 1){
		printcode = 1
	}
	else{
		DSIZE = 765
		printcode = 0
	}
	if(Action == '1'){}
	else{
	document.images.printmode.src='/common/src/jp/images/h/head_printmode_'+printcode+'.gif'
	if(document.all){
		document.all(dID).style.width = DSIZE;
	}
	else if(document.layers){
		document.layers[dID].width = DSIZE;
	}
	else if(document.getElementById){
		document.getElementById(dID).style.width = DSIZE;
	}
	}
}

DIVW('r05contents','765','1');
