<!DOCTYPE HTML SYSTEM "-//Macromedia//DWExtension layout-engine 5.0//dialog">
<html xmlns:MMString="http://www.macromedia.com/schemes/data/string/">
<head>
<title><MMString:LoadString id="insertbar/imagePlaceholder" /></title>
<SCRIPT SRC="../../Shared/MM/Scripts/CMN/UI.js"></SCRIPT>
<SCRIPT SRC="../../Shared/MM/Scripts/flashObjects.js"></SCRIPT>
<SCRIPT SRC="Image Placeholder.js"></SCRIPT>
<script language="javascript" src="../../Shared/MM/Scripts/CMN/displayHelp.js"></script>
<SCRIPT>
// Copyright 2001-2007 Adobe Systems Incorporated.  All rights reserved.
</SCRIPT>
<link href="../../fields.css" rel="stylesheet" type="text/css">
</head>

<body onLoad="initializeUI()">
<form name="theForm">
  <table border="0" cellspacing="4">
    <tr> 
      <td><div align="right"><MMString:loadString id="Objects/Common/Image_Placeholder/text/Name" /></div></td>
      <td><input name="nameField" type="text" class="medTField"  onBlur="updateUI('nameField')"></td>
    </tr>
    <tr> 
      <td height="25"> <div align="right"><MMString:loadString id="Objects/Common/Image_Placeholder/text/Width" /></div></td>
      <td height="25" nowrap> <input name="widthField" type="text" class="xsmallTField" onBlur='updateUI("widthField")' value="32" maxlength="3"> 
        <img src="../../Shared/MM/Images/transparent.gif" width="13" height="1"><MMString:loadString id="Objects/Common/Image_Placeholder/text/Height" /> 
        <input name="heightField" type="text" class="xsmallTField" onBlur='updateUI("heightField")' value="32" maxlength="3"></td>
    </tr>
    <tr> 
      <td><div align="right"><MMString:loadString id="Objects/Common/Image_Placeholder/text/Color" /></div></td>
      <td> <input type="mmcolorbutton" name="colorPicker" value="" onChange='updateUI("colorPicker")'> 
        <input type="text" name="colorField" style="width:100px;font-size:10px" value="" maxlength="7" onBlur='updateUI("colorField")'> 
      </td>
    </tr>
    <tr>
      <td align="right" nowrap><MMString:loadString id="Objects/Common/Image_Placeholder/text/Alternate" /></td>
      <td><input name="altField" type="text" class="medTField" value=""></td>
    </tr>
  </table>
</form>
</body>
</html>
