// JavaScript Document
function down() { if (event.button==2) { alert("Desculpe, Opção Desabilitada"); } } function up() { if (event.button==2) { alert("Desculpe, Opção Desabilitada"); document.write("<body bgcolor='000000' text='ff0000'><center><h1>Desculpe, Opção Desabilitada</h1></center><br><br>"); document.write('<a href="javascript:history.back()"><center>Voltar</center></a>'); } } document.onmousedown=down; document.onmouseup=up; 
function MM_displayStatusMsg(msgStr) { //v1.0 
status=msgStr; 
document.MM_returnValue = true;} 

