<!--
function click() {
if ((event.button==2) || (event.button==3)) 
{ 

alert("Right click disabled | Copyright 2008 Envirocon. All rights reserved");
}
}

document.onmousedown=click;
//-->

