// JavaScript Document
function MM_showHideLayers(obj) { 
	obj.remove();
}
function escondeElemento(obj) {
	$("#"+obj).remove();
}
//javascript:escondeElemento('floater');