
var showicon		= "no"		// SHOW MENU ICON
var menuspace		= "5"		// MENU END SPACING
var menuside		= "left"	// MENU SIDE | left | center | right



document.write('<div id="menulocation" class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td align="left" nowrap>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');



document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">index</a>');

document.write('</td><td nowrap>');
document.write('<a href="noticias.html" class="menu">Noticias</a>');

document.write('</td><td nowrap>');
document.write('<a href="discografia.html" class="menu">Discografía</a>');

document.write('</td><td nowrap>');
document.write('<a href="biografia.html" class="menu">Biografía</a>');


document.write('</td><td nowrap>');
document.write('<a href="videos.html" class="menu">Videos</a>');


document.write('</td><td nowrap>');
document.write('<a href="fotos.html" class="menu">Fotos</a>');


document.write('</td><td nowrap>');
document.write('<a href="compras.html" class="menu">Compras</a>');


document.write('</td><td nowrap>');
document.write('<a href="contacto.html" class="menu">Contacto</a>');







document.write('</td><td>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');
document.write('</td></tr></table>');

   if (showicon == "yes") {
document.write('</td><td align="right" width="43">');
document.write('<img src="picts/menu_icon.jpg" border="0" class="menuicon"><br>');
}

document.write('</td></tr></table></div>');

