function moreinfo($id) {
	$('#div'+$id).removeClass();
//
//		var country=$(this).val();
//		$.post('/application/views/officetelephony/ajax/ajax.php?action=city&country='+country, function(d) {
//			$('#city').html(d);
//			$('#code').html('');
//		}
//		)
//	});
//	
//	
}
