// 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://event.pchome.com.tw/profile/ad/ad.html" target="_top">刊登廣告</a>');
document.write('．<a href="http://event.pchome.com.tw/profile/authorized/" target="_top">授權服務</a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/copyright.html" target="_top">隱私權聲明</a>  ');
document.write('．<a href="http://www.cpc.gov.tw" target="_blank">消費者保護</a> ');
document.write('．<a href="http://member.pchome.com.tw/child.html" target="_top">兒童網路安全</a> ');
document.write('．<a href="http://event.pchome.com.tw/ipo/" target="_top">關於<span style="font-family:arial">PChome</span></a> ');
document.write('．<a href="http://event.pchome.com.tw/profile/jobs.htm" target="_top">徵才</a> <br> ');
document.write(' <font class="text">網路家庭版權所有、轉載必究 <font face="arial"> Copyright&copy; ');
document.write(' PChome Online</font></font></p> ');


