function openExtLink(theURL) 
{
  window.open(theURL,"newWin","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700");
}

function openFlashPhoneSuite(theURL) 
{  
  window.open(theURL,"newWin","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=553,height=330");
}

function openFlashMobileDeviceManager(theURL) 
{  
  window.open(theURL,"newWin","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=820,height=620");
}

function openIntegratedMessaging(theURL) 
{  
  window.open(theURL,"newWin","toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=600,height=320");
}