﻿ //驗證碼
   function MM_displayStatusMsg(msgStr) { 

       status=msgStr;
       document.MM_returnValue = true;
    }
   function click() {
       if (event.button==2) {
           alert('本網站所有圖片歸本公司所有，請勿任意下載！謝謝！ ');
        }     
    }
   document.onmousedown=click
