fr=document.refu;
/*
function historia(){
	alert("estoy en Historia");
	document.location.href="C:\ADIAZRE\RefGin\orrrialdea\historia.html";
}
function acceso(){
	alert("estoy en Acceso");
	document.location.href="C:\ADIAZRE\RefGin\orrrialdea\acceso.html";
}
function servicios(){
	alert("estoy en Servicios");
	document.location.href="C:\ADIAZRE\RefGin\orrrialdea\servicios.html";
}
function contacta(){
	alert("estoy en contacta");
	document.location.href="C:\ADIAZRE\RefGin\orrrialdea\contacta.html";
}
function guarda(){
	alert("estoy en Guarda");
	document.location.href="C:\ADIAZRE\RefGin\orrrialdea\guarda.html";
}*/
function escribirMenu(){
	//alert("ondo pasa denok agur");

	document.write("<tr>");
	document.write("<td width=\"177\"><a href=\"index.html\" onMouseOver=\"home.src='images/desglose/botones/bton_inicio_on.jpg';\""); 
	document.write("onMouseOut=\"home.src='images/desglose/botones/bton_inicio_off.jpg';\">");
	document.write("<img src=\"images/desglose/botones/bton_inicio_off.jpg\" name=\"home\"></a></td>");
  document.write("</tr>");
  
  document.write("<tr>");
  document.write("<td width=\"177\"><a href=\"historia.html\" onMouseOver=\"about.src='images/desglose/botones/bton_historia_on.jpg';\""); 
	document.write("onMouseOut=\"about.src='images/desglose/botones/bton_historia_off.jpg';\">");
	document.write("<img src=\"images/desglose/botones/bton_historia_off.jpg\" name=\"about\" onclick=\"historia();\"></a></td>");
  document.write(" </tr>");	
  
	document.write("<tr>");
  document.write("<td width='177'><a href='contacta.html' onMouseOver=\"contacta.src='images/desglose/botones/bton_contacta_on.jpg';\"");
  document.write("onMouseOut=\"contacta.src='images/desglose/botones/bton_contacta_off.jpg';\">");
	document.write("<img src=\"images/desglose/botones/bton_contacta_off.jpg\" name=\"contacta\" ></a></td>");
  document.write("</tr>");
  
  document.write("<tr>");
  document.write("<td width='177'><a href='acceso.html' onMouseOver=\"acceder.src='images/desglose/botones/bton_como_on.jpg';\"");
  document.write("onMouseOut=\"acceder.src='images/desglose/botones/bton_como_off.jpg';\">");
	document.write("<img src=\"images/desglose/botones/bton_como_off.jpg\" name=\"acceder\" onclick=\"acceso();\"></a></td>");
  document.write("</tr>");
  
  document.write("<tr>");
  document.write("<td width='177'><a href='servicios.html' onMouseOver=\"servicios.src='images/desglose/botones/bton_servicios_on.jpg';\"");
  document.write("onMouseOut=\"servicios.src='images/desglose/botones/bton_servicios_off.jpg';\">");
	document.write("<img src=\"images/desglose/botones/bton_servicios_off.jpg\" name=\"servicios\" ></a></td>");
  document.write("</tr>");
  
  document.write("<tr>");
  document.write("<td width='177'><a href='guarda.html' onMouseOver=\"guarda.src='images/desglose/botones/bton_elguarda_on.jpg';\"");
  document.write("onMouseOut=\"guarda.src='images/desglose/botones/bton_elguarda_off.jpg';\">");
	document.write("<img src=\"images/desglose/botones/bton_elguarda_off.jpg\" name=\"guarda\" ></a></td>");
  document.write("</tr>");  
  
  document.write("<tr>");
  document.write("<td width=\"177\" background=\"images/nav_bg.jpg\">&nbsp;</td>");
  document.write("</tr>");
  
  document.write("<tr>");
  document.write("<td colspan=\"2\" align=\"center\" valign=\"top\"> <p><img src=\"images/vistarefu2peq.jpg\" width=\"177\" height=\"144\"></p></td>");
  document.write("</tr>");
	}
