document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
document.write("<tr>");
document.write("<td style='background-image:url(../images/footer_bg.jpg); background-repeat:repeat-x'>");

	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td align='center' height='30'>");
		document.write("<a href='../Downloads_page/downloads.html' class='footer_menu_style'>");
		document.write("Downloads");
		document.write("</a>");
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write("<a href='../Disclaimer/disclaimer.html' class='footer_menu_style'>");
		document.write("Disclaimer");
		document.write("</a>");
//		document.write("<span class='footer_menu_style'>");
//		document.write(" l ");
//		document.write("</span>");
//		document.write("<a href='../ReportError.aspx' class='footer_menu_style'>");
//		document.write("Report an Error");
//		document.write("</a>");
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write("<a href='../feedback.aspx' class='footer_menu_style'>");
		document.write("Feedback");
		document.write("</a>");
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write("<a href='../site-map/' class='footer_menu_style'>");
		document.write("Sitemap");
		document.write("</a>");
		document.write("</td>");
		document.write("</tr>");
	
		document.write("<tr>");
		document.write("<td class='footer_menu_style' height='25' align='center'>");
		document.write("<b>");
		document.write("You can view this page in the following languages");
		document.write("</b>");
		document.write("</td>");
		document.write("</tr>");
		document.write("<tr>");
		document.write("<td align='center'>");
		document.write("<a href='javascript:void(0);' onclick='javascript:sLg(11)' class='bottom_txt2'>French</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write("<a href='javascript:void(0);' onclick='javascript:sLg(12)' class='bottom_txt2'>German</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write("<a href='javascript:void(0);' onclick='javascript:sLg(13)' class='bottom_txt2'>Italian</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write(" <a href='javascript:void(0);' onclick='javascript:sLg(14)' class='bottom_txt2'>Portugese</a>")
		document.write("</td>");
		document.write("</tr>");
		document.write("<tr>");
		document.write("<td align='center'>");
		document.write(" <a href='javascript:void(0);' onclick='javascript:sLg(15)' class='bottom_txt2'>Arabic BETA</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write(" <a href='javascript:void(0);' onclick='javascript:sLg(16)' class='bottom_txt2'>Russian BETA</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write(" <a href='javascript:void(0);' onclick='javascript:sLg(17)' class='bottom_txt2'>Chinese (Simplified) BETA</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write(" <a href='javascript:void(0);' onclick='javascript:sLg(18)' class='bottom_txt2'>Japanese BETA</a>")
		document.write("<span class='footer_menu_style'>");
		document.write(" l ");
		document.write("</span>");
		document.write(" <a href='javascript:void(0);' onclick='javascript:sLg(19)' class='bottom_txt2'>Korean BETA</a>")
		document.write("</td>");
		document.write("</tr>");
		document.write("<tr>");
		document.write("<td height='10'>");
		document.write("</td>");
		document.write("</tr>");
	document.write("</table>");
				
	document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0'>");
		document.write("<tr>");
		document.write("<td class='copy_right_style'>");
		document.write("© 1995-2009 Logicsoft International. All Rights Reserved.");
		document.write("</td>");
		document.write("</tr>");
	document.write("</table>");

	document.write("</td>");
	document.write("</tr>");
document.write("</table>");

//-- Google Language Translator - Start-
	function sLg(lang)
	{
		currURL = location.href
		<!--//alert (currURL)-->
		
		if (lang==11) langMode = "fr"; 
		if (lang==12) langMode = "de"; 
		if (lang==13) langMode = "it"; 

		if (lang==14) langMode = "pt"; 
		if (lang==15) langMode = "ar"; 
		if (lang==16) langMode = "ru"; 

		if (lang==17) langMode = "zh-CN"; 
		if (lang==18) langMode = "ja"; 
		if (lang==19) langMode = "ko"; 
		
		// var temurl ="http://64.233.179.104/translate_c?hl=en&ie=UTF-8&oe=UTF-8&langpair="+langMode+"&u="+currURL+"&prev=/language_tools"
		
		var temurl = "http://translate.google.com/translate?prev=_t&hl=en&ie=UTF-8&u="+currURL+"&sl=en&tl="+langMode+"&history_state0="


		window.open(temurl)
	}
//-- Google Language Translator - End--
