function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>

<script language="JavaScript" type="text/JavaScript">
<!--

function DoInstantMessage(person,screen){
	try{
		if(confirm("您要在您的聯絡人清單加入 "+screen)==true)MsgrObj.AddContact(0,person);
		if(confirm("您要傳送立即訊息給 "+screen)==true)MsgrObj.InstantMessage(person);
	}catch(e){
		alert("在開啟MSN Messenger 時發生錯誤! 請確認您有安裝 MSN Messenger 並且已經登入。\n\nError Code: "+e.number);
	}
}
