// soilmec
function drillmec(){
	$("body#doc_54 #ico_utility").remove();
}

$(document).ready(function(){
	drillmec();
});
