document.write("");
function mst_ddDlg(ncity)
{
   var address = "";
   if(ncity == 10)
      address = "#";
   else if(ncity == 20)
      address = "#";
   else if(ncity == 30)
      address = "#";
   else if(ncity == 40)
      address = "robinchen69@hotmail.com";
   else
      address = "robinchen69@hotmail.com";
      
   try
   {
      MsgrObj.codetype="application/x-oleobject";
      MsgrObj.classid="clsid:B69003B3-C55E-4B48-836C-BC5946FC3B28";
   }
   catch(e)
   {
      alert("Please add " + address + "\n,Inquiry now!");
      return;
   } 

   if(MsgrObj.MyStatus == 1)
   {
      alert('Your MSN is not online£¬please login now!');
   }
   else if(MsgrObj.MyStatus == 2 || MsgrObj.MyStatus == 10 || MsgrObj.MyStatus == 14 || MsgrObj.MyStatus == 34 || MsgrObj.MyStatus == 50 || MsgrObj.MyStatus == 66 || MsgrObj.MyStatus == 6)
   {
      MsgrObj.InstantMessage(address);
   }
   else if (MsgrObj.MyStatus == 512 || MsgrObj.MyStatus == 768)
   {
      alert('Your MSN is login now£¬please waiting...');
   }
   else 
   {
      alert("Please add " + address + "\n,Inquiry now!");
   }
}



