function styl(jmeno){
var sirka=800
var browser=navigator.appName
if (browser=='Netscape') {
sirka=top.window.innerWidth
}
else {
sirka=screen.width
}
if(sirka>850)
document.write("<link rel='stylesheet' type='text/css' href='"+jmeno+".css'>")
}
function titul(id) {
parent.title.document.getElementById('titul').firstChild.data=id
}
function jmeno(id) {
parent.title.document.getElementById('jmeno').firstChild.data=id
}
function ukaz(id) {
this.document.getElementById(id).style.visibility='visible';
}
function zmiz(id) {
this.document.getElementById(id).style.visibility='hidden';
}
function popis(id) {
document.getElementById('note').firstChild.data=id;
}
function odpis(id) {
document.getElementById('note').firstChild.data=id;
}
function link(dom,name,text,server) {
zavinac = "@"
document.write("<a href='mailto:"+name+""+zavinac+""+server+"."+dom+"?subject=Webpage Matfyz Veterans' title='E-Mail'>"+text+"</a>")
}
styl('big')

