<!--
/*http://myako.net/ ako’s cyberpage  ドラッグコピー禁止*/
function noselect(e){
return false;}
function funou(){
return true;}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=noselect
document.onclick=funou;}
//-->