<!-- 
// (C) 2000 Klaus Hentschel [ All rights reserved ]. 
// e-mail: kh@javarea.de 
// www: http://www.javarea.de 

function show(){ 
menu.style.visibility="visible" 
return false 
} 
function hide(){ 
menu.style.visibility="hidden" 
} 
function low(){ 
if (event.srcElement.className=="menuitems") 
{ 
} 
} 
document.oncontextmenu=show 
if (document.all&&window.print) 

function right(e) { 
if (document.layers && (e.which==3 || e.which==2)) { 
window.status="DieFeier.de - Musik für Ihre private Feier"
return false; 
} 
else if (document.all && (event.button==1 || event.button==2 || event.button==3)) { 
window.status="DieFeier.de - Musik für Ihre private Feier" 
return false; 
} 
} 
if (document.all) { 
document.onmouseup=right; 
window.onmouseup=right; 
} 
if (document.layers) { 
document.captureEvents(Event.MOUSEDOWN); 
document.onmousedown=right; 
} 
//-->
