var aUrl=new Array();
aUrl[0]='http://www.tourmontparnasse56.com';
aUrl[1]='/sp/plan_site/index.html';
aUrl[2]='/sp/contact/index.html';
aUrl[3]='/sp/plan/index.html';
aUrl[4]='/sp/liens_paris/index.html';
aUrl[5]='/sp/partenaires/index.html';
aUrl[6]='/sp/vue/terrasse.html';
aUrl[7]='/sp/vue/etage.html';
aUrl[8]='/sp/vue/visite.html';
aUrl[9]='/sp/destination/quartier.html';
aUrl[10]='/sp/destination/lieux.html';
aUrl[11]='/sp/espace/presentation.html';
aUrl[12]='/sp/espace/location.html';

aUrl[101]='/de/';
aUrl[102]='/uk/';
aUrl[103]='/sp/';
aUrl[104]='/fr/';
aUrl[105]='/it/';
aUrl[106]='/jp/';
aUrl[107]='/cn/';
aUrl[108]='/ru/';

function openPage(iValue) {
	window.location.href = aUrl[iValue];
}
