<!-- 
function DHTMLSound(surl) {
  document.getElementById("dummyspan").innerHTML="<embed src='"+surl+"' hidden=true autostart=true loop=false>";
}
function getVar(){
var content = document['prekladform']['prekladtext'].value;
var newWin = window.open("","","height = 30, width = 300, top=250, left=450");
newWin.document.open();
newWin.document.write(content+"<form method='post'><input type='button' value='Zavri okno' onclick='window.close()'></form>");
newWin.document.close();
}
function addText(text){
document.getElementById('keyboard').value += text;
document.formtext.guess.focus();
}
-->
