
function Sookie2(name, value)
{
   var argv = Sookie2.arguments;
   var argc = Sookie2.arguments.length;
   var expires = (argc > 2) ? argv[2] : null;
   var path = (argc > 3) ? argv[3] : null;
   var domain = (argc > 4) ? argv[4] : null;
   var secure = (argc > 5) ? argv[5] : false;
   document.cookie = name + "=" + escape (value) + ((expires == null) ? "" : ("; expires=" + expires.toGMTString())) + ((path == null) ? "" : ("; path=" + path)) + ((domain == null) ? "" : ("; domain=" + domain)) + ((secure == true) ? "; secure" : "");
}
var expdate2 = new Date();
expdate2.setTime(expdate2.getTime() +  ( 30 * 60 * 1000 ));
Sookie2("HiNetCity", "1", expdate2, "/", null, false);

function Scroll()
{
    window.status = "Welcome to DDT/WWI";
    window.setTimeout("Scroll();", 100);
}
Scroll();

function MyZoom(name,width,height)
{
    window.open("javascript:document.write('<img src="+name+" border=0>')","_blank","width="+(width+20)+",height="+(height+30)+",status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no");
}

function gourl(url)
{
    if ( url != "" ) window.location = url;
}

var v2 = "@";

document.write("\
<table border='0' width='100%' cellpadding='0' cellspacing='0'>\
  <form name='myform'>\
    <tr style='height: 40px; background: #FED86E'>\
      <td width='20' class='textwhite12'>&nbsp;</td>\
      <td class='textblack22'>&nbsp;&nbsp;&nbsp;DDT/WWI - 各種獨特解決方案</td>\
      <td align='center' class='textblack16'>&nbsp;</td>\
    </tr>\
    <tr style='height: 30px; background: #FECE38' valign='center'>\
      <td class='textwhite12'>&nbsp;</td>\
      <td class='textblack16' align='left' width='65%'>\
        <a href='http://myweb.hinet.net/home9/capacito/default.htm'>首頁</a> <span class='osbar'>|</span>\
        <a href='#' onclick=\"alert('很抱歉! 本網站已關閉!'); return false;\" target='_blank'>比價搜尋引擎</a> <span class='osbar'>|</span>\
        <a href='#' onclick=\"window.external.AddFavorite('http://capacito.myweb.hinet.net','DDT/WWI'); return false;\">加入最愛</a> <span class='osbar'>|</span>\
        <a href='mailto:capacito"+v2+"ms6.hinet.net?subject=我有問題'>聯絡信箱</a>\
      </td>\
      <td class='textblack12' align='right'>\
        快速連結：\
          <select name='quicklink' onchange='gourl(this.options[this.selectedIndex].value); this.selectedIndex = 0; return false;'>\
            <option value='' selected>--- 請選擇 ---</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/wp/default.htm'>WinPlay3 Shell</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/qr/default.htm'>QuickRun</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/is/default.htm'>網際盜尋家</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/ddtsearch/default.htm'>網際盜尋家 網站版</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/winkey/default.htm'>WinKey 模擬器</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/tp2wk/default.htm'>TPKey to WinKey</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/spamkiller/default.htm'>EMail 網際過濾家</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/wwi/default.htm'>Win32-Web Integrator</option>\
            <option value='http://myweb.hinet.net/home9/capacito/cht/wwiencoder/default.htm'>WWI Encoder</option>\
          </select>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\
      </td>\
    </tr>\
    <tr><td style='height: 3px; background: #D8AE48' colspan='3'></td></tr>\
  </form>\
</table>");

