<!-- 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="../Shared/Common/Scripts/dwscripts.js"></SCRIPT>
<SCRIPT SRC="../Shared/Common/Scripts/dwscriptsServer.js"></SCRIPT>
<SCRIPT SRC="../Shared/Common/Scripts/dwscriptsExtData.js"></SCRIPT>
<SCRIPT SRC="../Shared/MM/Scripts/CMN/string.js"></SCRIPT>

<SCRIPT SRC="../Shared/Controls/Scripts/TextField.js"></SCRIPT>
<script src="ServerBeh-CFC-common.js"></script>
<SCRIPT src="CreateNewCFCRecordset.js"></SCRIPT>
  </head>

  <body onload="initializeUI()">
    <form name="theForm">
      <table border="0" cellpadding="2">
        <tr valign="baseline">
          <td align="right" nowrap><MMString:loadString id="commands/CreateNewCFCFunction/label/name" /></td>
          <td nowrap><input name="theName" type="text" id="theName" style="width:150px"></td>
        </tr>      
        <tr valign="baseline">
          <td align="right" nowrap><p><MMString:loadString id="commands/CreateNewCFCFunction/label/componentDirectory" /></p>
          </td>
          <td nowrap><input name="theDirectory" type="text" id="theDirectory" style="width:150px" onBlur="checkFolder()">&nbsp;&nbsp;<input name="theBrowse" type="button" id="theBrowse" MMString:value="attrListCtrl/BrowseFolderStr" onClick="clickedBrowse()"></td>
        </tr>
      </table>
    </form>
  </body>
  
</html>
