<!--  
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.studium.cz">Angličtina v zahraničí</option>');
document.write('<option VALUE="http://www.studies.cz/vseobecne-dotazy/index.php">Časté dotazy</option>'); 
document.write('<option VALUE="http://www.studies.cz/ohlasy-ucastniku/2.html">Reference</option>'); 
document.write('<option VALUE="http://www.studies.cz/obecne-informace.html">Obecné informace</option>'); 
document.write('<option VALUE="http://www.studies.cz/reference/kontakty.html">Kontakty</option>'); 
document.write('<option VALUE="http://www.studies.cz/test.html">Testy z angličtiny</option>');
document.write('<option VALUE="http://www.jobset.cz">Hledejte práci</option>');         
document.write('</select>');  
document.write('</form>');  
//-->
