<!--
function click()
{
if (event.button==2||event.button==3)
 {
 oncontextmenu='return false';
 window.alert('  Só Consertos   \n\n 0800 643 4141') 
 }
}
document.onmousedown=click
document.oncontextmenu = new Function("return false;")
//-->