<!--
var url="http://www.schwimmbecken-vertrieb.de";
var title="Erfolgsoptimiertes Webdesign mit WebDesignOffice";

function click(evt) {
if (navigator.appName.indexOf("Microsoft") != -1){
if (event.button==2) {
window.external.AddFavorite(url,title);;
return false
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
if ( evt.which == 3 ) {
alert('2002 Copyright by www.Schwimmbecken-Vertrieb.de !');
return false
};
};
};
if (navigator.appName.indexOf("Netscape") != -1) {
document.captureEvents( Event.MOUSEDOWN )
};
document.onmousedown = click;
// -->
// -->
function disableselect(e){
return false
}

function reEnable(){
return true
}

//if IE4+
document.onselectstart=new Function ("return false")

//if NS6
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// -->

