function disabletext(e){
return false
}

//Für IE4+
document.onselectstart=new Function ("return false")

//Für Netscape 6+ und Firefox
if (window.sidebar){
document.onmousedown=disabletext
}

