// Sicherheitsscripts
// Markieren verhindern
<!--
function ds(e){
        return false;
}
function ree(){
        return true;
}
document.onselectstart=new Function ("return false");
if (window.sidebar){
        document.onmousedown=ds;
        document.onclick=ree;
}
//-->
// Als Frame laden verhindern
<!--
if(top!=self)
    top.location=self.location;
//-->
// Teile von Highslide
<!-- 
    hs.graphicsDir = 'highslide/graphics/';
    hs.outlineType = 'beveled';
//-->
