
function addBookmark(url,title) {
  if (window.sidebar) {
    window.sidebar.addPanel(title, url,'');
  }
  else if( window.external ) {
    window.external.AddFavorite( url, title);
  }
  else if(window.opera && window.print) {
    return true;
  }
}

function Show(obj)
{
                document.all(obj).style.display =''
}

function Hide(obj)
{
                document.all(obj).style.display="none"
}



function nr(e){return(e.which==3)?false:true}function cu(){return false}function cv(){vp=event.button;if(vp==2||vp==3)alert(unescape("This function is not available."))}io=document.all;ae=document.getElementById;if(io){if(ae){document.oncontextmenu=cu}else{document.onmousedown=cv}}if(ae&&!io){document.onmouseup=nr;document.oncontextmenu=cu}if(document.layers){document.captureEvents(Event.MOUSEDOWN);document.onmousedown=nr}
