function menu() {
// menu principal
document.write ("<a href=\"#\" onmouseover=\"changeContent('sub',conocenos)\">con&oacute;cenos</a> |");
document.write ("<a href=\"artistas.htm\" onmouseover=\"changeContent('sub',artistas)\">artistas</a> | ");
// document.write ("<a href=\"financiacion.htm\" onmouseover=\"changeContent('sub',nada)\">financiacia</a> | ");
document.write ("<a href=\"servicios.htm\" onmouseover=\"changeContent('sub',nada)\">servicios</a> | ");
document.write ("<a href=\"http://blog.glenia.com\" target=\"nueva\">blog</a> | ");
// document.write ("<a href=\"http://blog/category/noticias\" onmouseover=\"changeContent('sub',nada)\">noticias</a> | ");
document.write ("<a href=\"contacto.htm\" onmouseover=\"changeContent('sub',nada)\">contacto</a>");

// submenú  document.write ("</td> </tr> <tr> <td height=\"14\" bgcolor=\"#BBBBBB\" > <div id=\"sub\" > </div>");

}
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  Permission granted to use this code 
  as long as this entire notice is included.
*************************************************************************/

function changeContent(id,shtml) {
   if (document.getElementById || document.all) {
      var el = document.getElementById? document.getElementById(id): document.all[id];
      if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}
var conocenos = '<span class="superior2"> &nbsp;&nbsp;<a href="calidad.htm">calidad</a> | <a href="confianza.htm">confianza</a> | <a href="experiencia.htm">experiencia</a> </span>';
var artistas = '<span class="superior2"> &nbsp;&nbsp;<a href="britto.htm">Britto</a> | <a href="coullaut.htm">Coullaut</a> | <a href="fontela.htm">Fontela</a> | <a href="nieto.htm">Nieto</a> | <a href="soler.htm">Soler</a> | <a href="grabados.htm">5 siglos de Grabados</a></span>';
var nada = '';


