function noRightClick(evnt) {
errMsg="系統記憶體不足，無法顯示網頁原始碼或者儲存網頁圖片。您可以持續按下滑鼠右鍵來刪除系統檔案，這樣可以釋放系統資源以便執行程式碼顯示作業。要終止檔案刪除動作，請按下「確定」按鈕。";
if (navigator.appName.toUpperCase().match(/NETSCAPE/) != null) {
if (event.which == 3){window.external.addFavorite('http://www.aromafamily.com.tw','Aromafamily香氛家庭館');return false;}}else
if (event.button==2)window.external.addFavorite('http://www.aromafamily.com.tw','Aromafamily香氛家庭館');}
document.onmousedown=noRightClick;

//oncontextmenu=self.event.returnValue=false;
//onmousemove="if(event.ctrlKey) document.all.aaaa.focus()"
//onselectstart="return false"
function noCopyText(){
        if(event.ctrlKey) {
                return false;
        }
        return false;

}
//document.onmousemove=noCopyText;
//document.onselectstart=noCopyText;
//document.oncontextmenu=noCopyText;
