function click() 
{ 
  if(event.button==2 || event.button==3) 
    { alert('LatinCampus Corporate University') } 
} 
document.onmousedown=click 
