﻿// JScript File

function reddet(e){
return false
}
function IE4tikla(){
if (event.button==2){

return false;
}
}
function NS4tikla(e){
if (document.layers||document.getElementById&&!document.all){
if (e.which==2||e.which==3){

return false;
}
}
}
document.oncontextmenu=new Function("return false")

document.onmousedown=reddet
document.onselectstart=new Function ("return false")

