//*************************************************
//*       JS Cargador del pie de página           *
//*       By Mauro Strione - INVAP SE             *
//*       e-mail:mauro@strione.com.ar             *
//*************************************************

var strAux4;
var page;
page = "window.open('"+ baseDir +"contacto.html','cont','scrollbars=yes,resizable=yes,width=555,height=500')"
strAux4= "<table width='100%' border='0' cellspacing='0' cellpadding='0'>"
strAux4+="<tr><td width='100%' height='0' valign='middle' bgcolor='#000000'>"
strAux4+="<table width='760' border='0' cellpadding='0' cellspacing='0'>"
strAux4+="<tr><td width='27' height='19'><img src='"+imgsDir+"tnav_corner3%20copy.gif' width='12' height='19'></td>"
strAux4+="<td width='733'><div align='center'><span class='footerText'>| <a href='" + baseDir + "index.php'>Inicio</a>"
strAux4+=" | <a href='" + baseDir + "legal.html'>Aviso Legal</a> | <a href='" + baseDir + "contacto.html'>Cont&aacute;ctenos</a>"
//strAux4+=" | <a href='uc.htm'>Mapa del Sitio</a> | <a href='javascript:;' onClick="+page+">Cont&aacute;ctenos</a>"
strAux4+=" | <a href='" + baseDir + "mapa.html'>Mapa del Sitio</a> | <a href='" + baseDir + "news/novedades.php'>Novedades</a> | <a href='" + baseDir + "comunidad.html'>Comunidad</a>"
strAux4+=" | <a href='" + baseDir + "descargas.html'>Descargas</a> | <a href='" + baseDir + "configuracion.html'>Configuraci&oacute;n</a> |</span></div></td></tr></table></td></tr></table>"
document.write (strAux4);
