// JavaScript Adinet
<!--
function abrir()
{
open("http://ayuda.adinet.com.uy","Renueve","resizable=no,scrollbars=yes,status=no,toolbar=no,directories=no,menubar=no,width=500,height=500")
}
//--> 
<!--
function Abrir1(url, ancho, alto){
			window.open(url,"_blank","menubar=no,location=no,scrollbars=yes,resizable=no,top=0,left=0,width="+ancho+",height="+alto+",status=no");

		}

		function Abrir2(url, ancho, alto){
			window.open(url,"_blank","menubar=no,location=no,scrollbars=no,resizable=no,top=0,left=0,width="+ancho+",height="+alto+",status=no");

		}
		
		function Abrir_pie(){
			window.open("./contact/envioEmail.htm","_blank","menubar=no,location=no,scrollbars=no,resizable=no,top=0,left=0,width=360,height=350,status=no");

		}

function calcHeight(nombreiframe)
{
  //halla la altura de la página interna
  /*var the_height=
    document.getElementById(nombreiframe).contentWindow.
      document.body.offsetHeight;

  //cambia la altura del iframe
  document.getElementById(nombreiframe).height=
      the_height;*/
	if (nombreiframe == "banners") {
		document.getElementById(nombreiframe).height=344; /* banners prov / 436 */
	} else if(nombreiframe == "servicios") {
		document.getElementById(nombreiframe).height=398;
	} else if(nombreiframe == "novedades") { /* banners izq / 1050px */
		document.getElementById(nombreiframe).height=1000;
	}
}
//-->