// Botonera principal

function Menu (page) {
	document.writeln('<table border="0" cellpadding="0" cellspacing="0" width="672"><tr>');

if (page == 'home') { // Home
	document.write('<td><img name="bot_01" src="/images/bt_Ini_f2.jpg" width="240" height="23" border="0" alt="Inicio" /></td>');
} else {
	document.write('<td><a href="/inicio.php" onMouseover="document.bot_01.src=\'/images/bt_Ini_f2.jpg\'" onMouseout="document.bot_01.src=\'/images/bt_Ini.jpg\'"><img name="bot_01" src="/images/bt_Ini.jpg" width="240" height="23" border="0" alt="Home"></a></td>');
}

if (page == 'deportes') { // Deportes
	document.write('<td><img name="bot_02" src="/images/bt_Dep_f2.jpg" width="100" height="23" border="0" alt="Secretar&iacute;a de Deportes" /></td>');
} else {
	document.write('<td><a href="/inicio.php?sId=2" onMouseover="document.bot_02.src=\'/images/bt_Dep_f2.jpg\'" onMouseout="document.bot_02.src=\'/images/bt_Dep.jpg\'"><img name="bot_02" src="/images/bt_Dep.jpg" width="100" height="23" border="0" alt="Secretar&iacute;a de Deportes"></a></td>');
}

if (page == 'cultura') { // Cultura
	document.write('<td><img name="bot_03" src="/images/bt_Cul_f2.jpg" width="92" height="23" border="0" alt="Secretar&iacute;a de Cultura" /></td>');
} else {
	document.write('<td><a href="/inicio.php?sId=3" onMouseover="document.bot_03.src=\'/images/bt_Cul_f2.jpg\'" onMouseout="document.bot_03.src=\'/images/bt_Cul.jpg\'"><img name="bot_03" src="/images/bt_Cul.jpg" width="92" height="23" border="0" alt="Secretar&iacute;a de Cultura"></a></td>');
}

if (page == 'fiestas') { // Fiestas
	document.write('<td><img name="bot_04" src="/images/bt_Fie_f2.jpg" width="88" height="23" border="0" alt="Secretar&iacute;a de Cultura" /></td>');
} else {
	document.write('<td><a href="/inicio.php?sId=4" onMouseover="document.bot_04.src=\'/images/bt_Fie_f2.jpg\'" onMouseout="document.bot_04.src=\'/images/bt_Fie.jpg\'"><img name="bot_04" src="/images/bt_Fie.jpg" width="88" height="23" border="0" alt="Secretar&iacute;a de Cultura"></a></td>');
}

if (page == 'asistencia') { // Asistencia Social
	document.write('<td><img name="bot_05" src="/images/bt_Ast_f2.jpg" width="152" height="23" border="0" alt="Secretar&iacute;a de Asistencia Social" /></td>');
} else {
	document.write('<td><a href="/inicio.php?sId=5" onMouseover="document.bot_05.src=\'/images/bt_Ast_f2.jpg\'" onMouseout="document.bot_05.src=\'/images/bt_Ast.jpg\'"><img name="bot_05" src="/images/bt_Ast.jpg" width="152" height="23" border="0" alt="Secretar&iacute;a de Asistencia Social"></a></td>');
}

	document.writeln('</tr></table>');
}
