
	  <!--
	  function jumpLang( obj )
	  {
			if ( obj.options[obj.selectedIndex].value == '1' )
			{
				window.location = 'home.htm';
			}
			else if ( obj.options[obj.selectedIndex].value == '3' )
			{
				window.location = 'home_eng.htm';

			}
			
	  }
	  //-->

