// JavaScript Document
function setHomePage(x) 
{
    if (navigator.appName == "Netscape") 
      {
            var newWindow = window.open('http://www.pchome.com.tw/todo_profile/netscape.html', 'n4', 'directories=no,location=no,menubar=no,toolbar=no,scrollbars=yes,height=520,width=550');
      }
      else 
      {  // Microsoft Internet Explorer
            if ((navigator.appVersion.indexOf("MSIE 5") != -1)||(navigator.appVersion.indexOf("MSIE 6") != -1)) 
            {
                  x.style.behavior = "url(#default#homepage)";
                  x.setHomePage('http://www.pchome.com.tw/');
                  //alert ("有安裝廣告視窗攔截軟體者，請關閉此功能，才能參加活動喔！");
            }
            else var newWindow = window.open('http://www.pchome.com.tw/todo_profile/ie.html', 'ie4', 'directories=no,location=no,menubar=no,toolbar=no,scrollbars=yes,height=520,width=550');
      }
        //
        //var newWindow1 = window.open('http://campaign.pchome.com.tw/2004/newpchome', 'newpchome', 'directories=no,location=no,toolbar=no,scrollbars=YES,height=520,width=800');

}
//document.write('．<a name="makeHome" href="javascript:setHomePage(this.makeHome);" onMouseOver="window.status=\'將您的首頁設定成 http://www.pchome.com.tw/  \'; return true;" onMouseOut="window.status=\'\'; return true;">設<span style="font-family:arial">PChome為首頁</span></a>');
document.write('．<a href="http://4c.pchome.com.tw">廣告刊登</a>');
document.write('．<a href="http://event.pchome.com.tw/profile/authorized/">授權服務</a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/copyright.html">隱私權聲明</a>  ');
document.write('．<a href="http://www.cpc.gov.tw" target="_blank">消費者保護</a> ');
document.write('．<a href="http://member.pchome.com.tw/child.html">兒童網路安全</a> ');
document.write('．<a href="http://event.pchome.com.tw/ipo/">關於PChome</a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/jobs.htm">徵人</a> <br> ');
document.write(' 網路家庭版權所有、轉載必究  Copyright&copy; ');
document.write(' PChome Online ');

