function scrollOver(){
    scroller.scrollAmount='0';
    scroller.style.cursor='default';
}

function scrollOut(){
    scroller.scrollAmount='2'
}

function disableselect(e){
    return false
}

function reEnable(){
    return true
}

document.onselectstart=new Function ("return false")
if (window.sidebar){
    document.onmousedown=disableselect
    document.onclick=reEnable
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
