





lanLink = new Array();

// not being used for now...
lanLink[1] = "changeLang.jsp?lang=tr&page="+document.location.href; // tr
lanLink[2] = "changeLang.jsp?lang=en&page="+document.location.href; // en
lanLink[3] = "changeLang.jsp?lang=de&page="+document.location.href; // de
lanLink[4] = "ru/homepage.html"; // ru
lanLink[5] = "changeLang.jsp?lang=fr&page="+document.location.href; // fr
lanLink[6] = "ch/homepage.html"; // ch
lanLink[7] = "changeLang.jsp?lang=nl&page="+document.location.href; // nl
lanLink[8] = "changeLang.jsp?lang=it&page="+document.location.href; // it

function fnLan(linkid) {
  location = lanLink[linkid];
}

HillLink = new Array();

// not being used for now...
HillLink[1] = "homepage.jsp"; // Hillside BeachClub
HillLink[2] = "http://www.hillsidesu.com"; // Hillside Su
HillLink[3] = "http://www.hillside.com.tr/HillsideCityClub/homepage.jsp"; // Sports
HillLink[4] = "http://www.kulubekac.com"; // Trio
HillLink[5] = "http://www.cinecity.com.tr/"; // Cinemas

function fnHill(linkid) {
  location = HillLink[linkid];
}

aLink = new Array();
aLink[0] = "index.jsp";

function fnGoTo(iLinkId){
	if(aLink[iLinkId]) {
		location = aLink[iLinkId];
	} else {
		window.status="Not available!!! ("+iLinkId+")";
		setTimeout("window.status=''", 5000);
	}
}

aLink[2]="content_reader.jsp?contentCode=shops_carwax";
aLink[3]="content_reader.jsp?contentCode=shops_chocolate";
aLink[4]="content_reader.jsp?contentCode=shops_ilchianti";
aLink[11]="content_reader.jsp?contentCode=gym";
aLink[12]="content_reader.jsp?contentCode=cardio";
aLink[13]="content_reader.jsp?contentCode=lvarea";
aLink[14]="content_reader.jsp?contentCode=squash";
aLink[15]="content_reader.jsp?contentCode=tennis";
aLink[16]="content_reader.jsp?contentCode=basketball";
aLink[17]="content_reader.jsp?contentCode=swim";
aLink[18]="content_reader.jsp?contentCode=program";
aLink[19]="content_reader.jsp?contentCode=reebok";
aLink[20]="content_reader.jsp?contentCode=ihrsa";
aLink[21]="content_reader.jsp?contentCode=tournaments";
aLink[22]="content_reader.jsp?contentCode=aftersports";
aLink[23]="content_reader.jsp?contentCode=spa";
aLink[24]="content_reader.jsp?contentCode=shops_sunvital";
aLink[25]="content_reader.jsp?contentCode=shops_reebokshop";
aLink[26]="content_reader.jsp?contentCode=shops_bpc";
aLink[28]="content_reader.jsp?contentCode=shops_dandr";
aLink[29]="content_reader.jsp?contentCode=pilates";
aLink[30]="content_reader.jsp?contentCode=shops_vale";
aLink[31]="content_reader.jsp?contentCode=shops_mezzaluna";
aLink[32]="content_reader.jsp?contentCode=shops_starbucks";
aLink[33]="content_reader.jsp?contentCode=shops_onebar";
aLink[34]="content_reader.jsp?contentCode=shops_toststop";
aLink[35]="content_reader.jsp?contentCode=shops_sosa";
aLink[36]="content_reader.jsp?contentCode=shops_sportscafe";
aLink[37]="content_reader.jsp?contentCode=shops_planet";
aLink[38]="content_reader.jsp?contentCode=activity";
aLink[39]="clubmail.jsp?contentCode=clubmail";
aLink[40]="content_reader.jsp?contentCode=hillsidercard";
aLink[41]="gallery.jsp?contentCode=gallery_activity";
aLink[42]="contact.jsp?contentCode=contact_guest";
aLink[43]="contact.jsp?contentCode=contact_membership";
aLink[46]="content_reader.jsp?contentCode=shops_3ms";
aLink[51]="content_reader.jsp?contentCode=shops_balpetek";
aLink[52]="content_reader.jsp?contentCode=shops_menguard";
aLink[53]="content_reader.jsp?contentCode=sportsteam";


// static links:

aLink[1] = "changeLang.jsp?lang=tr&page="+document.location.href; // tr
aLink[2] = "changeLang.jsp?lang=en&page="+document.location.href; // en
aLink[3] = "";
//aLink[4] = "http://www.hillside.com.tr/HillsideBeachClub/index.jsp";  // HBC
aLink[4] = "http://www.HillsideBeachClub.com";  // HBC
aLink[5] = "http://www.hillside.com.tr/HillsideSuHotel/index.jsp";  // Hillside SU
aLink[6] = "http://www.hillside.com.tr/HillsideCityClub/index.jsp";  // HCC Etiler
aLink[7] = "http://www.hillside.com.tr/HillsideCityClubTrio/index.jsp";  // HCC Trio
aLink[8] = "http://www.cinecity.com.tr/";  // CineCity
aLink[9] = "";
aLink[10] = "http://www.hillside.com.tr/SandaSpa/index.html";	//Sanda Day SPA
aLink[11] = "http://www.hillside.com.tr/hillside/sports/clubmail/070820_factsheet.swf";	//HCC İstinye

