
$(document).ready(function(){$("#destinationcpath").change(function(){var name=$("input#name").val();document.categoriesform.submit();});$("#destinationcpath").selectmenu({style:'dropdown',width:130,menuWidth:130,handleWidth:26});});
