$(document).ready(function(){$("#cf_field_6").change(function(){$("#cf_field_6 option:selected").each(function(){(this.value=="Other Applications")?$("#cf_field_7").parent().show():$("#cf_field_7").parent().hide();});}).change();});
$(document).ready(function(){$("#cf2_field_6").change(function(){$("#cf2_field_6 option:selected").each(function(){(this.value=="Other Applications")?$("#cf2_field_7").parent().show():$("#cf2_field_7").parent().hide();});}).change();});