
var ztop = 5;

function cascada(id)
{
   ztop++;
   document.getElementById(id).style.zIndex = ztop;
}
