function cabecera(hotel,titol,idioma)
{
var str;
str = new String;

str += "<div align='justify'>";

str += "<table border='0' cellspacing='1' width='100%' height='363' bgcolor='#ECFFED'>";
str +=   "<tr>";
str +=     "<td width='100%' height='359'>";
if (hotel == "mirador") 
{
	str += "<table border='0' cellspacing='1' height='301' width='745'>";
	str += 	"<tr>";
	str += 		"<td width='166' align='center' height='1'>";
	str += 			"<p align='left'><b><a href='../default.htm' style='font-size: 12 pt; color: #FFCC00; font-weight: bold'><img border='0' src='../imagenes/mirador.jpg' width='162' height='99' align='left'></a></b>";
	str +=		"</td>";   
	str +=		"<td height='23' width='565'>";
	str +=			"<table border='0' cellspacing='1' width='101%' height='3' bgcolor='#ECFFED'>";
	str +=				"<tr>";
	str +=					"<td width='76%' height='1'>";
	str +=						"<p align='left'><b><font color='#008000' size='5'>Hotel Mirador * * * *</font></b>";
	str +=					"</td>";
	str +=					"<td width='24%' align='right' height='1' bgcolor='#ECFFED'>";
	str += banderas(idioma);
	str +=					"</td>";		
	str +=				"</tr>";
	str +=				"<tr>";
	str +=					"<td width='100%' height='24' colspan='2'>";
	str +=						"<p align='left'><font color='#008000' size='2'>Paseo Marítimo, 10.&nbsp;&nbsp; 07014 Palma de Mallorca. Tel. 971732046&nbsp; Fax. 971 733915</div><div> e-mail:<a href='mailto:hotelmirador@juniper.es'>hotelmirador@juniper.es</a></font>";
	str += 					"</td>";
	str +=				"</tr>";
	str +=			"</table>";
	str +=		"</td>";
	str +=	"</tr>";
	str +=	"<tr>";
	str +=		"<td height='266' width='166' valign='top'>";
	str += informacion_mirador(idioma);
	str +=		"</td>";
}
else{
	str +=       "<table border='0' cellspacing='1' height='301' width='745'>";
	str +=         "<tr>";
	str +=            "<td width='166' align='center' height='1'>";
	str +=            "<p align='left'><b><a href='../default.htm' style='font-size: 12 pt; color: #FFCC00; font-weight: bold'><img border='0' src='../imagenes/armadams.jpg' width='162' height='99' align='left'></a></b></td>";   
	str +=           "<td height='23' width='565'>";
	str +=             "<table border='0' cellspacing='1' width='101%' height='3' bgcolor='#ECFFED'>";
	str +=               "<tr>";
	str +=                 "<td width='76%' height='1'>";
	str +=                   "<p align='left'><b><font color='#008000' size='5'>Hotel Armadams* * * *</font></b></td>";
	str +=			"<td width='24%' align='right' height='1' bgcolor='#ECFFED'>";
	str += banderas(idioma);
	str +=			"</td>";
	str +=               "</tr>";
	str +=               "<tr>";
	str +=                 "<td width='100%' height='24' colspan='2'>";
	str +=                   "<p align='left'><font color='#008000' size='2'>Marqués de la Cenia, 34.&nbsp;&nbsp; 07014 Palma de Mallorca. Tel. 971 221554 / 971 222121&nbsp; Fax. 971 286276</div><div> e-mail:<a href='mailto:armadams@hotelarmadams.com'>armadams@hotelarmadams.com</a></font></td>";
	str +=               "</tr>";
	str +=             "</table>";
	str +=           "</td>";
	str +=		"</tr>";
	str +=		"<tr>";
	str += 			"<td height='266' width='166' valign='top'>";
	str += informacion_armadams(idioma);
	str += 			"</td>";
}
str +=           "<td height='266' width='565'>";
str +=             "<table border='0' cellspacing='1' width='100%' height='1' bgcolor='#ECFFED'>";
str +=               "<tr>";
str +=                 "<td width='100%' colspan='2' height='0' valign='top' align='center' bgcolor='#BCFF9B'>";
str +=                   "<p align='center' style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>" + titol + "</font></b></p>";
str +=                 "</td>";
str +=               "</tr>";
str +=               "<tr>";
str +=                 "<td width='100%' colspan='2' height='67' valign='bottom' align='center'>";

document.write(str);
}


function pie(hotel,idioma)
{
var str;
str = new String;
if (hotel == "mirador")
{
str = 			"</td>";
str +=               "</tr>";
str +=               "<tr>";
str +=                 "<td width='100%' colspan='2' height='0' valign='top' align='center' bgcolor='#BCFF9B'>";
switch (idioma){
	case "es":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hotel Mirador. Todos los derechos reservados.</font></b></p>";
		break;
	case "en":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hotel Mirador. All rights reserved.</font></b></p>";
		break;
	case "de":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hotel Mirador. Alle Rechten reserviert.</font></b></p>";
		break;
	case "fr":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hôtel Mirador. Tous droits reservés.</font></b></p>";
}
str +=                 "</td>";
str +=               "</tr>";
str +=             "</table>";
str +=           "</td>";
str +=         "</tr>";
str +=       "</table>";
str +=     "</td>";
str +=   "</tr>";
str += "</table>";

str += "</div>";
}else{
str = 			"</td>";
str +=               "</tr>";
str +=               "<tr>";
str +=                 "<td width='100%' colspan='2' height='0' valign='top' align='center' bgcolor='#BCFF9B'>";
switch (idioma){
	case "es":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hotel Armadams. Todos los derechos reservados.</font></b></p>";
		break;
	case "en":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hotel Armadams. All rights reserved.</font></b></p>";
		break;
	case "de":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hotel Armadams. Alle Rechten reserviert.</font></b></p>";
		break;
	case "fr":
		str +=                   "<p style='border-style: ridge; border-width: 1'><b><font color='#003300' size='2'>Hôtel Armadams. Tous droits reservés.</font></b></p>";
}
str +=                 "</td>";
str +=               "</tr>";
str +=             "</table>";
str +=           "</td>";
str +=         "</tr>";
str +=       "</table>";
str +=     "</td>";
str +=   "</tr>";
str += "</table>";

str += "</div>";
}

document.write(str);

}

function banderas(idioma){
// Muestra los iconos de los otros idiomas en que podemos visualizar la información.
// Dicha información dependerá del idioma en que visualicemos actualmente
var str;
str = new String;
str ="<script language='JavaScript' src='../include/controlidioma.js'></script>";
switch (idioma){
	case "de":
		str +="<a href=javascript:cambiar_idioma('en') title='English'>";
		str +="<img border='0' src='../imagenes/baning.gif'>";
		str +="<a href=javascript:cambiar_idioma('es') title='Español'>";
		str +="<img border='0' src='../imagenes/banesp.gif'>";
		str +="<a href=javascript:cambiar_idioma('fr') title='Française'>";
		str +="<img border='0' src='../imagenes/banfr.gif' width='50' height='36'></td>";
		break;
	case "en":
		str +="<a href=javascript:cambiar_idioma('de') title='Deutch'>";
		str +="<img border='0' src='../imagenes/banale.gif'>";
		str +="<a href=javascript:cambiar_idioma('es') title='Español'>";
		str +="<img border='0' src='../imagenes/banesp.gif'>";
		str +="<a href=javascript:cambiar_idioma('fr') title='Française'>";
		str +="<img border='0' src='../imagenes/banfr.gif' width='50' height='36'></td>";
		break;
	case "es":
		str +="<a href=javascript:cambiar_idioma('de') title='Deutch'>";
		str +="<img border='0' src='../imagenes/banale.gif'>";
		str +="<a href=javascript:cambiar_idioma('en') title='English'>";
		str +="<img border='0' src='../imagenes/baning.gif'>";
		str +="<a href=javascript:cambiar_idioma('fr') title='Française'>";
		str +="<img border='0' src='../imagenes/banfr.gif' width='50' height='36'></td>";
		break;
	case "fr":
		str +="<a href=javascript:cambiar_idioma('de') title='Deutch'>";
		str +="<img border='0' src='../imagenes/banale.gif'>";
		str +="<a href=javascript:cambiar_idioma('es') title='Español'>";
		str +="<img border='0' src='../imagenes/banesp.gif'>";
		str +="<a href=javascript:cambiar_idioma('en') title='English'>";
		str +="<img border='0' src='../imagenes/baning.gif' width='50' height='36'></td>";
	}
return str;
}

function informacion_mirador(idioma){
// Muestra las diferentes opciones de menu en el idioma escogido
var str;
str = new String;
switch (idioma){
	case "de":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Home</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='1'> Allgemeine Informationen</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homemirador.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='2'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Präsentation des Hotels</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Lage</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='2'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Aufenthalts- und Arbeitsräume</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Zimmer</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Unsere Produkts</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Unsere Produckte</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='2'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Spezielle Angebote Argeboten</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Reservierung</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='1'>Tourismusinformation</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'>Cambio de Divisa</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
		break;
	case "en":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Home</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> General Information</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homemirador.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Hotel Description</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Location</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Facilities</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Rooms</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";

		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Our Products</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Prices</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Special Offers</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Reservations</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Tourism Information</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Change</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
		break;
	case "es":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Inicio</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Información General</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homemirador.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Descripción Hotel</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Zona</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Áreas Comunes</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Habitaciones</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";

		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Nuestros Productos</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Precios</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ofertas Especiales</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Reservas</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Información Turística</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'>Cambio de Divisa</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
		break;
	case "fr":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Home</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Information Generale</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homemirador.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Description Hôtel</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Situation</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Services</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Chambres</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Nos produits</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Tarifs</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Offres spéciales</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Réservation</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='1'>Information Turistique</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Change</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
	}
return str;
}

function informacion_armadams(idioma){
// Muestra las diferentes opciones de menu en el idioma escogido
var str;
str = new String;
switch (idioma){
	case "de":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona_ar.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Home</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='1'> Allgemeine Informationen</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homearmadams.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='2'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Presentation des Hotels</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Lage</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='2'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Aufenthalts- und Arbeitsräume</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Zimmer</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Unsere Produkts</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Preise</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='2'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Spezielle Angebote</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>"; 
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Reservierung</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='1'>Turismusinformation</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'>Cambio de Divisa</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
		break;
	case "en":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona_ar.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Home</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> General Information</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homearmadams.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Hotel Description</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Location</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Facilities</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Rooms</font></a></b></td>";
		str +=	"</tr>";
				str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";

		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Our Products</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Prices</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Special Offers</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Reservations</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Tourism Information</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Change</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
		break;
	case "es":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona_ar.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Inicio</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Información General</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homearmadams.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Descripción Hotel</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Zona</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Áreas Comunes</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Habitaciones</font></a></b></td>";
		str +=	"</tr>";
				str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";

		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Nuestros Productos</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Precios</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ofertas Especiales</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Reservas</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Información Turística</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'>Cambio de Divisa</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
		break;
	case "fr":
		str = "<table border='0' cellspacing='1' bgcolor='#ECFFED'>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<b><a href='Zona.htm'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'></font></a><font face='Times New Roman' size='3'>";
		str += 			"<a style='font-size: 12 pt; color: #009900; font-weight: bold' href='../default.htm'> Home</a></font></b>";
		str += 		"</td>";
		str +=	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str += 			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Information Generale</font></b></p>";
		str += 		"</td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str += 		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='homearmadams.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Description Hôtel</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='zona_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Situation</font></a></b></td>";
		str += 	"</tr>";
		str += 	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='areascomunes_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Services</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='Habitaciones_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Chambres</font></a></b></td>";
		str +=	"</tr>";
				str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='spa.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> SPA</font></a></b></td>";
		str +=	"</tr>";

		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'> Nos produits</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='precios_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Tarifs</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='ofertasespeciales_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Offres spéciales</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a href='reservas_ar.htm' style='color: #009900; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Réservation</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'>";
		str +=			"<p align='left'><b><font face='Verdana' color='#003300' size='2'>Information Turistique</font></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.tourspain.es' style='color: #008000; font-size: 12 pt;><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Turespaña</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://www.revistaiberica.com/' style='font-size: 12 pt; color: #008000; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Ibérica Web</font></a></b></td>";
		str +=	"</tr>";
		str +=	"<tr>";
		str +=		"<td valign='top' style='border: 1 ridge #FF9900' align='left' bordercolor='#009900'><b><a target='new' href='http://bolsa.hispavista.com/divisas' style='color: #008000; font-size: 12 pt; font-weight: bold'><font face='Times New Roman' size='3'><img border='0' src='../imagenes/bullet.jpg' width='13' height='13'> Change</font></a></b></td>";
		str +=	"</tr>";
		str += "</table>";
	}
return str;
}