





hmURL = "http://www.esmas.com";
legal = new Array
	(
	//titulo,URL
	"¿Qui&eacute;nes somos?",hmURL + "/flat/quienes_somos.html",
	"Ventas EsMas",hmURL + "/ventas",
	"Convenio del usuario",hmURL + "/conveniousuario",
	"Pol&iacute;ticas de privacidad",hmURL + "/politicaprivacidad",
	"Televisa.com","http://www.televisa.com/"				
	);	
function writeFooter () {
var output = "";
output += '<style type="text/css">';
output += '    .textofooter1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333366; text-decoration: none}';
output += '    .textofooter1:hover { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CC6600; text-decoration: none}';
output += '    .textofooter2 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #6699CC; text-decoration: none}';
output += '    .textofooter2:hover { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #003366; text-decoration: none}';
output += '</style>';
output += '<table width="750" border="0" cellspacing="0" cellpadding="0">';
output += '  <tr>';
output += '    <td bgcolor="#FFFFFF" height="3" colspan="2"><img src="http://i.esmas.com/img/spacer.gif" width="3" height="3"></td>';
output += '  </tr>';
output += '  <tr>';
output += '    <td bgcolor="FFB53A">';
output += '      <div align="center"><span class="textofooter1">';

for(i=0;i<legal.length;i++){
	output += '<a href="' + legal[i+1] + '" target="_blank" class="textofooter1">' + legal[i] + '</a>';
	if(i < legal.length - 2) {
		output += ' :: ';
	}	
	i++;
}
output += '      </span></div></td>';
output += '    <td rowspan="3" width="38"><img src="http://i.esmas.com/img/logo_foot_esmas.gif" width="38" height="30"></td>';
output += '  </tr>';
output += '  <tr>';
output += '    <td><img src="http://i.esmas.com/img/spacer.gif" width="1" height="1"></td>';
output += '  </tr>';
output += '  <tr>';
output += '    <td bgcolor="22427B">';
output += '      <div align="center"><font color="#FFFFFF" face="Arial, Helvetica, sans-serif" size="1"><b>DERECHOS';
output += '        RESERVADOS &copy; COMERCIO MAS, S.A. DE C.V. 2003</b></font></div>';
output += '    </td>';
output += '  </tr>';
output += '</table>';
document.write(output);
}

var getURL = document.location.href;
if( !(getURL != "http://www.esmas.com/get") || !(getURL != "http://www.esmas.com/get/") ) {
	//window.open('http://www.esmas.com/almomento/popups/get.html','get','width=375,height=275');
}
//alert(getURL);

