//*************************************************
//*       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-e.php'>Home</a>"
strAux4+=" | <a href='" + baseDir + "legal-e.html'>Terms of use</a> | <a href='" + baseDir + "contacto-e.html'>Contact us</a>"
//strAux4+=" | <a href='uc.htm'>Mapa del Sitio</a> | <a href='javascript:;' onClick="+page+">Cont&aacute;ctenos</a>"
strAux4+=" | <a href='" + baseDir + "mapa-e.html'>Site Map</a> | <a href='" + baseDir + "news/novedades-e.php'>News</a> | <a href='" + baseDir + "comunidad-e.html'>Community</a>"
strAux4+=" | <a href='" + baseDir + "descargas-e.html'>Downloads</a> | <a href='" + baseDir + "configuracion-e.html'>Configuration</a> |</span></div></td></tr></table></td></tr></table>"
document.write (strAux4);