function mail()
{window.open("http://www.garaypisos.com.ar/enviar.php","","height=305,width=455,left=170,top=170");}

function Dia_de_Semana(d1,d2,d3,d4,d5,d6,d7) {
this[0]=d1;
this[1]=d2;
this[2]=d3;
this[3]=d4;
this[4]=d5;
this[5]=d6;
this[6]=d7;
	}
function Mes_del_Anio(d1,d2,d3,d4,d5,d6,d7,d8,d9,d10,d11,d12) {
this[0]=d1;
this[1]=d2;
this[2]=d3;
this[3]=d4;
this[4]=d5;
this[5]=d6;
this[6]=d7;
this[7]=d8;
this[8]=d9;
this[9]=d10;
this[10]=d11;
this[11]=d12;
	}
Semana = new Dia_de_Semana ("Domingo","Lunes","Martes","Miércoles","Jueves","Viernes","Sábado")
Mes = new Mes_del_Anio ("Enero","Febrero","Marzo","Abril","Mayo","Junio","Julio","Agosto","Septiembre","Octubre","Noviembre","Diciembre")
var today= new Date
diahoy = today.getDay()
fechahoy = today.getDate()
meshoy = today.getMonth()
anio = today.getYear()

function dia() {
document.write (Semana[diahoy]+' '+fechahoy);
document.write (' de '+Mes[meshoy]);
}
function actual() {
document.write (Mes[meshoy]+' '+anio);
}

var imagenes5=new Array()
imagenes5[0]=new Image (205,155) 
imagenes5[0].src="images/fotos/foto10a.jpg"
imagenes5[1]=new Image (205,155) 
imagenes5[1].src="images/fotos/foto10b.jpg"
imagenes5[2]=new Image (205,155) 
imagenes5[2].src="images/fotos/foto10c.jpg"
imagenes5[3]=new Image (205,155) 
imagenes5[3].src="images/fotos/foto10d.jpg"
imagenes5[4]=new Image (205,155) 
imagenes5[4].src="images/fotos/foto10e.jpg"
imagenes5[5]=new Image (205,155) 
imagenes5[5].src="images/fotos/foto10f.jpg"

cont5=0;
function presImagen5() { 
if (document.all){ 
document.getElementById('foto5').filters.blendTrans  .apply() ;
document.getElementById('foto5').src=imagenes5[cont5].src ;
document.getElementById('foto5').filters.blendTrans  .play();} 
else { document.images.foto5.src = imagenes5[cont5].src; } 
if (cont5 < imagenes5.length-1) 
{cont5 ++;} 
else 
{cont5=0;} 
tiempo=window.setTimeout('presImagen5()',2000); }

var imagenes4=new Array()
imagenes4[0]=new Image (205,155) 
imagenes4[0].src="images/fotos/foto3a.jpg"
imagenes4[1]=new Image (205,155) 
imagenes4[1].src="images/fotos/foto3b.jpg"
imagenes4[2]=new Image (205,155) 
imagenes4[2].src="images/fotos/foto3c.jpg"
imagenes4[3]=new Image (205,155) 
imagenes4[3].src="images/fotos/foto3d.jpg"

cont4=0;
function presImagen4() { 
if (document.all){ 
document.getElementById('foto4').filters.blendTrans  .apply() ;
document.getElementById('foto4').src=imagenes4[cont4].src ;
document.getElementById('foto4').filters.blendTrans  .play();} 
else { document.images.foto4.src = imagenes4[cont4].src; } 
if (cont4 < imagenes4.length-1) 
{cont4 ++;} 
else 
{cont4=0;} 
tiempo=window.setTimeout('presImagen4()',6000); }

var imagenes3=new Array()
imagenes3[0]=new Image (205,155) 
imagenes3[0].src="images/fotos/foto2a.jpg"
imagenes3[1]=new Image (205,155) 
imagenes3[1].src="images/fotos/foto2b.jpg"
imagenes3[2]=new Image (205,155) 
imagenes3[2].src="images/fotos/foto2c.jpg"
imagenes3[3]=new Image (205,155) 
imagenes3[3].src="images/fotos/foto2d.jpg"

cont3=0;
function presImagen3() { 
if (document.all){ 
document.getElementById('foto3').filters.blendTrans  .apply() ;
document.getElementById('foto3').src=imagenes3[cont3].src ;
document.getElementById('foto3').filters.blendTrans  .play();} 
else { document.images.foto3.src = imagenes3[cont3].src; } 
if (cont3 < imagenes3.length-1) 
{cont3 ++;} 
else 
{cont3=0;} 
tiempo=window.setTimeout('presImagen3()',2000); }

var imagenes2=new Array()
imagenes2[0]=new Image (120,150) 
imagenes2[0].src="images/imag/imag10.jpg"
imagenes2[1]=new Image (120,150) 
imagenes2[1].src="images/imag/imag11.jpg"

cont2=0;
function presImagen2() { 
if (document.all){ 
document.getElementById('foto2').filters.blendTrans  .apply() ;
document.getElementById('foto2').src=imagenes2[cont2].src ;
document.getElementById('foto2').filters.blendTrans  .play();} 
else { document.images.foto2.src = imagenes2[cont2].src; } 
if (cont2 < imagenes2.length-1) 
{cont2 ++;} 
else 
{cont2=0;} 
tiempo=window.setTimeout('presImagen2()',2000); }

var imagenes1=new Array()
imagenes1[0]=new Image (120,145) 
imagenes1[0].src="images/imag/imag2.jpg"
imagenes1[1]=new Image (120,145) 
imagenes1[1].src="images/imag/imag3.jpg"

cont1=0;
function presImagen1() { 
if (document.all){ 
document.getElementById('foto1').filters.blendTrans  .apply() ;
document.getElementById('foto1').src=imagenes1[cont1].src ;
document.getElementById('foto1').filters.blendTrans  .play();} 
else { document.images.foto1.src = imagenes1[cont1].src; } 
if (cont1 < imagenes1.length-1) 
{cont1 ++;} 
else 
{cont1=0;} 
tiempo=window.setTimeout('presImagen1()',4000); }

function MostrarCapa(capa){
 if(document.layers)document.layers[capa].visibility='show'     // Si utilizamos NS
 if(document.all)document.all(capa).style.visibility='visible'  // Si utilizamos IE
}
function OcultarCapa(capa){
if(document.layers)document.layers[capa].visibility='hide'     // Si utilizamos NS
if(document.all)document.all(capa).style.visibility='hidden'   // Si utilizamos IE
}
ns4 = (document.layers)? true:false  
ie4 = (document.all)? true:false  