/* GZIP on the fly by Raccoon Framework http://www.wt.com.mx/ */ var showStage = function(ID) { $$('div.estado').each(function(elemento){ elemento.style.display = "none"; }); $(ID).style.display = "block"; }