<!--
function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { //v3.0
 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
   var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
   if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function abreventana(url, ancho, alto)
{
	miventana=window.open(url,'window','scrollbars=yes, toolbar=no,location=no,status=no,resizable=no,favorites=no,width=' + ancho + ',height=' + alto)
	redimensionar(ancho, alto);	
	miventana.focus();
}
//-->
function redimensionar(ancho,alto) 
{ 
miventana.resizeTo(ancho+12,alto+28) 
//miventana.moveTo((screen.width-ancho)/2,(screen.height-alto)/2) //centra la ventana. Eliminar si no se quiere centrar el popup 
} 
<!--
function validaformulario()
{
	validaEmail = /^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/

if (window.document.formulario.elements[4].value == "" || window.document.formulario.elements[5].value == "" || window.document.formulario.elements[6].value == "")
{
		alert("Debe rellenar todos los campos.");
		return false;
}
else
{
		if (!validaEmail.test(window.document.formulario.elements[5].value)) 
		{
			alert("El E-Mail introducido no es válido.");
			window.document.formulario.elements[5].focus();
			return false;
		}
		else
		{
			window.document.formulario.submit();
		}
}

}
//-->
<!--
function precargamenu()
{
var bodega;
var situacion;
var vinos;
var formatoregalo;
var comunicacion;
var contacto;

	if (estadoMenu == 'bodega')
	{bodega = "_f3"}else{bodega = ""}
	if (estadoMenu == 'situacion')
	{situacion = "_f3"}else{situacion = ""}
	if (estadoMenu == 'vinos')
	{vinos = "_f3"}else{vinos = ""}
	if (estadoMenu == 'formatoregalo')
	{formatoregalo = "_f3"}else{formatoregalo = ""}
	if (estadoMenu == 'comunicacion')
	{comunicacion = "_f3"}else{comunicacion = ""}
	if (estadoMenu == 'contacto')
	{contacto = "_f3"}else{contacto = ""}

      document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
      document.write('<tr><td colspan="2" width="166" height="7"></td></tr>');
      document.write('<tr><td width="20" height="350" rowspan="11"></td>');
      document.write('<td><a href="bodega.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_bodega","","imagenes/comun_menu_bodega_f2.jpg",1);><img name="comun_menu_bodega" src="imagenes/comun_menu_bodega' + bodega + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="situacion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver= MM_swapImage("comun_menu_situacion","","imagenes/comun_menu_situacion_f2.jpg",1);><img name="comun_menu_situacion" src="imagenes/comun_menu_situacion' + situacion + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="vinos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_vinos","","imagenes/comun_menu_vinos_f2.jpg",1);><img name="comun_menu_vinos" src="imagenes/comun_menu_vinos' + vinos + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="formatoregalo.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_formregalo","","imagenes/comun_menu_formregalo_f2.jpg",1);><img name="comun_menu_formregalo" src="imagenes/comun_menu_formregalo' + formatoregalo + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="comunicacion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_comunicacion","","imagenes/comun_menu_comunicacion_f2.jpg",1);><img name="comun_menu_comunicacion" src="imagenes/comun_menu_comunicacion' + comunicacion + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="contacto.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_contacto","","imagenes/comun_menu_contacto_f2.jpg",1);><img name="comun_menu_contacto" src="imagenes/comun_menu_contacto' + contacto + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="90" class="tlightgrispequeno"><div align="center">C/ Picote, S/N<br>09400 Aranda de Duero<br>Burgos (SPAIN)<br>Tel.: +34 91 548 02 32<br>Fax: +34 91 547 74 76<br>e-mail:<a href="mailto:info@valdrinal.com" class="enlacemail"> info@valdrinal.com</a></div></td></tr>');
      document.write('</table>');
}
//-->
<!--
function subseccionprecargamenu()
{
var bodega;
var situacion;
var vinos;
var formatoregalo;
var comunicacion;
var contacto;

	if (estadoMenu == 'bodega')
	{bodega = "_f3"}else{bodega = ""}
	if (estadoMenu == 'situacion')
	{situacion = "_f3"}else{situacion = ""}
	if (estadoMenu == 'vinos')
	{vinos = "_f3"}else{vinos = ""}
	if (estadoMenu == 'formatoregalo')
	{formatoregalo = "_f3"}else{formatoregalo = ""}
	if (estadoMenu == 'comunicacion')
	{comunicacion = "_f3"}else{comunicacion = ""}
	if (estadoMenu == 'contacto')
	{contacto = "_f3"}else{contacto = ""}

      document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
      document.write('<tr><td colspan="2" width="166" height="7"></td></tr>');
      document.write('<tr><td width="20" height="350" rowspan="11"></td>');
      document.write('<td><a href="../bodega.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_bodega","","../imagenes/comun_menu_bodega_f2.jpg",1);><img name="comun_menu_bodega" src="../imagenes/comun_menu_bodega' + bodega + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="../situacion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver= MM_swapImage("comun_menu_situacion","","../imagenes/comun_menu_situacion_f2.jpg",1);><img name="comun_menu_situacion" src="../imagenes/comun_menu_situacion' + situacion + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="../vinos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_vinos","","../imagenes/comun_menu_vinos_f2.jpg",1);><img name="comun_menu_vinos" src="../imagenes/comun_menu_vinos' + vinos + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="../formatoregalo.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_formregalo","","../imagenes/comun_menu_formregalo_f2.jpg",1);><img name="comun_menu_formregalo" src="../imagenes/comun_menu_formregalo' + formatoregalo + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="../comunicacion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_comunicacion","","../imagenes/comun_menu_comunicacion_f2.jpg",1);><img name="comun_menu_comunicacion" src="../imagenes/comun_menu_comunicacion' + comunicacion + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="../contacto.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_contacto","","../imagenes/comun_menu_contacto_f2.jpg",1);><img name="comun_menu_contacto" src="../imagenes/comun_menu_contacto' + contacto + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="90" class="tlightgrispequeno"><div align="center">C/ Picote, S/N<br>09400 Aranda de Duero<br>Burgos (SPAIN)<br>Tel.: +34 91 548 02 32<br>Fax: +34 91 547 74 76<br>e-mail:<a href="mailto:info@valdrinal.com" class="enlacemail"> info@valdrinal.com</a></div></td></tr>');
      document.write('</table>');
}
//-->
<!--
function seccionvinoprecargamenu()
{
var roble;
var crianza;
var reserva;
var _12;
var santamaria;

	if (estadoMenuVino == 'roble')
	{roble = "_f2"}else{roble = ""}
	if (estadoMenuVino == 'crianza')
	{crianza = "_f2"}else{crianza = ""}
	if (estadoMenuVino == 'reserva')
	{reserva = "_f2"}else{reserva = ""}
	if (estadoMenuVino == '_12')
	{_12 = "_f2"}else{_12 = ""}
	if (estadoMenuVino == 'santamaria')
	{santamaria = "_f2"}else{santamaria = ""}

				document.write('<table width="580"  border="0" cellspacing="0" cellpadding="0">');
				document.write('<tr><td width="121" height="40"><a href="roble.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("vinos_minimenu_roble","","../../../imagenes/vinos/vinos_minimenu_roble_f2.jpg",1);><img name="vinos_minimenu_roble" src="../../../imagenes/vinos/vinos_minimenu_roble' + roble + '.jpg" width="110" height="40" border="0" alt=""></a></td>');
				document.write('<td width="121" height="40"><a href="crianza.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("vinos_minimenu_crianza","","../../../imagenes/vinos/vinos_minimenu_crianza_f2.jpg",1);><img name="vinos_minimenu_crianza" src="../../../imagenes/vinos/vinos_minimenu_crianza' + crianza + '.jpg" width="110" height="40" border="0" alt=""></a></td>');
				document.write('<td width="121" height="40"><a href="reserva.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("vinos_minimenu_reserva","","../../../imagenes/vinos/vinos_minimenu_reserva_f2.jpg",1);><img name="vinos_minimenu_reserva" src="../../../imagenes/vinos/vinos_minimenu_reserva' + reserva + '.jpg" width="110" height="40" border="0" alt=""></a></td>');
				document.write('<td width="121" height="40"><a href="12.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("vinos_minimenu_12","","../../../imagenes/vinos/vinos_minimenu_12_f2.jpg",1);><img name="vinos_minimenu_12" src="../../../imagenes/vinos/vinos_minimenu_12' + _12 + '.jpg" width="110" height="40" border="0" alt=""></a></td>');
				document.write('<td width="121" height="40"><a href="santamaria.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("vinos_minimenu_santamaria","","../../../imagenes/vinos/vinos_minimenu_santamaria_f2.jpg",1);><img name="vinos_minimenu_santamaria" src="../../../imagenes/vinos/vinos_minimenu_santamaria' + santamaria + '.jpg" width="99" height="40" border="0" alt=""></a></td>');
 				document.write('<tr><td colspan="6"></td><tr>');
				document.write('</table>');
}
//-->
<!--
function seccioncomunicacionprecargamenu_ing()
{
var guia;
var prensa;
var fotovideo;
var premio;

	if (estadoMenuComunicacion == 'guia')
	{guia = "_f2"}else{guia = ""}
	if (estadoMenuComunicacion == 'prensa')
	{prensa = "_f2"}else{prensa = ""}
	if (estadoMenuComunicacion == 'fotovideo')
	{fotovideo = "_f2"}else{fotovideo = ""}
	if (estadoMenuComunicacion == 'premio')
	{premio = "_f2"}else{premio = ""}

						document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
						document.write('<tr><td colspan="6"><img name="comunicacion_subdiv" src="../../../imagenes/comunicacion/comunicacion_subdiv.jpg" width="320" height="17" border="0" alt=""></td></tr>');
						document.write('<tr><td width="55" height="37"></td>');
					    document.write('<td><a href="principal_guia.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_guia","","../../../imagenes/comunicacion/comunicacion_guia_f2.jpg",1);><img name="comunicacion_guia" src="../../../imagenes/comunicacion/comunicacion_guia' + guia + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
						document.write('<td><a href="principal_prensa.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_prensa","","../../../imagenes/comunicacion/comunicacion_prensa_f2.jpg",1);><img name="comunicacion_prensa" src="../../../imagenes/comunicacion/comunicacion_prensa' + prensa + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td><a href="principal_fotovideo.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_fotovideo","","../../../imagenes/comunicacion/comunicacion_fotovideo_f2.jpg",1);><img name="comunicacion_fotovideo" src="../../../imagenes/comunicacion/comunicacion_fotovideo' + fotovideo + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td><a href="principal_premio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_premio","","../../../imagenes/comunicacion/comunicacion_premio_f2.jpg",1);><img name="comunicacion_premio" src="../../../imagenes/comunicacion/comunicacion_premio' + premio + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td width="49" height="37"></td></tr>');
						document.write('<tr><td height="12" colspan="6" class="tlightgrispequeno" align="center">[click on the item to enlarge]</td></tr>');
						document.write('</table>');

}
//-->
<!--
function seccioncomunicacionprecargamenu_fr()
{
var guia;
var prensa;
var fotovideo;
var premio;

	if (estadoMenuComunicacion == 'guia')
	{guia = "_f2"}else{guia = ""}
	if (estadoMenuComunicacion == 'prensa')
	{prensa = "_f2"}else{prensa = ""}
	if (estadoMenuComunicacion == 'fotovideo')
	{fotovideo = "_f2"}else{fotovideo = ""}
	if (estadoMenuComunicacion == 'premio')
	{premio = "_f2"}else{premio = ""}

						document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
						document.write('<tr><td colspan="6"><img name="comunicacion_subdiv" src="../../../imagenes/comunicacion/comunicacion_subdiv.jpg" width="320" height="17" border="0" alt=""></td></tr>');
						document.write('<tr><td width="55" height="37"></td>');
					    document.write('<td><a href="principal_guia.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_guia","","../../../imagenes/comunicacion/comunicacion_guia_f2.jpg",1);><img name="comunicacion_guia" src="../../../imagenes/comunicacion/comunicacion_guia' + guia + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
						document.write('<td><a href="principal_prensa.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_prensa","","../../../imagenes/comunicacion/comunicacion_prensa_f2.jpg",1);><img name="comunicacion_prensa" src="../../../imagenes/comunicacion/comunicacion_prensa' + prensa + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td><a href="principal_fotovideo.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_fotovideo","","../../../imagenes/comunicacion/comunicacion_fotovideo_f2.jpg",1);><img name="comunicacion_fotovideo" src="../../../imagenes/comunicacion/comunicacion_fotovideo' + fotovideo + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td><a href="principal_premio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_premio","","../../../imagenes/comunicacion/comunicacion_premio_f2.jpg",1);><img name="comunicacion_premio" src="../../../imagenes/comunicacion/comunicacion_premio' + premio + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td width="49" height="37"></td></tr>');
						document.write('<tr><td height="12" colspan="6" class="tlightgrispequeno" align="center">[cliquez sur l’article pour avoir la version agrandie]</td></tr>');
						document.write('</table>');

}
//-->
<!--
function seccioncomunicacionprecargamenu_ger()
{
var guia;
var prensa;
var fotovideo;
var premio;

	if (estadoMenuComunicacion == 'guia')
	{guia = "_f2"}else{guia = ""}
	if (estadoMenuComunicacion == 'prensa')
	{prensa = "_f2"}else{prensa = ""}
	if (estadoMenuComunicacion == 'fotovideo')
	{fotovideo = "_f2"}else{fotovideo = ""}
	if (estadoMenuComunicacion == 'premio')
	{premio = "_f2"}else{premio = ""}

						document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
						document.write('<tr><td colspan="6"><img name="comunicacion_subdiv" src="../../../imagenes/comunicacion/comunicacion_subdiv.jpg" width="320" height="17" border="0" alt=""></td></tr>');
						document.write('<tr><td width="55" height="37"></td>');
					    document.write('<td><a href="principal_guia.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_guia","","../../../imagenes/comunicacion/comunicacion_guia_f2.jpg",1);><img name="comunicacion_guia" src="../../../imagenes/comunicacion/comunicacion_guia' + guia + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
						document.write('<td><a href="principal_prensa.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_prensa","","../../../imagenes/comunicacion/comunicacion_prensa_f2.jpg",1);><img name="comunicacion_prensa" src="../../../imagenes/comunicacion/comunicacion_prensa' + prensa + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td><a href="principal_fotovideo.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_fotovideo","","../../../imagenes/comunicacion/comunicacion_fotovideo_f2.jpg",1);><img name="comunicacion_fotovideo" src="../../../imagenes/comunicacion/comunicacion_fotovideo' + fotovideo + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td><a href="principal_premio.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comunicacion_premio","","../../../imagenes/comunicacion/comunicacion_premio_f2.jpg",1);><img name="comunicacion_premio" src="../../../imagenes/comunicacion/comunicacion_premio' + premio + '.jpg" width="54" height="37" border="0" alt=""></a></td>');
					    document.write('<td width="49" height="37"></td></tr>');
						document.write('<tr><td height="12" colspan="6" class="tlightgrispequeno" align="center">[Bitte klicken Sie auf das Produkt um das Bild zu vergrößern]</td></tr>');
						document.write('</table>');

}
//-->
<!--borrar cuando termine la promocion de pedidos
function precargamenupedidos()
{
var bodega;
var situacion;
var vinos;
var formatoregalo;
var comunicacion;
var contacto;
var pedidos;

	if (estadoMenu == 'bodega')
	{bodega = "_f3"}else{bodega = ""}
	if (estadoMenu == 'situacion')
	{situacion = "_f3"}else{situacion = ""}
	if (estadoMenu == 'vinos')
	{vinos = "_f3"}else{vinos = ""}
	if (estadoMenu == 'formatoregalo')
	{formatoregalo = "_f3"}else{formatoregalo = ""}
	if (estadoMenu == 'comunicacion')
	{comunicacion = "_f3"}else{comunicacion = ""}
	if (estadoMenu == 'contacto')
	{contacto = "_f3"}else{contacto = ""}
	if (estadoMenu == 'pedidos')
	{pedidos = "_f3"}else{pedidos = ""}

      document.write('<table width="100%"  border="0" cellspacing="0" cellpadding="0">');
      document.write('<tr><td colspan="2" width="166" height="7"></td></tr>');
      document.write('<tr><td width="20" height="350" rowspan="11"></td>');
      document.write('<td><a href="bodega.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_bodega","","imagenes/comun_menu_bodega_f2.jpg",1);><img name="comun_menu_bodega" src="imagenes/comun_menu_bodega' + bodega + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="situacion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver= MM_swapImage("comun_menu_situacion","","imagenes/comun_menu_situacion_f2.jpg",1);><img name="comun_menu_situacion" src="imagenes/comun_menu_situacion' + situacion + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="vinos.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_vinos","","imagenes/comun_menu_vinos_f2.jpg",1);><img name="comun_menu_vinos" src="imagenes/comun_menu_vinos' + vinos + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="formatoregalo.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_formregalo","","imagenes/comun_menu_formregalo_f2.jpg",1);><img name="comun_menu_formregalo" src="imagenes/comun_menu_formregalo' + formatoregalo + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="comunicacion.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_comunicacion","","imagenes/comun_menu_comunicacion_f2.jpg",1);><img name="comun_menu_comunicacion" src="imagenes/comun_menu_comunicacion' + comunicacion + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="contacto.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_contacto","","imagenes/comun_menu_contacto_f2.jpg",1);><img name="comun_menu_contacto" src="imagenes/comun_menu_contacto' + contacto + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td><a href="pedidos_2.htm" onMouseOut="MM_swapImgRestore()" onMouseOver=MM_swapImage("comun_menu_pedidos","","imagenes/comun_menu_pedidos_f2.jpg",1);><img name="comun_menu_pedidos" src="imagenes/comun_menu_pedidos' + pedidos + '.jpg" width="146" height="26" border="0" alt=""></a></td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="26">&nbsp;</td></tr>');
      document.write('<tr><td width="146" height="90" class="tlightgrispequeno"><div align="center">C/ Cronos, 63-pta 1 Of.3<br>28037 Madrid<br>Madrid (SPAIN)<br>Tel.: +34 91 548 02 32<br>Fax: +34 91 547 74 76<br>e-mail:<a href="mailto:info@valdrinal.com" class="enlacemail"> info@valdrinal.com</a></div></td></tr>');
      document.write('</table>');
}
//-->

