function disableOptions(C){var B=document.getElementById(C);for(var A=B.options.length-1;A>=0;A--){locationLabel=B.options[A].text;locationValue=B.options[A].value;if(locationValue==null||locationValue==""){B.options[A].style.color="gray";}}}function checkIfSelectable(C){var A=document.getElementById(C).options.selectedIndex;
var B=document.getElementById(C).options[A].style.color;if(B=="gray"){document.getElementById(C).options.selectedIndex=0;}}disableOptions("type");disableOptions("industryId");
