// 5010-jr_personal.js - Funciones de JavaScript para www.begues.net - Copyright (c) 2006-2008 by Juan Rodríguez & Begues Internet, s.l.

function cambiarfoto(imgsrc) { document.getElementById("fotojr").src=imgsrc; }

// SCROLL PERSONAL
function PagPersonal() {
SPAhora=600; SPStop=80; document.getElementById("Cuerpo").style.top=SPAhora+"px"; 
ScrollPersonal()}

function ScrollPersonal() {
if (SPAhora > SPStop) 
  {document.getElementById("Cuerpo").style.top=SPAhora+"px"; 
   document.getElementById("Cuerpo").style.visibility="visible"; 
   SPAhora=SPAhora-4; setTimeout("ScrollPersonal()",10)} 
  else document.getElementById("UnMomento").style.visibility="hidden" }
