/* Fichero java.js */

    <!-- ©2004-2006 Javier Bedoya -->




<!-- declaración de las funciones que permitirán abrir una ventana 'popup' ajustada al contenido y centrada en la pantalla -->


        function fnSlide_Profile_Javier(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/javier_bedoya_2008.jpg";
            v=open(img.src,"","width="+(600+20)+",height="+(450+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-620/2,screen.height/2-475/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Jorge(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/jorge_sergio_2004.jpg";
            v=open(img.src,"","width="+(717+20)+",height="+(474+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-737/2,screen.height/2-499/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Manuel(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/manuel_lemos_2004.jpg";
            v=open(img.src,"","width="+(448+20)+",height="+(336+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-468/2,screen.height/2-361/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Roberto(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/roberto_vales_2005.jpg";
            v=open(img.src,"","width="+(692+20)+",height="+(519+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-712/2,screen.height/2-544/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Javier_eng(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/javier_bedoya_2005.jpg";
            v=open(img.src,"","width="+(606+20)+",height="+(532+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-626/2,screen.height/2-557/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Jorge_eng(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/jorge_sergio_2004.jpg";
            v=open(img.src,"","width="+(717+20)+",height="+(474+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-737/2,screen.height/2-499/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Manuel_eng(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/manuel_lemos_2004.jpg";
            v=open(img.src,"","width="+(448+20)+",height="+(336+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-468/2,screen.height/2-361/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }
        function fnSlide_Profile_Roberto_eng(){
            var alto=0; var ancho=0; var img=new Image; 
            img.src="../../pix/roberto_vales_2005.jpg";
            v=open(img.src,"","width="+(692+20)+",height="+(519+25)+",scrollbars=no,toolbar=no,menubar=no,resizable=no");
            v.moveTo(screen.width/2-712/2,screen.height/2-544/2);
            top.main.location="javascript:history.back(1)";	<!-- reposiciona la página principal después de abrir el popup -->
        }




/* Fin del fichero java.js */

