function openwin() 
{ 
        OpenWindow=window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars="+scroll+",menubar=no");
        OpenWindow.document.write("<TITLE>檔案保護</TITLE>");
        OpenWindow.document.write("<BODY BGCOLOR=#ffffff>");
        OpenWindow.document.write("<h1>檔案保護</h1>");
        OpenWindow.document.write("<font color=red>使用步驟</font>");
        OpenWindow.document.write("<ol><li>挑選電腦中的任一檔案</li><li>上傳檔案 (500K 以下)</li><li>檔案正確即可通關</li></ol>");
        OpenWindow.document.write("<a href=# onclick='window.close()'><font size=2 color=blue>關閉視窗</font></a>");
        OpenWindow.document.write("</BODY>");
        OpenWindow.document.write("</HTML>");
        OpenWindow.document.close();
        
        OpenWindow.moveTo(screen.width/2-125,screen.height/2-125);
}
function rulewin() 
{ 
        OpenWindow=window.open("", "newwin", "height=500, width=540,toolbar=no,scrollbars=yes");
        OpenWindow.document.write("<TITLE>使用規範</TITLE>");
        OpenWindow.document.write("<BODY BGCOLOR=#ffffff>");
        OpenWindow.document.write("<h1>使用規範</h1>");
        OpenWindow.document.write("<font color=red>您必須了解</font>");
        OpenWindow.document.write("<ol><li>禁止利用本服務進行中華民國(台灣)法律所禁止之非法行為。</li><li>禁止轉址非自願公開存取之網頁內容連結 (如私人信件、部落格、私人照片)，<a href=reg>註冊會員</a>不在此限。</li><li>本服務有權移除使用者所產生的短網址，並不保證其永久有效。</li><li>任何網址建立的行為責任，須由行為人自行負責，必要時候將會配合調閱相關系統紀錄</li><li>本服務為免費公益性質，不保證連線有效性與穩定度。</li><li>轉址後的頁面內容，屬該網址內容提供者所有，請自行判斷其內容之正確性與合法性。</li><li>通關密碼因安全性考量，將編碼儲存，若擔心遺忘，請多利用<font color=#FF0000>網址說明</font>欄位作為密碼提醒。</li><li>請慎選檔案來作為檔案保護之用，一旦檔案遺失或變更，將再也無法通關。</li><li>為提升服務品質，<a href=reg>註冊會員</a>將可以有專屬空間，檢視您所建立的短網址，並做修改或刪除。</li></ol>");
        OpenWindow.document.write("<a href=# onclick='window.close()'><font size=2 color=blue>關閉視窗</font></a>");
        OpenWindow.document.write("</BODY>");
        OpenWindow.document.write("</HTML>");
        OpenWindow.document.close();
        
        OpenWindow.moveTo(screen.width/2-270,screen.height/2-250);
}

function techwin() 
{ 
        OpenWindow=window.open("", "newwin", "height=250, width=250,toolbar=no,scrollbars="+scroll+",menubar=no");
        OpenWindow.document.write("<TITLE>防堵機器人</TITLE>");
        OpenWindow.document.write("<BODY BGCOLOR=#ffffff>");
        OpenWindow.document.write("<h1>防堵機器人</h1>");
        OpenWindow.document.write("<font color=red>圖片確認碼</font>");
        OpenWindow.document.write("<ol><li>系統加入圖片如下：</li><li><img src=../t.png></li><li>輸入正確文字才可通關。</li></ol>");
        OpenWindow.document.write("<a href=# onclick='window.close()'><font size=2 color=blue>關閉視窗</font></a>");
        OpenWindow.document.write("</BODY>");
        OpenWindow.document.write("</HTML>");
        OpenWindow.document.close();
        
        OpenWindow.moveTo(screen.width/2-125,screen.height/2-125);
}
