<!--  function go(s) { var t=s.options[s.selectedIndex].value;  if (t!='') window.location.href=t; }  //--> <!--  document.write('<form>');  //--> document.write('<select onchange="go(this)">');document.write('<option VALUE="http://www.anglictina-vyuka.cz">Individuální výuka AJ v ČR</option>');document.write('<option VALUE="http://www.agentura-hermes.cz/nezavazna-objednavka">Nezávazná objednávka</option>'); document.write('<option VALUE="http://www.anglictina-vyuka.cz/content/view/14/31/">O angličtině</option>');  document.write('<option VALUE="http://www.agentura-hermes.cz/reference">Reference</option>'); document.write('<option VALUE="http://www.agentura-hermes.cz/cenik.php">Ceník</option>'); document.write('<option VALUE="http://www.agentura-hermes.cz/kontakt">Kontaktujte nás</option>');     document.write('</select>');  document.write('</form>');  //-->
