function AbreWinPHP(nom,tam)
	{
	if(tam==1)
		{
		ventana=window.open(nom,"ventana","width=400,height=500,noresize");
		}
	else if(tam==2)
		{
		ventana1=window.open(nom,"ventana1","width=450,height=430,noresize");
		}
}



// este codigo es para rotar banners

var currentdate = 0;
var core = 0;

function initArray() {

this.length = initArray.arguments.length;
  for (var i = 0; i < this.length; i++) {
  this[i] = initArray.arguments[i];
  }
}

link = new initArray(
"../../../spanish/Servicios/ServiciosRedes/ServiciosParaServidores.html",
"../../../spanish/Servicios/ServiciosRedes/ServiciosParaServidores.html",
"../../../spanish/Servicios/ServiciosRedes/ServiciosParaServidores.html",
"../../../spanish/Servicios/ServiciosRedes/ServiciosParaServidores.html",
"../../../spanish/Servicios/ServiciosRedes/ServiciosParaServidores.html",
"../../../spanish/Servicios/ServiciosInternet",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosInternet",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosInternet",
"../../../spanish/Servicios/ServiciosInternet",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosInternet",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosRedes",
"../../../spanish/Servicios/ServiciosInternet",
"../../../spanish/Servicios/ServiciosComputadoras",
"../../../spanish/Servicios/ServiciosRedes/ConsolidacionDeServidores.html",
"../../../spanish/Servicios/ServiciosRedes/SoporteDeServidores.html",
"../../../spanish/Servicios/ServiciosComputadoras"
);

image = new initArray(
"../../../spanish/imagenes/Banner_ServiciosParaServidores1.gif",
"../../../spanish/imagenes/Banner_ServiciosParaServidores2.gif",
"../../../spanish/imagenes/Banner_ServiciosParaServidores3.gif",
"../../../spanish/imagenes/Banner_ServiciosParaServidores4.gif",
"../../../spanish/imagenes/Banner_ServiciosParaServidores5.gif",
"../../../spanish/imagenes/Banner_DesarrolloWeb.gif",
"../../../spanish/imagenes/Banner_ActualizaciondeComputadoras2.gif",
"../../../spanish/imagenes/Banner_Inicio.gif",
"../../../spanish/imagenes/Banner_ServiciosDeComputadoras2.gif",
"../../../spanish/imagenes/Banner_ActualizaciondeComputadoras.gif",
"../../../spanish/imagenes/Banner_ServiciosInternet2.gif",
"../../../spanish/imagenes/Banner_ServiciosInternet.gif",
"../../../spanish/imagenes/Banner_MantenimientodeComputadoras2.gif",
"../../../spanish/imagenes/Banner_ServiciosInternet3.gif",
"../../../spanish/imagenes/Banner_ServiciosDeComputadoras.gif",
"../../../spanish/imagenes/Banner_MantenimientodeComputadoras.gif",
"../../../spanish/imagenes/Banner_ServiciosdeRed.gif",
"../../../spanish/imagenes/Banner_ServiciosHosting.gif",
"../../../spanish/imagenes/Banner_ServiciosdeComputadoras3.gif",
"../../../spanish/imagenes/Banner_ConsolidacionDeServidores.gif",
"../../../spanish/imagenes/Banner_SoporteDeServidores.gif",
"../../../spanish/imagenes/Banner_MantenimientodeComputadoras3.gif"
);

text = new initArray(
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí",
"Clic aquí"
);

var currentdate = new Date();
var core = currentdate.getSeconds() % image.length;
var ranlink  = link[core];
var ranimage = image[core];
var rantext  = text[core];

document.write('<center><a href=\"' +ranlink+ '\"><img src=\"'+ranimage+'\" border="0" alt=\"'+rantext+'\"></a></center>');

// este codigo es para rotar banners

