Input Box with exchange effect
HTML
<form name="drop_list" action="yourpage.php" method="POST" >
<select id="SubCat" NAME="SubCat" MULTIPLE size=6 width=30px>
</select><br><br>
<input type=button onClick="removeOptions(SubCat)"; value='Remove Selected'>
<input type=button onClick="removeAllOptions(SubCat)"; value='Remove All'>
<input type=button onClick="addOption_list()"; value='Add All'>
</form>