function writeNavhorMus(){
var out = "";      
out +=	'	<table width="750" border="0" cellspacing="0" cellpadding="0">';
out +=	'        <tr valign="top"> ';
out +=	'          <td width="500"><a href="http://www.esmas.com/pepsi/"><img src="http://i.esmas.com/img/univ/pepsi/header.jpg" width="500" height="150" border="0"></a></td>';
out +=  '        <td width="250"><img src="http://i.esmas.com/img/univ/pepsi/header_musica.jpg" width="250" height="150"></td>';
out +=  '      </tr>';
out +=	'	</table>';
out +=	'	<table width="750" border="0" cellspacing="0" cellpadding="0">';
out +=	'  	<tr valign="top" bgcolor="#003399">'; 
out +=	'    	<td><a href="http://www.esmas.com/pepsi/"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_home.gif" width="80" height="20" border="0"></a></td>';
out +=	'    	<td><a href="http://www.esmas.com/pepsi/musica/"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_musica.gif" width="93" height="20" border="0"></a></td>';
out +=	'    	<td><a href="http://www.esmas.com/pepsi/cine/"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_cine.gif" width="68" height="20" border="0"></a></td>'; 
out +=	'    	<td><a href="http://www.esmas.com/pepsi/deportes/"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_deportes.gif" width="118" height="20" border="0"></a></td>';
out +=	'    	<td><a href="http://www.esmas.com/pepsi/promociones/"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_promo.gif" width="144" height="20" border="0"></a></td>';
out +=	'    	<td><a href="http://www.esmas.com/pepsi/descargas/"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_descargas.gif" width="125" height="20" border="0"></a></td>';
out +=	'    	<td><a href="https://login.esmas.com/passams/NewUserMembership.jsa?esmasorigen=8" target="_blank"><img src="http://i.esmas.com/img/univ/pepsi/hor2/nav_btn_registro.gif" width="106" height="20" border="0"></a></td>';
out +=	'  	</tr>';
out +=	'	</table>';
document.write(out);
}
