
var N=0;

naviSRC = new Array(
	/*	KEYURI,URI,ALT,width,SEARCHKEY	*/
	new Array('home','/index.html','Home','72','10','d'),
	new Array('product','/products/index.html','Products','80','200','d'),
	new Array('solution','/solutions/index.html','Solutions&Services','147','500','d'),
	new Array('support','/support/index.html','Support','75','300','d'),
	new Array('download','/download/index.html','Download','87','400','d'),
	new Array('supplies','/supplies/index.html','Supplies','76','700','d'),
	new Array('business','/business/index.html','Business Partner','130','800','d'),
	new Array('about','/about/index.html','About Us','86','900','d')
);

if (navigator.platform.indexOf("Mac") != -1){tlength = 30}
else{tlength = 40}

function Header(Point){

	searchKey = 1;

	for(i=0;i<naviSRC.length;i++){
		if(Point == naviSRC[i][0]){
			naviSRC[i][5]='s';
			searchKey = naviSRC[i][4];
		}
	}

document.write('<table width="770" border="0" cellpadding="0" cellspacing="0"><form name="form1" method="post" action="http://search.fujixerox.co.jp/search97cgi/search.cgi">'+
'<tr>'+
'<td valign="top"><a name="skip" href="#skip2"><img src="/common/src/images/skip.gif" width="10" height="26"/common/src/images/skip.gif" width="10" height="26"  border="0" alt="Skip navigation" title=""></a></td>'+
'<td valign="top" rowspan="3"><a href="/V2/index.html"><img src="/V2/common/src/eng/images/h/head_fxlogo.gif" '+'width="318" height="70" border="0" alt="FUJI XEROX " title="FUJI XEROX "></a></TD>'+
'<td valign="top" rowspan="3"><img src="/V2/common/src/images/spacer.gif" width="10" height="70" border="0" alt="" title=""></td>'+
'<td valign="middle" align="center" bgcolor="#c1d1e1"><span class="headertext">Philippines</span></td>'+'<td valign="top" bgcolor="#aaaaaa"><img src="/V2/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"><img src="/V2/common/src/eng/images/h/head_object_01.gif" '+
'width="28" height="12" border="0" alt="" title=""><a href="/V2/common/overseas/index.html">Worldwide</a></span></td>'+
'<td valign="middle" align="right" bgcolor="#c1d1e1"><span class="searcharea"><input type=hidden name="Action" value="FilterSearch">'+
'<input type=hidden name="filter" value="fxflt_eng.hts"><input type=hidden name="SearchPage" value="/search97/samples/forms/pontest.html">'+
'<input type=hidden name="SrchURL" value="#"><input type=hidden name="ResultTemplate" value="fxrslt_eng.hts">'+
'<input type=hidden name=orgQUERY><input type="text" name="QUERY" size="20"  maxlength="50"></span>'+
' <span class="searchbox"><a href="" onclick="document.forms[0].submit();return false"><img src="/V2/common/src/eng/images/h/head_object_02.gif" '+
'width="62" height="19" border="0" alt="search" title="search"></a></span></td></tr></form>'+'<TR>'+
'<td valign="top"><img src="/V2/common/src/images/spacer.gif" width="10" height="5" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/V2/common/src/images/spacer.gif" width="43" height="5" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/V2/common/src/images/spacer.gif" width="1" height="5" border="0" alt="" title=""></td>'+
'<td valign="top" colspan="2"><img src="/V2/common/src/images/spacer.gif" width="348" height="5" border="0" alt="" title=""></td>'+
'</tr>'+
'<tr>'+
'<td valign="top"><img src="/V2/common/src/images/spacer.gif" width="10" height="39" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/V2/common/src/images/spacer.gif" width="71" height="39" border="0" alt="" title=""></td>'+
'<td valign="top"><img src="/V2/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="/V2/common/inquiries/index.html">Contact Us</a> | <a href="/V2/common/sitemap/index.html">Site Map</a></span>'+
'</td></tr></table>'+'<table width="770" border="0" cellpadding="0" cellspacing="0"><tr><td valign="top" width="10"><img src="/V2/common/src/images/spacer.gif" width="10" height="20" border="0" alt="" title=""></td><td width="750" bgcolor="#ff0000"><table border="0" cellpadding="0" cellspacing="0"><tr>');

		for(i=0;i<(naviSRC.length);i++){
			document.write('<TD VALIGN="TOP"><A HREF="../../../../../common/src/eng/js/'+naviSRC[i][1]+'"><img src="/common/src/eng/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>');
			if(i < (naviSRC.length -1 )){
				document.write('<td valign="top" bgcolor="#ff9999"><img src="/V2/common/src/images/spacer.gif" width="1" height="20" border="0" alt="" title=""></td>');
			}
		}
		document.write('</tr></table></td></tr></table>');
}



