<!--
//function disableselect(e){return false}
//function reEnable(){return true}
//document.onselectstart=new Function ("return false")
//if (window.sidebar){document.onmousedown=disableselect  
//document.onclick=reEnable }
//-->
<!--
document.oncontextmenu=new Function("return false")
//-->
<!--
function spawn(url,wt,ht,s,r){ hopia=window.open(url, "", "width="+wt+",height="+ht+","+"toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars="+s+",resizable="+r+",copyhistory=0,left=0,top=0,alwaysRaised=1");hopia.focus()}
//-->