<!--
    rollover = document.images;			
  if (rollover) dummyImage = new Image();	
    function Preload(imgSrc) {
        if (rollover) {
            dummyImage.src = imgSrc;
        }
    }
    function SwapImage(name, imgSrc,msg) {
        if (rollover) {
            document.images[name].src = imgSrc;
            window.status = msg;
        }
    }
	// -->
		
　<!--
　function noselect(e){
　  return false;}
　function funou(){
　  return true;}
　  document.onselectstart=new Function ("return false")
　  if (window.sidebar){
　     document.onmousedown=noselect
　      document.onclick=funou;}
　  //-->
　　