<!-- MENU-LOCATION=NONE -->
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<html>
<head>
<!-- Copyright 2001, 2002, 2003 Macromedia, Inc. All rights reserved. -->
<title><MMString:LoadString id="insertbar/textAbbr" /></title>
<!-- Remove the following SCRIPT tag if you are modifying this file for your own use. -->
<script language="javascript" src="../../Shared/MM/Scripts/CMN/displayHelp.js"></script>
<!-- End removal area. -->
<script language="javascript" src="Abbr.js"></script>
<script language="JavaScript">
// ------------------ LOCALIZEABLE GLOBAL VARIABLES -------------------- //

var MSG_NEED_FULL_TEXT = "Please enter the full text for the abbreviation.";

// ------------------------ END LOCALIZEABLE --------------------------- //

</script>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initUI()">
<form name="theForm">
  <table cellpadding="2" cellspacing="3">
  <tr>
  <td align="right" nowrap valign="baseline"><label for="fullText">Full text:</label></td><td valign="baseline" nowrap><input name="fullText" type="text" class="largeTField"></td>
  </tr>
  <tr>
  <td align="right" nowrap valign="baseline"><label for="langAtt">Language:</label></td><td valign="baseline" nowrap><input name="langAtt" type="text" class="xsmallTField"></td>
  </tr>
  </table>
</form>
</body>
</html>
