<select name="select" >
<option value="0">Select any one</option>
<option value="hide">Trainee</option>
<option value="show">Product</option>
</select>
<td><input name="designation" type="text" id="designation" /></td>
<td><input name="organization" type="text" id="organization" /></td>
please help me how to hide both text box after select Trainee value from listmenubox
and after select Product both textbox show
please help how to hide and show after select value from listmenu box, textbox hide and when i select another value then it show
please help me as possible as