<!-- Begin
function right(e) {
var msg = "        [ © DISCOTECA PINCEL- ]\n\n     » c\\DOCTOR RASO Nº 1 HUMERA .\n\n     » C.P. 28223 ~ POZUELO ~ MADRID\n\n     » Teléfono:  91.715.84.04\n\n ";    
if (navigator.appName == 'Netscape' && e.which == 3) {
alert(msg);  // Delete this line to disable but not alert user
return false;
}
else
if (navigator.appName == 'Microsoft Internet Explorer' && event.button==2) {
alert(msg); // Delete this line to disable but not alert user
return false;
}
return true;
}
document.onmousedown = right;
// End -->

function plano(){ventana=window.open('plano.htm','plano','top=50,left=50,toolbar=0,menubar=0,location=0,resizable=0,scrollbar=0,width=500,height=600');}

