// preload images required
var img_footer01 = path + 'IMAGES/LB/t_01_on.gif';	//Page Top

MM_preloadImages(img_footer01);

// out put HTML code
var nav_footer = '<!-- /FOOTER==================================================== -->';

nav_footer += '<table width="720" border="0" cellspacing="0" cellpadding="0"><tr>';
nav_footer += '<tr>';
nav_footer += '<td bgcolor="#999999"><img src="'+path+'IMAGES/pix.gif" width="1" height="20" alt=""></td>';
nav_footer += '<td align="right" bgcolor="#999999"><img src="'+path+'IMAGES/pix.gif" width="637" height="1" alt=""><a href="#top" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'pagetop1\',\'\',\''+path+'IMAGES/LB/t_01_on.gif\',1)"><img src="'+path+'IMAGES/LB/t_01_off.gif" name="pagetop1" width="82" height="20" border="0" id="b_pagetop"></a></td>';
nav_footer += '</tr><tr>';
nav_footer += '<td class="lGray2"><img src="'+path+'IMAGES/pix.gif" width="1" height="30" alt=""></td>';
nav_footer += '<td class="lGray2"><table border="0" cellpadding="0" cellspacing="0" width="719">';
nav_footer += '<tr>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="19" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="260" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="10" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="99" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="10" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="99" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="10" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="99" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="100" height="1" alt=""></td>';
nav_footer += '<td><img src="'+path+'IMAGES/pix.gif" width="10" height="1" alt=""></td>';
nav_footer += '</tr><tr class="lGray2">';
nav_footer += '<td class="fs11">&nbsp;</td>';
nav_footer += '<td><a href="'+path+'index.html" class="bLink3">INICIO</a></td>';
nav_footer += '<td class="cGray"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_footer += '<td class="fs11">&nbsp;</td>';
nav_footer += '<td><a href="'+path+'SITEINFO/index.html" class="bLink3">INFO SITIO</a></td>';
nav_footer += '<td class="cGray"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_footer += '<td class="fs11">&nbsp;</td>';
nav_footer += '<td><a href="'+path+'SITEGUIDE/index.html" class="bLink3">AYUDA</a></td>';
nav_footer += '<td class="cGray"><img src="'+path+'IMAGES/pix.gif" width="1" height="1" alt=""></td>';
nav_footer += '<td class="fs11">&nbsp;</td>';
nav_footer += '<td><a href="'+path+'LINK/index.html" class="bLink3">LISTA DE ENLACES</a></td>';
nav_footer += '<td align="right"><img src="'+path+'IMAGES/logo2.gif" border="0" alt="" width="73" height="10"></td>';
nav_footer += '<td class="fs11">&nbsp;</td>';
nav_footer += '</tr></table></td></tr></table>';

nav_footer += '<!-- FOOTER/====================================================== -->';

document.write(nav_footer);

