

<!-- BLOCKS ALL JAVASCRIPT ERRORS

function blockError(){return true;}
window.onerror = blockError;



function noRightClick() {
if (event.button==2) {
alert('Copyright 2003/2009 - FORMATUS MÓVEIS Ltda. - Todos os direitos reservados')
}
}
document.onmousedown=noRightClick


// -->
