var Name = ["Selecciona","Incógnito","Otro Rollo"];
var Url = ["#","http://www.esmas.com/incognito/","http://www.esmas.com/otrorollo/"];
function writeHeaderCanal5(){
var out = "";
out+= '<table width="750" border="0" cellspacing="0" cellpadding="0">';
out+= '  <tr valign="top" align="left">';
out+= '    <td width="125"><a href="http://www.esmas.com/canal5/"><img src="http://i.esmas.com/img/univ/canal5/head_c5_01.gif" width="125" height="100" border="0"></a></td>';
out+= '    <td width="625">';
out+= '      <table width="625" border="0" cellspacing="0" cellpadding="0">';
out+= '        <tr>';
out+= '          <td height="50" valign="top" bgcolor="#9900CC"><a href="http://www.esmas.com/canal5/"><img src="http://i.esmas.com/img/univ/canal5/head_c5_02.gif" width="152" height="50" border="0"></a></td>';
out+= '        </tr>';
out+= '        <tr>';
out+= '          <td height="50" bgcolor="#D8D8D8" align="left" valign="top" style="border-top-width: 1px; border-top-color: white; border-top-style: solid">';
out+= '            <table width="625" border="0" cellspacing="0" cellpadding="0">';
out+= '              <tr align="left" valign="top">'; 
out+= '                <td width="391" valign="middle" align="center"> ';
out+= '                  <div align="center"></div>';
out+= '                  <table width="234" border="0" cellspacing="3" cellpadding="0" bgcolor="#D8D8D8">';
out+= '						<form name="jump" id="jump">';
out+= '                    	<tr>';
out+= '                      <td class="BTN2tituloNota" width="64" valign="middle" align="center">Programas:</td>';
out+= '                      <td width="160" valign="middle" align="center" height="20"> ';
out+= '                        <select name="select" class="BTN2tituloNota" onChange="javascript:window.open(this.options[this.selectedIndex].value);">';
							for (i=0; i<Url.length; i++){
out+= '							<OPTION value="'+ Url[i] +'">' + Name [i] +'</OPTION>';
								}
out+= '                        </select>';
out+= '                      </td>';
out+= '                    </tr></form>';
out+= '                  </table>';
out+= '                </td>';
out+= '                <td width="234" height="50" bgcolor="#D8D8D8" valign="middle" align="center">';
out+= '                  <table width="234" border="0" cellspacing="3" cellpadding="0">';
out+= '                    <tr>';
out+= '                      <td width="46"><a href="http://www.esmas.com/canal2/"><img src="http://i.esmas.com/img/univ/canal2/head_2.gif" width="43" height="43" border="0"></a></td>';
out+= '                      <td width="46"><a href="http://www.esmas.com/canal4tv/"><img src="http://i.esmas.com/img/univ/canal2/head_4.gif" width="44" height="43" border="0"></a></td>';
out+= '                      <td width="46"><img src="http://i.esmas.com/img/univ/canal2/head_5.gif" width="43" height="43"></td>';
out+= '                      <td width="46"><a href="http://www.esmas.com/galavision/"><img src="http://i.esmas.com/img/univ/canal2/head_9.gif" width="43" height="43" border="0"></a></td>';
out+= '                      <td width="47"><a href="http://www.televisa.com/"><img src="http://i.esmas.com/img/univ/canal2/head_televisa.gif" width="43" height="43" border="0"></a></td>';
out+= '                    </tr>';
out+= '                  </table>';
out+= '                </td>';
out+= '              </tr>';
out+= '            </table>';
out+= '          </td>';
out+= '        </tr>';
out+= '      </table>';
out+= '    </td>';
out+= '  </tr>';
out+= '</table>';
document.write(out);
}

