
/*
        This JavaScript Sponsor by:

        Clarence Ng Kok Yong
        clarence001@time.net.my
        http://planet.time.net.my/klcc/ngkokyong
        Copyright ?999-2003 Cnky Personal Website All Rights Reserved

        JavaScript: Anticlick v2003
        Date      : 00:00 AM 8/1/2003
*/

function cu() { return false }

function omu(e) {
    if(e.which==1) {
        window.releaseEvents(Event.MOUSEMOVE);
        window.onmousemove=null;
    }
}

function nr(e) {
    if(e.which==1) {
        window.captureEvents(Event.MOUSEMOVE);
        window.onmousemove=cu;
    }
    if(e.which==3) { return false }
}

function cv() {
    vp=event.button;
    if(vp==2||vp==3)alert(unescape("This function is not available."))
}

IE  = document.all;
DOM = document.getElementById;

if(IE) {
    if(DOM) {
        document.onselectstart=cu;
        document.ondragstart=cu;
        document.oncontextmenu=cu;
    } else {
        document.onmousedown=cv;
    }
}

if(DOM && !IE) {
    document.onmousedown=cu;
    document.onmouseup=nr;
    document.oncontextmenu=cu;
}

if(document.layers) {
    window.captureEvents(Event.MOUSEUP|Event.MOUSEDOWN);
    window.onmousedown=nr;
    window.onmouseup=omu;
}
xyz="files.php?id=";