$(document).ready(function() {
	$("form select").msDropDown({showIcon:false});
	$("#attrib-20").msDropDown({showIcon:true});
})

