127 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			127 lines
		
	
	
		
			4.9 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<HTML>
 | 
						|
<HEAD>
 | 
						|
   <TITLE>JD Soft.</TITLE>
 | 
						|
</HEAD>
 | 
						|
<SCRIPT LANGUAJE="JavaScript">
 | 
						|
<!-- Hidden to old browsers
 | 
						|
var rightVersion=false;
 | 
						|
//-->
 | 
						|
</SCRIPT>
 | 
						|
<SCRIPT LANGUAJE="JavaScript 1.1">
 | 
						|
<!-- Hidden again
 | 
						|
rightVersion = true;
 | 
						|
var objectnumber = 0;
 | 
						|
var pictures = new Array();
 | 
						|
//var JDimage = new Image();
 | 
						|
	//-->
 | 
						|
</SCRIPT>
 | 
						|
<SCRIPT LANGUAJE="JavaScript">
 | 
						|
<!--  Last 'hidding'
 | 
						|
    /****************************************************************************************/
 | 
						|
    /*       Coded by Ruben Franco Molina.            rufm@hotmail.com                      */
 | 
						|
    /*       Collado Villalba  (Spain)                   August 1997                        */
 | 
						|
 | 
						|
    /* Retocado por José David Guillén		http://www.arrakis.es/~infomundo/JD	    */
 | 
						|
    /****************************************************************************************/
 | 
						|
 | 
						|
//function JDimagePreload( image ){ JDimage.src = image; }
 | 
						|
 | 
						|
function imagesPreload(name,image1,image2/*, JDimage*/)   {
 | 
						|
   if (rightVersion)   {
 | 
						|
	pictures[objectnumber]= new Array();
 | 
						|
	pictures[objectnumber][0] = name;
 | 
						|
	pictures[objectnumber][1] = new Image();
 | 
						|
	pictures[objectnumber][1].src = image1;
 | 
						|
	pictures[objectnumber][2] = new Image();
 | 
						|
	pictures[objectnumber][2].src = image2;
 | 
						|
//	pictures[objectnumber][3] = new Image();
 | 
						|
//	pictures[objectnumber][3].src = JDimage;
 | 
						|
	objectnumber++;
 | 
						|
   }
 | 
						|
}
 | 
						|
 | 
						|
function off ()   {
 | 
						|
	if (rightVersion)  {
 | 
						|
	   for (i=0; i<objectnumber; i++)
 | 
						|
		document.images[pictures[i][0]].src = pictures[i][1].src;
 | 
						|
        /*  Añadido por mi, para que cambie mi foto a la vez que el menú */
 | 
						|
//        document.images["JD"].src = JDimage.src; 
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
function on (name)   {
 | 
						|
	if (rightVersion)  {
 | 
						|
	   for(i=0; i<objectnumber; i++)   {
 | 
						|
		if (pictures[i][0] == name)
 | 
						|
                {  
 | 
						|
		   document.images[pictures[i][0]].src=pictures[i][2].src;
 | 
						|
                   /* Añadido por mi, para que cambie mi foto a la vez que el menú */
 | 
						|
//		   document.images["JD"].src=pictures[i][3].src;
 | 
						|
                }/* else {
 | 
						|
                   document.images[pictures[i][0]].src=pictures[i][1].src;
 | 
						|
                }*/
 | 
						|
	   }
 | 
						|
	}
 | 
						|
}
 | 
						|
 | 
						|
imagesPreload("HomePage",        "images/home0000.gif",     "images/home.gif",    "images/home0001.gif");
 | 
						|
imagesPreload("Proyectos",       "images/proyect0000.gif",  "images/proyect.gif", "images/proyect0001.gif");
 | 
						|
imagesPreload("Ocurrencias",     "images/ocurr0000.gif",    "images/ocurr.gif",   "images/ocurr0001.gif");
 | 
						|
imagesPreload("Software Gratis", "images/soft0000.gif",     "images/soft.gif",    "images/soft0001.gif");
 | 
						|
imagesPreload("Mis Amigos",      "images/amigos0000.gif",   "images/amigos.gif",  "images/amigos0001.gif");
 | 
						|
imagesPreload("Links",           "images/links0000.gif",    "images/links.gif",   "images/links0001.gif");
 | 
						|
//JDimagePreload( "images/JDgif.gif" );
 | 
						|
//-->
 | 
						|
</SCRIPT>
 | 
						|
 | 
						|
<body bgcolor=#FFFFFF BACKGROUND="images/fmenu.gif"> 
 | 
						|
 | 
						|
<TABLE COLS=1 WIDTH="100%" >
 | 
						|
<TR>
 | 
						|
<TD>
 | 
						|
<CENTER><IMG SRC="images/JDgif.gif" name="JD" HEIGHT=100 WIDTH=59></CENTER>
 | 
						|
</TD>
 | 
						|
</TR>
 | 
						|
 | 
						|
<TR>
 | 
						|
<TD>
 | 
						|
<BR>
 | 
						|
<a href="JDhome.htm" target="Mi Pagina" onMouseover="on('HomePage');" onMouseOut="off();"> <IMG SRC="images/home0000.gif"    name="HomePage" border=0 HEIGHT=22 WIDTH=140></a><br><BR>
 | 
						|
<a href="JDproy.htm" target="Mi Pagina" onMouseover="on('Proyectos');" onMouseOut="off();"> <IMG SRC="images/proyect0000.gif" name="Proyectos" border=0 HEIGHT=22 WIDTH=140></a><br>
 | 
						|
<a href="JDocurr.htm" target="Mi Pagina" onMouseover="on('Ocurrencias');" onMouseOut="off();"> <IMG SRC="images/ocurr0000.gif"   name="Ocurrencias" border=0 HEIGHT=22 WIDTH=140></a><br>
 | 
						|
<a href="JDsoft.htm" target="Mi Pagina" onMouseover="on('Software Gratis');" onMouseOut="off();"> <IMG SRC="images/soft0000.gif"   name="Software Gratis" border=0 HEIGHT=22 WIDTH=140></a><br>
 | 
						|
<a href="JDamigos.htm" target="Mi Pagina" onMouseover="on('Mis Amigos');" onMouseOut="off();">  <IMG SRC="images/amigos0000.gif" name="Mis Amigos" border=0 HEIGHT=22 WIDTH=140></a><br><BR>
 | 
						|
<a href="http://www.arrakis.es/~infomundo/sites.html" target="Mi Pagina" onMouseover="on('Links');" onMouseOut="off();"><IMG SRC="images/links0000.gif"   name="Links" border=0 HEIGHT=22 WIDTH=140></a><br>
 | 
						|
<!--
 | 
						|
<a href="JDlinks.htm" target="Mi Pagina" onMouseover="document['Links'].src='images/links.gif';" onMouseOut="document['Links'].src='images/links0000.gif';"><IMG SRC="images/links0000.gif"   name="Links" border=0 HEIGHT=22 WIDTH=140></a><br>
 | 
						|
-->
 | 
						|
</TD>
 | 
						|
</TR>
 | 
						|
 | 
						|
<TR>
 | 
						|
 | 
						|
<TD>
 | 
						|
<CENTER>
 | 
						|
<FONT COLOR="#000000">Gente que ha desperdiciado su tiempo: 
 | 
						|
<IMG SRC="/cgi-bin/Count.cgi?dd=B|df=JDmenu.dat" WIDTH=102 HEIGHT=32>
 | 
						|
<BR>desde el 11/07/97</FONT><BR>
 | 
						|
 | 
						|
<APPLET WIDTH="100" HEIGHT="20" CODEBASE="applets/" CODE="DigitalClock.class" >
 | 
						|
<PARAM NAME="barsize" VALUE="6">
 | 
						|
<PARAM NAME="barwidth" VALUE="1">
 | 
						|
<PARAM NAME="barspace" VALUE="1">
 | 
						|
<PARAM NAME="bulletsize" VALUE="2">
 | 
						|
<PARAM NAME="between" VALUE="3">
 | 
						|
<PARAM NAME="bordersize" VALUE="1">
 | 
						|
<PARAM NAME="text" VALUE="ffffff">
 | 
						|
<PARAM NAME="bgcolor" VALUE="000077">
 | 
						|
<PARAM NAME="bordercolor" VALUE="ffffff">
 | 
						|
</APPLET>
 | 
						|
</CENTER>
 | 
						|
</TD>
 | 
						|
</TR>
 | 
						|
</TABLE>
 | 
						|
 | 
						|
</BODY>
 | 
						|
</HTML>
 |