function other_services(item) {
	if(item.value != "") {
		window.location = item.value;
	}
}