function hide(numdiv){obj=document.getElementById('data'+numdiv);document.getElementById('divoculto').appendChild(obj);}function ver(numdiv){obj=document.getElementById('data'+numdiv);document.getElementById('divvisible').appendChild(obj);}window.onload = function () {if( ver ) 
ver('0');}