// NO RIGHT BUTTON
NoR=""+
"UPOZORNĚNÍ: Při aktivaci odkazů na stránkách zsru.cz nepoužívejte, \n"+
"prosím, pravé tlačítko myši. Navigace a systém hyperlinků jsou ve většině \n"+
"případů nastaveny pouze pro užití levého tlačítka.\n\n"+
"NOTICE: Please, don’t click the right mouse button to activate the links. \n"+
"The navigation and hyper link system of the zsru.cz web site is mostly \n"+
"prepared for left button using only.";
function RiC(e){
if(document.all){if(event.button==2){alert(NoR);return false}}
if(document.layers){if(e.which==3){alert(NoR);return false}}}
if(document.layers){document.captureEvents(Event.MouseDown)}
document.onmousedown=RiC;