function posta(jak,kde,co,txt){
if (jak == "1"){document.write("<a href=\"mailto:"+co+"@"+kde+"\">"+txt+"<\/a>");}
else{
 if (jak == "2"){document.write(co+"@"+kde);}
 else{document.write("<a href=\"mailto:"+co+"@"+kde+"\">"+co+"@"+kde+"<\/a>");}
 }
}

function posttr(jak,kde,co){
document.write("<a href=\"mailto:"+co+"@"+kde+"\"><u class=\"tr\">"+co+"@"+kde+"<\/u><\/a>");
}

function postsub(jak,kde,co,sb,txt){
if (jak == "1"){document.write("<a href=\"mailto:"+co+"@"+kde+"?subject="+sb+"\">"+txt+"<\/a>");}
else{document.write("<a href=\"mailto:"+co+"@"+kde+"?subject="+sb+"\">"+co+"@"+kde+"<\/a>");}
}

function WMwokno(url, jmeno, w, h){
Fokus = window.open(url, jmeno,'scrollbars=0,resizable=0,top=100,left=150,menubar=no,width=' + w + ',height=' + h); Fokus.focus()
}

function planwind(url, jmeno){
Fokus = window.open(url, jmeno,'scrollbars=0,resizable=0,top=42,left=203,menubar=no,status=no,width=665,height=625'); Fokus.focus()
}

function loswind(url, jmeno){
Fokus = window.open(url, jmeno,'scrollbars=0,resizable=0,top=25,left=150,menubar=no,status=no,width=820,height=625'); Fokus.focus()
}
