if (top.frames.length == 0) 
{
  document.write("<frameset rows='105,*' framespacing='0' border='0' frameborder='0'>");
  document.write("<frame name='header' noresize target='principal' src='http://www.ayuda-internet.net/botonera.html'>");
  document.write("<frame name='principal' scrolling='auto' target='_self'></frameset>");
  top.frames.principal.location=top.location;
}

