<!-- MENU-LOCATION=NONE -->
<!-- Copyright 2001, 2002, 2003, 2004, 2005 Macromedia, Inc. All rights reserved. -->

<!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="Commands/Design_Time_Style_Sheets/title" /></title>
<script src="../Shared/Common/Scripts/ListControlClass.js"></script>
<script src="Design Time Style Sheets.js"></script>
<!-- Remove the following SCRIPT tag if you are modifying this file for your own use. -->
<script src="../Shared/MM/Scripts/CMN/displayHelp.js"></script>
<!-- End removal area. -->
<SCRIPT LANGUAGE="javascript">
//--------------- LOCALIZEABLE GLOBALS---------------

var MSG_ALREADY_THERE = dw.loadString('Commands/Design_Time_Style_Sheets/MSG_ALREADY_THERE');

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

</SCRIPT>
<link href="../fields.css" rel="stylesheet" type="text/css">
</HEAD>
<BODY onLoad="initUI()">
<form name="form1" >
  
  
<table border="0" cellspacing="4" cellpadding="0">
    
<tr>
<td valign="top" nowrap>&nbsp;</td>
<td nowrap><INPUT TYPE="image" onClick="addSS(LIST_INCLUDED);focus(this)" SRC="../Shared/MM/Images/btnAdd.gif" MMString:alt="Commands/Design_Time_Style_Sheets/image/alt/Add" >
&nbsp;
<INPUT TYPE="image"
                   onClick="removeSS(LIST_INCLUDED);focus(this)" SRC="../Shared/MM/Images/btnDel.gif" MMString:alt="Commands/Design_Time_Style_Sheets/image/alt/Remove" >
 </td>
</tr>
<tr>
			
<td valign="top" nowrap align="right"><MMString:loadString id="Commands/Design_Time_Style_Sheets/text/Show" /></td>
<td nowrap>
        <select name="included" size="4" class="multiWordOptionList">
        </select>
      </td>
</tr>
    
<tr>
<td valign="top" colspan="2" height="5"><img src="../Shared/MM/Images/transparent.gif" width="1" height="5"></td>
</tr>

<tr>
<td valign="top" nowrap>&nbsp;</td>
<td nowrap><INPUT TYPE="image" onClick="addSS(LIST_EXCLUDED);focus(this)" SRC="../Shared/MM/Images/btnAdd.gif" MMString:alt="Commands/Design_Time_Style_Sheets/image/alt/Add" >
 &nbsp;
<INPUT TYPE="image"
                   onClick="removeSS(LIST_EXCLUDED);focus(this)" SRC="../Shared/MM/Images/btnDel.gif" MMString:alt="Commands/Design_Time_Style_Sheets/image/alt/Remove" ></td>
</tr>
<tr>
      
<td valign="top" nowrap align="right"><MMString:loadString id="Commands/Design_Time_Style_Sheets/text/Hide" /></td>
<td nowrap>
        <select name="excluded" size="4" class="multiWordOptionList">
        </select>
      </td>
</tr>
  
</table>
</form>
</BODY>
</HTML>