// <!--

var cWWWBase = BaseHref ();

function HorNavigation (cLang)
{

	var oArgv = HorNavigation.arguments;
	var iArgc = oArgv.length;

//	if ( iArgc <= 0 ) return;

	cLang = PageLang ();

	document.write ('<table class="HorNavigation">');
	document.write ('	<tr class="Navigation_HF">');
	document.write ('		<td width="10"></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell"></td>');
	document.write ('	</tr>');
	document.write ('	<tr class="Navigation_TB">');
	document.write ('		<td width="10"></td>');
	document.write ('		<td class="NavigationCell" id="bgHO"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgAU"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell" id="bgDL"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgRF"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgPN"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell" id="bgNW"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgPR"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell" id="bgCU"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgLG"></td>');
	document.write ('	</tr>');
	document.write ('	<tr class="Navigation">');
	document.write ('		<td width="10"></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_HO">');
	document.write ('				<a class="Navigation" href="' + cWWWBase  + cLang + '/index.html" onmouseover="ColorOnOff(\'HO\',\'on\')" onmouseout="ColorOnOff(\'HO\', \'off\')">' + Translate ("home", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_AU">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/aboutus.html" onmouseover="ColorOnOff(\'AU\',\'on\')" onmouseout="ColorOnOff(\'AU\',\'off\')">' + Translate ("aboutus", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_DL">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/downloads/index.html" onmouseover="ColorOnOff(\'DL\',\'on\')" onmouseout="ColorOnOff(\'DL\',\'off\')">' + Translate ("download", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_RF">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/references/index.html" onmouseover="ColorOnOff(\'RF\',\'on\')" onmouseout="ColorOnOff(\'RF\',\'off\')">' + Translate ("references", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_PN">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/partners.html" onmouseover="ColorOnOff(\'PN\',\'on\')" onmouseout="ColorOnOff(\'PN\',\'off\')">' + Translate ("partners", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_NW">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/news.html" onmouseover="ColorOnOff(\'NW\',\'on\')" onmouseout="ColorOnOff(\'NW\',\'off\')">' + Translate ("news", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_PR">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/press.html" onmouseover="ColorOnOff(\'PR\',\'on\')" onmouseout="ColorOnOff(\'PR\',\'off\')">' + Translate ("press", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_CU">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/contact_us.php" onmouseover="ColorOnOff(\'CU\',\'on\')" onmouseout="ColorOnOff(\'CU\',\'off\')">' + Translate ("contactus", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td>');
	document.write ('			<div id="Navigation_LG">');
	document.write ('				<a class="Navigation" href="' + cWWWBase + cLang + '/legal.html" onmouseover="ColorOnOff(\'LG\',\'on\')" onmouseout="ColorOnOff(\'LG\',\'off\')">' + Translate ("legal", cLang) + '</a>');
	document.write ('			</div>');
	document.write ('		</td>');
	document.write ('	</tr>');
	document.write ('	<tr class="Navigation_TB">');
	document.write ('		<td width="10"></td>');
	document.write ('		<td class="NavigationCell" id="bgHO"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgAU"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell" id="bgDL"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgRF"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgPN"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell" id="bgNW"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgPR"></td>');
	document.write ('		<td></td>');
	document.write ('		<td class="NavigationCell" id="bgCU"></td>');
	document.write ('		<td class="NavigationSpacer"></td>');
	document.write ('		<td class="NavigationCell" id="bgLG"></td>');
	document.write ('	</tr>');
	document.write ('</table>');
}

// -->
