First commit 18/08/2000
This commit is contained in:
96
diseno.htm
Normal file
96
diseno.htm
Normal file
@ -0,0 +1,96 @@
|
||||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<meta name="description"
|
||||
|
||||
content="Venta, reparaci<63>n y mantenimiento de equipos. Instalacion y asesoramiento a empresas. Redes/Servidores/Consumibles, Cybercentros, Aplicaciones a medida, Dise<73>o de p<>ginas Web">
|
||||
|
||||
<meta name="keywords"
|
||||
|
||||
content="venta,reparacion,instalacion,mantenimiento,dise<73>o,academias,programacion,cybercentros">
|
||||
|
||||
<title>Dise<EFBFBD>o-O-Progamaci<63>n</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="addons/idj.css"
|
||||
|
||||
body="addons/idj.css">
|
||||
|
||||
<link href="http://www.infdj.com/images/infdj.ico"
|
||||
|
||||
rel="SHORTCUT ICON">
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
||||
<body background="images/webIDJ-f0.gif" bgcolor="#0D5AB9"
|
||||
|
||||
text="#000000" link="#FFFF00" vlink="#FFFF00" topmargin="0"
|
||||
|
||||
leftmargin="0" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">
|
||||
|
||||
<script language="JavaScript"><!--
|
||||
|
||||
var objectnumber = 0;
|
||||
|
||||
var pictures = new Array();
|
||||
|
||||
|
||||
|
||||
function imagesPreload(name,image )
|
||||
|
||||
{
|
||||
|
||||
pictures[objectnumber]= new Array();
|
||||
|
||||
pictures[objectnumber][0] = name;
|
||||
|
||||
pictures[objectnumber][1] = new Image();
|
||||
|
||||
pictures[objectnumber][1].src = image;
|
||||
|
||||
|
||||
|
||||
objectnumber++;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
function ShowImage( name )
|
||||
|
||||
{
|
||||
|
||||
for (i=0; i<objectnumber; i++)
|
||||
|
||||
if ( pictures[i][0] == name )
|
||||
|
||||
document.images['IInfo'].src=pictures[i][1].src;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
imagesPreload("none", "images/circuloElige.gif");
|
||||
|
||||
imagesPreload("web", "images/circuloWebInf.gif");
|
||||
|
||||
imagesPreload("app", "images/circuloAppInf.gif");
|
||||
|
||||
|
||||
|
||||
// --></script><div align="center"><center>
|
||||
|
||||
|
||||
|
||||
<table border="0" cellpadding="0" cellspacing="0">
|
||||
|
||||
<tr>
|
||||
|
||||
<td valign="top" width="185"><a href="dweb.htm"><img
|
||||
|
||||
src="images/circuloWeb.gif" border="0" width="185"
|
||||
|
Reference in New Issue
Block a user