  switch(index) {
  case 1: /* Francais */

document.writeln("<form method=POST name=\"form_traducteur\">") ;
document.writeln("<div id=traducteur>") ;
document.writeln("Traducteurs:") ;
document.writeln("<select name=\"select_traducteur\" onChange=\"CSURLPopupShow(\'form_traducteur\', \'select_traducteur\', \'_top\')\">") ; 
document.writeln("<option selected>Langues") ;
document.writeln("<option value=\"gm\">Allemand") ;
document.writeln("<option value=\"uk\">Anglais") ;
document.writeln("<option value=\"tc\">Arabe") ;
document.writeln("<option value=\"ch\">Chinois Mandarin") ;
document.writeln("<option value=\"ks\">Cor&eacute;en") ;
document.writeln("<option value=\"sp\">Espagnol") ;
document.writeln("<option value=\"fr\">Fran&ccedil;ais") ;
document.writeln("<option value=\"po\">Portugais") ;
document.writeln("<option value=\"rs\">Russe") ;
document.writeln("<option value=\"vm\">Vietnamien") ;
document.writeln("</select>") ;
document.writeln("</div>") ;
document.writeln("</form>") ;

document.writeln( "<a href=\"http://www.i-translator.org/francais/link.html\" onMouseOver=\"changeImages(\'image4\', \'image4on\', \'otherImage\', \'otherImage4\')\" onMouseOut=\"changeImages(\'image4\', \'image4off\', \'otherImage\', \'otherImageDefault\')\"> ") ;
document.writeln( "<img name=\"image4\" src=\"http://www.i-translator.org/images/4.gif\" alt=\"Link\" width=\"60\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\">") ;
document.writeln( "</a>") ;
			
document.writeln(" <a href=\"http://www.i-translator.org/francais/contact.html\" onMouseOver=\"changeImages(\'image3\', \'image3on\', \'otherImage\', \'otherImage3\')\" onMouseOut=\"changeImages(\'image3\', \'image3off\', \'otherImage\', \'otherImageDefault\')\"> ") ;
document.writeln( "<img name=\"image3\" src=\"http://www.i-translator.org/images/3.gif\" alt=\"Contact\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> ") ;
document.writeln(" </a> ") ;

document.writeln("<a href=\"http://www.i-translator.org/francais/faq.html\" onMouseOver=\"changeImages(\'image2\', \'image2on\', \'otherImage\', \'otherImage2\')\" onMouseOut=\"changeImages(\'image2\', \'image2off\', \'otherImage\', \'otherImageDefault\')\"> ") ;
document.writeln( " <img name=\"image2\" src=\"http://www.i-translator.org/images/2.gif\" alt=\"FAQ\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> ") ;
document.writeln( " </a>") ;
	
document.writeln("<a href=\"http://www.i-translator.org/francais/index.html\" onMouseOver=\"changeImages(\'image1\', \'image1on\', \'otherImage\', \'otherImage1\')\" onMouseOut=\"changeImages(\'image1\', \'image1off\', \'otherImage\', \'otherImageDefault\')\"> ") ;
document.writeln(" <img name=\"image1\" src=\"http://www.i-translator.org/images/1.gif\" alt=\"home\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> ") ;
document.writeln( " </a> " ) ;

break ;

  case 2: /* Anglais */

document.writeln(" <form method=POST name=\"form_traducteur\"> " ) ;
document.writeln(" <div id=traducteur> " ) ;
document.writeln(" Translators: " ) ;
document.writeln(" <select name=\"select_traducteur\" onChange=\"CSURLPopupShow(\'form_traducteur\', \'select_traducteur\', \'_top\')\"> " ) ;
document.writeln(" <option selected>Languages " ) ;
document.writeln(" <option value=\"tc\">Arabic " ) ;
document.writeln(" <option value=\"ch\">Mandarin Chinese " ) ;
document.writeln(" <option value=\"uk\">English " ) ;
document.writeln(" <option value=\"fr\">French " ) ;
document.writeln(" <option value=\"gm\">German " ) ;
document.writeln(" <option value=\"ks\">Korean " ) ;
document.writeln(" <option value=\"rs\">Russian " ) ;
document.writeln(" <option value=\"sp\">Spanish " ) ;
document.writeln(" </select> " ) ;
document.writeln(" </div> " ) ;
document.writeln(" </form> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/anglais/link.html\" onMouseOver=\"changeImages(\'image4\', \'image4on\', \'otherImage\', \'otherImage4\')\" onMouseOut=\"changeImages(\'image4\', \'image4off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image4\" src=\"http://www.i-translator.org/images/4.gif\" alt=\"Link\" width=\"60\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/anglais/contact.html\" onMouseOver=\"changeImages(\'image3\', \'image3on\', \'otherImage\', \'otherImage3\')\" onMouseOut=\"changeImages(\'image3\', \'image3off\', \'otherImage', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image3\" src=\"http://www.i-translator.org/images/3.gif\" alt=\"Contact\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/anglais/faq.html\" onMouseOver=\"changeImages(\'image2\', \'image2on\', \'otherImage\', \'otherImage2\')\" onMouseOut=\"changeImages(\'image2\', \'image2off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image2\" src=\"http://www.i-translator.org/images/2.gif\" alt=\"FAQ\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/anglais/index.html\" onMouseOver=\"changeImages(\'image1\', \'image1on\', \'otherImage\', \'otherImage1\')\" onMouseOut=\"changeImages(\'image1\', \'image1off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image1\" src=\"http://www.i-translator.org/images/1.gif\" alt=\"home\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

break ;


  case 3 :  /* Espagnol */

document.writeln(" <form method=POST name=\"form_traducteur\"> " ) ;
document.writeln(" <div id=traducteur> " ) ;
document.writeln(" Traductores: " ) ;
document.writeln(" <select name=\"select_traducteur\" onChange=\"CSURLPopupShow(\'form_traducteur\', \'select_traducteur\', \'_top\')\"> " ) ;
document.writeln(" <option selected>Idiomas " ) ;
document.writeln(" <option value=\"gm\">Alemán " ) ;
document.writeln(" <option value=\"tc\">Árabe " ) ;
document.writeln(" <option value=\"ch\">Chino mandarín " ) ;
document.writeln(" <option value=\"ks\">Coreano " ) ;
document.writeln(" <option value=\"uk\">Inglés " ) ;
document.writeln(" <option value=\"fr\">Francés " ) ;
document.writeln(" <option value=\"rs\">Ruso " ) ;
document.writeln(" <option value=\"sp\">Español " ) ;
document.writeln(" </select> " ) ;
document.writeln(" </div> " ) ;
document.writeln(" </form> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/espagnol/link.html\" onMouseOver=\"changeImages(\'image4\', \'image4on\', \'otherImage\', \'otherImage4\')\" onMouseOut=\"changeImages(\'image4\', \'image4off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image4\" src=\"http://www.i-translator.org/images/4.gif\" alt=\"Enlaces\" width=\"60\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/espagnol/contact.html\" onMouseOver=\"changeImages(\'image3\', \'image3on\', \'otherImage\', \'otherImage3\')\" onMouseOut=\"changeImages(\'image3\', \'image3off\', \'otherImage', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image3\" src=\"http://www.i-translator.org/images/3.gif\" alt=\"Contactos\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/espagnol/faq.html\" onMouseOver=\"changeImages(\'image2\', \'image2on\', \'otherImage\', \'otherImage2\')\" onMouseOut=\"changeImages(\'image2\', \'image2off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image2\" src=\"http://www.i-translator.org/images/2.gif\" alt=\"FAQ\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/espagnol/index.html\" onMouseOver=\"changeImages(\'image1\', \'image1on\', \'otherImage\', \'otherImage1\')\" onMouseOut=\"changeImages(\'image1\', \'image1off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image1\" src=\"http://www.i-translator.org/images/1.gif\" alt=\"Página inicial\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

break ;

  case 4 :  /* Italien */

document.writeln(" <form method=POST name=\"form_traducteur\"> " ) ; 
document.writeln(" <div id=traducteur> " ) ;
document.writeln(" Traduttori: " ) ;
document.writeln(" <select name=\"select_traducteur\" onChange=\"CSURLPopupShow(\'form_traducteur\', \'select_traducteur\', \'_top\')\"> " ) ;
document.writeln(" <option selected>Lingue " ) ;
document.writeln(" <option value=\"tc\">Arabo " ) ;
document.writeln(" <option value=\"ch\">Cinese mandarino " ) ;
document.writeln(" <option value=\"ks\">Coreano " ) ;
document.writeln(" <option value=\"fr\">Francese " ) ;
document.writeln(" <option value=\"uk\">Inglese " ) ;
document.writeln(" <option value=\"po\">Portoghese " ) ;
document.writeln(" <option value=\"rs\">Russo " ) ;
document.writeln(" <option value=\"sp\">Spagnolo " ) ;
document.writeln(" <option value=\"gm\">Tedesco " ) ;
document.writeln(" <option value=\"vi\">Vietnamita " ) ;
document.writeln(" </select> " ) ;
document.writeln(" </div> " ) ;
document.writeln(" </form> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/italien/link.html\" onMouseOver=\"changeImages(\'image4\', \'image4on\', \'otherImage\', \'otherImage4\')\" onMouseOut=\"changeImages(\'image4\', \'image4off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image4\" src=\"http://www.i-translator.org/images/4.gif\" alt=\"Links\" width=\"60\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/italien/contact.html\" onMouseOver=\"changeImages(\'image3\', \'image3on\', \'otherImage\', \'otherImage3\')\" onMouseOut=\"changeImages(\'image3\', \'image3off\', \'otherImage', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image3\" src=\"http://www.i-translator.org/images/3.gif\" alt=\"Conttati\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/italien/faq.html\" onMouseOver=\"changeImages(\'image2\', \'image2on\', \'otherImage\', \'otherImage2\')\" onMouseOut=\"changeImages(\'image2\', \'image2off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image2\" src=\"http://www.i-translator.org/images/2.gif\" alt=\"FAQ\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

document.writeln(" <a href=\"http://www.i-translator.org/italien/index.html\" onMouseOver=\"changeImages(\'image1\', \'image1on\', \'otherImage\', \'otherImage1\')\" onMouseOut=\"changeImages(\'image1\', \'image1off\', \'otherImage\', \'otherImageDefault\')\"> " ) ;
document.writeln(" <img name=\"image1\" src=\"http://www.i-translator.org/images/1.gif\" alt=\"Home Page\" width=\"40\" height=\"45\" border=\"0\" valign=\"bottom\" align=\"right\"> " ) ;
document.writeln(" </a> " ) ;

break ;


  default: break ;

}

