var loop = 0; var bump = 0; var bumpheight = 100; var bumpnumbers = 1; var init = 0; var status_splash = 0; var splash_tab_size = 23; var alias = 'jeyder'; var bgcolor = 'DE00B7'; var txtcolor = 'FFFFFF'; var txtpubli = '000000'; var color = 'morado'; var borde = 'bb0084'; var listado_forced = '2'; var height = 600; //if(window.innerHeight>0) height = window.innerHeight; //else if(document.body.clientHeight>0) height = document.body.clientHeight; //else if(document.documentElement.clientHeight>0) height = document.documentElement.clientHeight; var width = 800; if(window.innerWidth>0) width = window.innerWidth; else if(document.body.clientWidth>0) width = document.body.clientWidth; else if(document.documentElement.clientWidth>0) width = document.documentElement.clientWidth; function tab_click(status_splash) { if(status_splash==0) { document.getElementById('tab').innerHTML='CERRAR'; loop = 0; bump = 0; splash_down(splash_tab_size,'click'); return 1; } else { reset_splash(); document.getElementById('tab').innerHTML='ABRIR'; return 0; } } function reset_splash() { document.getElementById('splash').style.top=-height + 'px'; } function hide_splash() { document.getElementById('splash').style.display='none'; } function init_splash() { splash_down(splash_tab_size, 'auto'); document.getElementById('tab').innerHTML='CERRAR'; status_splash=1; } function splash_down(cnt, type) { var newcnt; if(type=='auto' && init==1) return false; if(loop<=bumpnumbers && bump==0 && cnt<=height) { newcnt = cnt*(1+(0.03/(1+(loop*4)))); if(newcnt>=height) newcnt=height; if(newcnt==height) { bump = 1; loop = loop + 1; } setTimeout("splash_down(" + newcnt + ", 'loop')",10); } else if(loop<=bumpnumbers && bump==1 && cnt>(height-(bumpheight/loop))) { newcnt = cnt*(1-(0.005)); if(newcnt<=(height-(bumpheight/loop))) bump = 0; setTimeout("splash_down(" + newcnt + ", 'loop')",10); } document.getElementById('splash').style.top = -height + cnt; init = 1; } document.write('
'); document.write('
'); document.write('
'); document.write('

PUBLICIDAD

'); document.write(''); document.write('
RecursoWeb.com
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
CERRAR
'); document.write('
'); document.write('
'); setTimeout("init_splash()",3000);