<!-- 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 2003-2005 Macromedia, Inc. All rights reserved. -->
		<title><MMString:loadString id="Commands/Customize_Favorites/title" /></title>
		<script src="../Shared/Common/Scripts/dwscripts.js"></script>
		<script src="../Shared/Common/Scripts/ListControlClass.js"></script>
		<script src="Customize Favorites.js"></script>
		<script src="CustomizeFavoritesClass.js"></script>
    <SCRIPT SRC="../Shared/MM/Scripts/CMN/displayHelp.js"></SCRIPT>
		<link href="../fields.css" rel="stylesheet" type="text/css">
		<link href="../Styles/Customize_Favorites.css" rel="stylesheet" type="text/css" />
	</head>
	<body onLoad="initializeUI()">
		<form>
			<table>
				<tr>
					<td width="200"><MMString:loadString id="Commands/Customize_Favorites/text/Available" /></td>
					<td width="35">&nbsp;</td>
					<td width="115"><MMString:loadString id="Commands/Customize_Favorites/text/Favorite" /></td>
					<td width="83" nowrap><div align="right">
							<input type="image" src="../Shared/MM/Images/delete20.gif" name="deleteButton"  onclick="updateUI('deleteButton');" MMString:alt="Commands/Customize_Favorites/image/alt/Remove">
							<img src="../Shared/MM/Images/spacer.gif" name="spacer" width="1" height="1" alt="">
							<input type="image" src="../Shared/MM/Images/btnDown.gif" MMString:alt="Commands/Customize_Favorites/image/alt/Move" name="downButton"  id="downButton" onclick="updateUI('downButton');">
							<input type="image" src="../Shared/MM/Images/btnUp.gif" MMString:alt="Commands/Customize_Favorites/image/alt/Move_1" name="upButton"  id="upButton" onclick="updateUI('upButton');"></div>
					</td>
				</tr>
				<tr>
					<td>
						<select name="availableCategories"  class="cls_CustomizeFavorites_select_availableCategories" onchange="updateUI('availableCategories')">
						</select>
						<select name="availableObjects" size="10" class="cls_CustomizeFavorites_select_availableObjects" onchange="updateUI('availableObjects')" ondblclick="updateUI('availableObjectsDoubleClick');">
						</select>
					</td>
					<td><input type="submit" name="addButton" value="&gt;&gt;" alt="testing 123" onclick="updateUI('addButton');">
						<!-- 
						<br>
						<input type="submit" name="deleteButton" value="&lt;&lt;" onClick="updateUI('deleteButton');">
						-->
					</td>
					<td colspan="2">
						<select name="favoriteObjects" size="12" class="cls_CustomizeFavorites_select_favoriteObjects" ondblclick="updateUI('favoriteObjectsDoubleClick');">
						</select></td>
				</tr>
				<tr>
					<td><!-- <input type="submit" name="GetAvailableSelected" value="Get Selected" onClick="updateUI('getAvailableSelected');"> -->
					</td>
					<td>&nbsp;</td>
					<td colspan="2"><!-- <input type="submit" name="GetFavoriteSelected" value="Get Selected" onClick="updateUI('getFavoriteSelected');"> -->
						<input type="submit" name="AddSeparator" MMString:value="Commands/Customize_Favorites/submit/AddSeparator/Add" onClick="updateUI('addSeparator');"></td>
				</tr>
			</table>
		</form>
	</body>
</html>
