function ch1(x){var yy=2;var z=0;var xx="";for(var y=0;y<x.length;y++){z=x.charCodeAt(y);xx+=String.fromCharCode(z-yy);}return xx;}function msb(x){location.href=ch1(x);}

window.onload = function() {
    var links = document.getElementsByTagName('a');
    for (var i=0;i < links.length;i++) {
        if (links[i].className == 'blank') {
            links[i].onclick = function() {
                window.open(this.href);
                return false;
            };
        }
    }
};


function NF(datei,b,h,nr){b=b+30;h=h+40;
F=new Array();
LP=(screen.width) ? (screen.width-b-30)/2 : 0;
TP=(screen.height) ? (screen.height-h-40)/2 : 0;
F[nr]=window.open("http://www.praxisvs-salzburg.at/"+datei,"f"+nr,"width="+b+",height="+h+",scrollbars=no,left="+LP+",top="+TP);
F[nr].focus();
F[nr].resizeTo(b+20,h+70);}
