

<!--
v=false;
//-->




<!--
if (typeof(Option)+"" != "undefined") v=true;
//-->





<!--  Begin
if(v){a=new Array();aln=0;}
function getFormNum (formName) {
formNum =-1;
for (i=0;i<document.forms.length;i++){
tempForm = document.forms[i];
if (formName == tempForm) {
formNum = i;
correctForm = tempForm;
break;
   }
}
return formNum;
}
function jmp(formName,elementNum) {
getFormNum(formName);
if (formNum>=0) {
with (document.forms[formNum].elements[elementNum]) {
i=selectedIndex;
if (i>=0) location=options[i].value;
      }
   }
}
function O(txt,url) {
a[k]=new Option(txt,url);k++;
}
function relate(formName,elementNum,j) {
if(v) {
k=1;

if(j==0) {  // default category item
a=new Array();
O("Then select accommodation type","");
}

if(j==1) { // 1st category items
a=new Array();
O("Then select accommodation type","");
O("Home Page","http://vacanzeatenerife.inthecanaryislands.com/");
O("Map","http://vacanzeatenerife.inthecanaryislands.com/mappa-tenerife-cartina/");
O("Weather","http://vacanzeatenerife.inthecanaryislands.com/clima-a-tenerife/");
O("Divertimento e Attrazione","http://vacanzeatenerife.inthecanaryislands.com/divertimenti-attrazioni/");
O("View All Properties","http://vacanzeatenerife.inthecanaryislands.com/D_TF_ALL-proprieta-tenerife/");
O("View Complete Directory","http://vacanzeatenerife.inthecanaryislands.com/direttorio-proprieta-a-tenerife/");
O("Benefits for you","http://vacanzeatenerife.inthecanaryislands.com/vantaggi/");
O("Add property","http://vacanzeatenerife.inthecanaryislands.com/aggiungi-proprieta-tenerife/");







}

if(j==2) { // 2nd category items
a=new Array();
O("Then select accommodation type","");
O("Home page","http://vacanzeatenerife.inthecanaryislands.com/forums/");
O("For Seniors","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=5");
O("For Families","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=3");
O("For Couples","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=6");
O("For Special Needs","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=4");
O("For Weddings","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=7");
O("For Groups","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=8");
O("For Business","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=2");
O("In Italiano","http://vacanzeatenerife.inthecanaryislands.com/tenerife-forum-community/index.php?c=9");






}

if(j==3) { // 3rd category items
a=new Array();
O("Then select accommodation type","");
O("Teide","http://vacanzeatenerife.inthecanaryislands.com/divertimenti-attrazioni/teide-tenerife.php");
O("Aguila Jungle Park","http://vacanzeatenerife.inthecanaryislands.com/divertimenti-attrazioni/aguila-jungle-park.php");
O("Loro Parque","http://vacanzeatenerife.inthecanaryislands.com/divertimenti-attrazioni/loro-parque-tenerife.php");
O("Aqualand Water park","http://vacanzeatenerife.inthecanaryislands.com/divertimenti-attrazioni/tenerife-water-park-aqualand.php");
O("Camel Park","http://vacanzeatenerife.inthecanaryislands.com/divertimenti-attrazioni/cammelli-tenerife.php");










}













































































































































aln2=a.length;
getFormNum(formName);
if (formNum>=0) {
formNum = formNum + 1;
with (document.forms[formNum].elements[elementNum]) {
for (var i=options.length-1;i>0;i--) options[i]=null;
for (var i=1;i<aln2;i++) options[i-1]=a[i];
options[0].selected=true;
      }
   }
} else {
jmp(formName,elementNum);
   }
}
// End -->


