// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

function im_service_select_change(item, object_id)
{
	if (item == 7 || item == 10) {
		document.getElementById(object_id).style.display = '';
		
	} else {
		document.getElementById(object_id).style.display = 'none';
	}
}
