function openExtLink(theURL) 
{  
  window.open(theURL,"newWin","toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=700");
}
