<!-- MENU-LOCATION=NONE --> 
<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">

<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
  <head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
    <title><MMString:loadString id="Commands/CreateNewCFCFunction/title" /></title>
    <script src="CreateNewCFCFunction.js"></script>
  </head>

  <body onload="initializeUI()">
    <form name="theForm">
      <table border="0">
        <tr>
          <td nowrap align="right"><MMString:loadString id="commands/CreateNewCFCFunction/new_function_name" /></td>
          <td><input type="text" style="width:150px" name="newFuctionName"></td>
        <tr>      
      </table>
    </form>
  </body>
  
</html>
