var strFooterHTML = "<table align='center' border='0' cellspacing='0' cellpadding='0' width='750' id='footer'>" + 
		    "<tr>" +
		    "<td rowspan='2' width='101'>" +
	            "<img border='0' src='" + strRootPath + "images/footer-left-corner.jpg' width='101' height='62'></td>" +
                    "<td width='628' class='footerlinks'>" +
		    "<a class='footerlink' href='" + strRootPath + "default.htm'>Inicio</a> | " +
                    "<a class='footerlink' href='" + strRootPath + "contents/automatizacion.htm'>Automatización</a> | " +
		    "<a class='footerlink' href='" + strRootPath + "contents/conectividad.htm'>Conectividad</a> | " +
		    "<a class='footerlink' href='" + strRootPath + "contents/integracion.htm'>Integración de Sistemas</a> | " +
		    "<a class='footerlink' href='" + strRootPath + "contents/soluciones.htm'>Soluciones a medida</a> | " + 
		    "<a class='footerlink' href='" + strRootPath + "contents/contactus.htm'>Contáctenos</a>" +
		    "<td width='21'>" +
		    "<img border='0' src='" + strRootPath + "images/footer-right-side-top.jpg' width='21' height='24'></td>" +
                    "</tr>" +
		    "<tr>" +
		    "<td height='38' background='" + strRootPath + "images/footer-bottom-bg.jpg' style='text-align:right;'>" +
 		    "<img border='0' src='" + strRootPath + "images/footer-logo.jpg' width='522' height='38'></td>" +
		    "<td height='38'>" +
		    "<img border='0' src='" + strRootPath + "images/footer-right-corner.jpg' width='21' height='38'></td>" +
		    "</tr>" +
		    "</table>";

document.write(strFooterHTML );
