var rs_urlAppc = 'http://82.158.178.86:8118/RatiumApp/Main/'; 

function preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.TT_p) d.TT_p=new Array();
      var i,j=d.TT_p.length,a=preloadImages.arguments; for(i=0; i<a.length; i++)
      if (a[i].indexOf("#")!=0){ d.TT_p[j]=new Image; d.TT_p[j++].src=a[i];}}
}

function preloadHeader() {
	preloadImages("img/bk_cabecera.gif",
	              "img/tienda.gif", "img/tienda_.gif",
				  "img/contacto.gif", "img/contacto_.gif",
				  "img/foro.gif", "img/foro_.gif",
				  "img/myspace.gif", "img/myspace_.gif",
				  "img/noticias.gif", "img/noticias_.gif",
				  "img/banda.gif", "img/banda_.gif",
				  "img/multimedia.gif", "img/multimedia_.gif",
				  "img/conciertos.gif", "img/conciertos_.gif",
				  "img/discografia.gif", "img/discografia_.gif",
				  "img/medios.gif", "img/mediso_.gif");
}

function header(tit) {

  document.writeln("<div id='main'>");
  document.writeln(" <div id='cabecera'>");
  document.writeln("  <div id='menu_bor'>");
  document.writeln("    <a id='tienda' href='tienda.htm'>&nbsp;</a>");
  document.writeln("    <a id='contacto' href='contacto.htm'>&nbsp;</a>");
  document.writeln("  </div>");
  document.writeln("  <div id='menu_logo_lat'>");
  document.writeln("     <a id='noticias' href='noticias.htm'>&nbsp;</a>");
  document.writeln("     <a id='banda' href='banda.htm'>&nbsp;</a>");
  document.writeln("     <a id='multimedia' href='multimedia.htm'>&nbsp;</a>");
  document.writeln("  </div>");
  document.writeln("  <div id='menu_logo'>");
  document.writeln("     <a id='logocab' href='30norte.htm'>&nbsp;</a>");
  document.writeln("  </div>");
  document.writeln("  <div id='menu_logo_lat'>");
  document.writeln("     <a id='conciertos' href='conciertos.htm'>&nbsp;</a>");
  document.writeln("     <a id='discografia' href='discografia.htm'>&nbsp;</a>");
  document.writeln("     <a id='medios' href='medios.htm'>&nbsp;</a>");
  document.writeln("  </div>");
  document.writeln("  <div id='menu_bor'>");
  document.writeln("    <a id='foro' href='foro.htm' target='_blank'>&nbsp;</a>");
  document.writeln("    <a id='myspace' href='http://myspace.com/aliothrock' target='_blank'>&nbsp;</a>");
  document.writeln("  </div>");
  document.writeln(" </div>");
  if (tit != '') {
    document.writeln(" <div id='tit_izq'></div>");
    document.writeln(" <div id='titulo' style='background-image:url(img/" + tit + ".gif)'></div>");
    document.writeln(" <div id='tit_dch'></div>");
  }
}

function closeMain() {
  document.writeln("</div>");
}

function goURL(url) {
    window.open(url, "wd");
}

function traceLog(str) {
  document.writeln("<div style='display:none'>");
  document.writeln("<iframe src='" + rs_urlAppc + "ExtCall?nav=TraceNav&command=trace&module=ALIOTH-" + str + "' width='0' height='0'></iframe>");
  document.writeln("</div>");
}  

function getCodeTraceLog(str) {
  return "<iframe src='" + rs_urlAppc + "ExtCall?nav=TraceNav&command=trace&module=ALIOTH-" + str + "' width='0' height='0'></iframe>";
}  