﻿// quita frames
if (self.parent.frames.length != 0){
self.parent.location=document.location.href;
}

//
ictrl=0;
ilang=navigator.userLanguage.substring(0,2);
ipage=null;
cadVariables = location.search.substring(1,location.search.length); // sin ?
if (cadVariables.length != 0){
  arrVariables = cadVariables.split("&");  // array de cadenas de tipo "var1=valor1"
  for (i=0; i<arrVariables.length; i++) {
    arrVariableActual = arrVariables[i].split("=");
    if (isNaN(parseFloat(arrVariableActual[1]))){
      eval(arrVariableActual[0]+"='"+unescape(arrVariableActual[1])+"';");
      } else {
      eval(arrVariableActual[0]+"="+arrVariableActual[1]+";");
	  }
  }
  switch (var1){
    case "ES": ilang='es'; break;
    case "CA": ilang='ca'; break;
    case "FR": ilang='fr'; break;
    case "DE": ilang='de'; break;
    case "IT": ilang='it'; break;
    default: ilang='en';
  }
  ipage=var2;
}
switch (ilang){
    case "es": ititl='Son Granot, un pequeño hotel y restaurante con mucho encanto en el paraíso de Menorca'; break;
    case "ca": ititl='Son Granot, un petit hotel i restaurant amb molt encant al paradís de Menorca'; break;
    case "fr": ititl='Son Granot, un petit hôtel et restaurant de charme au paradis de Minorque'; break;
    case "de": ititl='Son Granot, ein kleines Hotel und Restaurant mit großem Zauber im Paradies Menorca'; break;
    case "it": ititl='Son Granot, un piccolo hotel e ristorante dal grande fascino, nel paradiso di Minorca'; break;
    default: ititl='Son Granot, a small, charming hotel and restaurant in the paradise of Minorca';
}

switch (ilang){
    case "es": itags='hotel rural,hotel,menorca,hotel boutique,hotel romántico,hotel encanto,boda,viaje novios,mallorca,restaurante,mediterráneo,turismo sostenible,ecoturismo,turismo rural,escapada'; break;
    case "ca": itags='hotel rural,hotel,menorca,hotel boutique,hotel romàntic,hotel encant,casament,viatge de nuvis,mallorca,restaurant,mediterrània,turisme sostenible,ecoturisme,turisme rural,escapada'; break;
    case "fr": itags='hôtel  de campagne,hôtel ,minorque,hôtel  boutique,gîte,hôtel  romantique,hôtel  de charme,mariage,majorque,voyage,restaurant,baléares,méditerranée,tourisme responsable,ecotourisme'; break;
    case "de": itags='landhotel,hotel,menorca,romantisches hotel,charme hotel,hochzeiten,flitterwochen,majorca,reise,restaurant,balearen,mittelmeer,ecotourismus,finca'; break;
    case "it": itags='paese albergo,hotel,minorca,hotel boutique,ristorante,hotel romantico,charme hotel,nozze,maiorca,viaggi,baleari,mediterraneo,responsabile,ecoturismo,turismo paese'; break;
    default: itags='country hotel,minorca, boutique hotel,hotel,romantic hotel,charm hotel,wedding,honeymoon,majorca,travel,restaurant,mediterranean,responsible tourism,ecotourism,villa';
}



