/***************************************************************
* TDH Feature code	
* © 1998-2001
* Topdog Software
* All Rights Reserved
* You are not allowed to modify anything in this Script
****************************************************************
*  http://www.thedoghouse.org
* <scr'+'ipt Language="JavaScript" Src="http://www.thedoghouse.org/shared/js/profbase.js"></scr'+'ipt>
****************************************************************/
//- --------------------------------------------------------------------------------------------------------------------

function trans(){
// document.write('<form method="post" name="tt" action="http://babel.altavista.com/translate.dyn">');
// document.write('<input type="hidden" name="doit" value="done">');
	document.write('<form method="get" name="tt" action="http://babel.altavista.com/tr">');
  	document.write("<input type='hidden' name='url' value='" + window.location.href + "'>");
  	document.write('<select name="lp" ONchange="submit()">');
  	document.write('<option value="en_zh">&#27721;&#35821;ZH</option>');		//	Chinese
  	document.write('<option value="en_fr">Francais</option>');			//	French
  	document.write('<option value="en_de">Deutscher</option>');			//	German
  	document.write('<option value="en_it">Italiano</option>');			//	Italian
  	document.write('<option value="en_ja">&#26085;&#26412;&#35486;JA</option>');	//	Japanese
  	document.write('<option value="en_ko">&#54620;&#44397;KO</option>');		//	Korean 
  	document.write('<option value="en_pt">Portugueses</option>');			//	Portuguêses
  	document.write('<option value="en_es">Spanish</option>');			//	Spanish	
  	document.write('<option value="en_en" SELECTED>English</option>');		//	English
  	document.write('</select></form> ');
}

//-  --------------------------------------------------------------------------------------------------------------------

function chooseCSS()
{
	peXt = (navigator.userAgent.indexOf("Opera")!=-1 && navigator.userAgent.indexOf("5.")>0) ? "op" : (document.all) ? "ie" : (document.layers) ? "nn" : (!document.all && document.getElementById) ? "mo" : "";
	document.write('<link REL="stylesheet" TYPE="text/css" HREF="http://www.thedoghouse.org/shared/css/'+peXt+'.css">');  

	
}
