207 lines
		
	
	
		
			7.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			207 lines
		
	
	
		
			7.5 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
<meta http-equiv="Content-Type"
 | 
						|
content="text/html; charset=iso-8859-1">
 | 
						|
<title> JD Soft.1990-1998 (c)</title>
 | 
						|
<link rel="stylesheet" type="text/css" href="class.css">
 | 
						|
</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();
 | 
						|
  //-->
 | 
						|
</script>
 | 
						|
<script type="text/javascript" languaje="JavaScript">
 | 
						|
  <!--  Last 'hidding'
 | 
						|
    /****************************************************************************************/
 | 
						|
    /* José David Guillén		http://www.arrakis.es/~infomundo/JD	              */
 | 
						|
    /****************************************************************************************/
 | 
						|
 | 
						|
var FrameName = 'menu';
 | 
						|
 | 
						|
  function imagesPreload(name,image1, image2, image3, comment, seleccionado)   
 | 
						|
  {
 | 
						|
     if (rightVersion)   
 | 
						|
     {
 | 
						|
	pictures[objectnumber]= new Array();
 | 
						|
	pictures[objectnumber][0] = name;
 | 
						|
	pictures[objectnumber][1] = new Image();
 | 
						|
	pictures[objectnumber][1].src = "images/"+image1;
 | 
						|
	pictures[objectnumber][2] = new Image();
 | 
						|
	pictures[objectnumber][2].src = "images/"+image2;
 | 
						|
	pictures[objectnumber][3] = new Image();
 | 
						|
	pictures[objectnumber][3].src = "images/"+image3;
 | 
						|
	pictures[objectnumber][4] = comment;
 | 
						|
 | 
						|
        pictures[objectnumber][5] = seleccionado;
 | 
						|
	objectnumber++;
 | 
						|
     }
 | 
						|
  }
 | 
						|
 | 
						|
  function selecciona( name )
 | 
						|
  {
 | 
						|
    if (rightVersion)  
 | 
						|
	for (i=0; i<objectnumber; i++) 
 | 
						|
        {
 | 
						|
          if ( pictures[i][5] == 1)
 | 
						|
	  {
 | 
						|
            pictures[i][5] = 0;
 | 
						|
	    parent.frames[FrameName].document.images[pictures[i][0]].src=pictures[i][1].src;
 | 
						|
	  }
 | 
						|
  	  if (pictures[i][0] == name)
 | 
						|
            pictures[i][5] = 1;
 | 
						|
        }
 | 
						|
  }
 | 
						|
 | 
						|
  function off ( name )   
 | 
						|
  {
 | 
						|
     if (rightVersion)  
 | 
						|
     {
 | 
						|
	for (i=0; i<objectnumber; i++) 
 | 
						|
  	  if (pictures[i][0] == name)
 | 
						|
	  {
 | 
						|
            if ( pictures[i][5] == 1)
 | 
						|
               parent.frames[FrameName].document.images[name].src=pictures[i][3].src;
 | 
						|
            else
 | 
						|
               parent.frames[FrameName].document.images[name].src=pictures[i][1].src;
 | 
						|
          }
 | 
						|
 | 
						|
     }
 | 
						|
     window.status=" "; 
 | 
						|
 }
 | 
						|
 | 
						|
  function on ( name )   
 | 
						|
  {
 | 
						|
     if (rightVersion)  
 | 
						|
        for(i=0; i<objectnumber; i++)   
 | 
						|
	  if (pictures[i][0] == name)
 | 
						|
	  {
 | 
						|
	    if ( pictures[i][5] == 0 )  
 | 
						|
              parent.frames[FrameName].document.images[name].src=pictures[i][2].src;
 | 
						|
	    window.status=pictures[i][4]; 
 | 
						|
	    PlaySound();
 | 
						|
          }
 | 
						|
  }
 | 
						|
 | 
						|
function PlaySound()
 | 
						|
{
 | 
						|
}
 | 
						|
 | 
						|
imagesPreload("p1",    "pazul.gif", "pamar.gif", "projo.gif", "Regresar a la página principal.",             1);
 | 
						|
imagesPreload("p2",    "pazul.gif", "pamar.gif", "projo.gif", "Paginas hospedadas en este servidor.",        0);
 | 
						|
imagesPreload("p3",    "pazul.gif", "pamar.gif", "projo.gif", "Configuración de los programas más comunes.", 0);
 | 
						|
imagesPreload("p4",    "pazul.gif", "pamar.gif", "projo.gif", "Técnicas de Hacking.",                        0);
 | 
						|
imagesPreload("p5",    "pazul.gif", "pamar.gif", "projo.gif", "Cientos de Crack's.",                         0);
 | 
						|
imagesPreload("p6",    "pazul.gif", "pamar.gif", "projo.gif", "Warez. Al menos lo necesario.",               0);
 | 
						|
imagesPreload("p7",    "pazul.gif", "pamar.gif", "projo.gif", "Enlaces ( OnLine ) al mundo exterior.",       0);
 | 
						|
imagesPreload("p8",    "pazul.gif", "pamar.gif", "projo.gif", "Formas de contactar con el autor.",           0);
 | 
						|
 | 
						|
//-->
 | 
						|
</script>
 | 
						|
 | 
						|
 | 
						|
 | 
						|
<body background="images/NavMidL.gif" bgcolor="#FFFFFF" text="#9EB9E9" link="#9EB9E9" vlink="#9EB9E9" alink="#F7BF00" topmargin="10" leftmargin="0" marginwidth="0" marginheight="0">
 | 
						|
<base target="Home">
 | 
						|
 | 
						|
 | 
						|
<table border="0" width="100">
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/projo.gif" width="23" height="13"
 | 
						|
        name="p1"></strong></font><a href="home.htm"
 | 
						|
        onmouseover="on('p1')" onmouseout="off('p1')"
 | 
						|
        onclick="selecciona('p1')"><font size="2" face="Arial"><strong>Home</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p2"></strong></font><a href="paginas.htm"
 | 
						|
        onmouseover="on('p2')" onmouseout="off('p2')"
 | 
						|
        onclick="selecciona('p2')"><font size="2" face="Arial"><strong>Paginas</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p3"></strong></font><a href="cfg.htm"
 | 
						|
        onmouseover="on('p3')" onmouseout="off('p3')"
 | 
						|
        onclick="selecciona('p3')"><font size="2" face="Arial"><strong>Cfg</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td> </td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p4"></strong></font><a href="hack.htm"
 | 
						|
        onmouseover="on('p4')" onmouseout="off('p4')"
 | 
						|
        onclick="selecciona('p4')"><font size="2" face="Arial"><strong>Hack</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p5"></strong></font><a href="crack.htm"
 | 
						|
        onmouseover="on('p5')" onmouseout="off('p5')"
 | 
						|
        onclick="selecciona('p5')"><font size="2" face="Arial"><strong>Crack</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p6"></strong></font><a href="warez.htm"
 | 
						|
        onmouseover="on('p6')" onmouseout="off('p6')"
 | 
						|
        onclick="selecciona('p6')"><font size="2" face="Arial"><strong>Warez</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p10"></strong></font><a href="electro.htm"
 | 
						|
        onmouseover="on('p10')" onmouseout="off('p10')"
 | 
						|
        onclick="selecciona('p10')"><font size="2" face="Arial"><strong>C.I.</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td> </td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p7"></strong></font><a href="enlaces.htm" target="HomeSpace"
 | 
						|
        onmouseover="on('p7')" onmouseout="off('p7')"
 | 
						|
        onclick="selecciona('p7')"><font size="2" face="Arial"><strong>Enlaces</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
    <tr>
 | 
						|
        <td><font size="2" face="Arial"><strong><img
 | 
						|
        src="images/blank.gif" hspace="2" vspace="4" width="1"
 | 
						|
        height="1"><img src="images/pazul.gif" width="23" height="13"
 | 
						|
        name="p8"></strong></font><a href="contacto.htm"
 | 
						|
        onmouseover="on('p8')" onmouseout="off('p8')"
 | 
						|
        onclick="selecciona('p8')"><font size="2" face="Arial"><strong>Contacto</strong></font></a></td>
 | 
						|
    </tr>
 | 
						|
</table>
 | 
						|
 | 
						|
<p> </p>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
 | 
						|
<SCRIPT LANGUAGE="VBScript">
 | 
						|
<!--
 | 
						|
Sub PlaySound()
 | 
						|
	sndVB.Run
 | 
						|
end Sub
 | 
						|
-->
 | 
						|
</SCRIPT> |