document.write('<A CLASS=arrows STYLE="cursor: url(http://www.davidbittondesign.com/images/ArrowEast.cur), e-resize" HREF="javascript:NextPrev(\'N\',this);" OnMouseOver="window.status=\'Appuyez sur la touche &#147;Plus&#148; pour aller &agrave; la prochain plan architectural\'; return true;">PROCHAIN</A>');
// My deepest thanks go out to James Alarie, jalarie@flint.umich.edu, http://spruce.flint.umich.edu/~jalarie/, for writing this script for me!
var np_links = new Array(
"LesignyPavillon00.htm",
"LesignyPavillon01.htm",
"LesignyPavillon02.htm",
"LesignyPavillon03.htm",
"LesignyPavillon04.htm",
"LesignyBains00.htm",
"LesignyBains01.htm",
"LesignyBains02.htm",
"CharlesFloquet00.htm",
"CharlesFloquet01.htm",
"CharlesFloquet02.htm",
"CharlesFloquet03.htm",
"CharlesFloquet04.htm",
"CharlesFloquet05.htm",
"BlancMesnil00.htm",
"BlancMesnil01.htm",
"BlancMesnil02.htm",
"BlancMesnil03.htm",
"PlaceVictorHugo01.htm",
"PlaceVictorHugo01b.htm",
"PlaceVictorHugo02.htm",
"PlaceVictorHugo03.htm",
"PlaceVictorHugo04.htm",
"PlaceVictorHugo05.htm",
"PlaceVictorHugo06.htm",
"PlaceVictorHugo07.htm",
"BainsDuMarais01.htm",
"BainsDuMarais02.htm",
"BainsDuMarais03.htm",
"BainsDuMarais04.htm",
"BainsDuMarais05.htm",
"BainsDuMarais06.htm",
"BainsDuMarais07.htm",
"BainsDuMarais08.htm",
"BainsDuMarais09.htm",
"CesarFranck01.htm",
"CesarFranck02.htm",
"PalaceHotel01.htm",
"PalaceHotel02.htm",
"PalaceHotel03.htm",
"PalaceHotel04.htm",
"PalaceHotel05.htm",
"PalaceHotel06.htm",
"PalaceHotel07.htm",
"PalaceHotel08.htm",
"PalaceHotel09.htm",
"PalaceHotel10.htm",
"PalaceHotel11.htm",
"PalaceHotel12.htm",
"PalaceHotel13.htm",
"CentreMedical07.htm",
"CentreMedical05.htm",
"CentreMedical04.htm",
"CentreMedical03.htm",
"CentreMedical01.htm",
"CentreMedical06.htm",
"CentreMedical02.htm",
"VIPOptical01.htm",
"VIPOptical02.htm",
"index.htm",
"KriefResidence02.htm",
"KriefResidence03.htm",
"KriefResidence04.htm",
"KriefResidence05.htm",
"KriefResidence06.htm",
"KriefResidence07.htm",
"KriefResidence08.htm",
"KriefResidence09.htm");

function NextPrev(Which,This) {
Loop='yes';
URL=document.location.href;
ix1=URL.indexOf('?');
if (ix1 > -1) { URL=URL.substring(0,ix1); }
ix1=URL.lastIndexOf('/');
if (ix1 > -1) { URL=URL.substring(ix1+1); }
links_len=np_links.length;
for (ix1=0; ix1<links_len; ix1++) {
link=np_links[ix1];
if (link == URL) {
if (Which == 'N') {
ix2=ix1*1 + 1;
if (ix2 >= links_len) {
if (Loop == 'no') {
alert('Last picture in the series on United States.');
if (This.href) { This.href=URL; }
return false;
}
ix2=0;
}
locn=np_links[ix2];
document.location=locn;
if (This.href) { This.href=locn; }
return false;
} else {
ix2=ix1 - 1;
if (ix2 < 0) {
if (Loop == 'no') {
alert('Beginning of list.');
if (This.href) { This.href=URL; }
return false;
}
ix2=links_len-1;
}
locn=np_links[ix2];
document.location=locn;
if (This.href) { This.href=locn; }
return false;
}
}
}
}

var timer = null
function slideshow() { NextPrev('N',this); }
timer=setTimeout('slideshow()',300000)

function ejs_code_clavier(keyStroke) {
ejs_code_eventChooser = (!document.all) ? keyStroke.which : event.keyCode;
ejs_code_which = String.fromCharCode(ejs_code_eventChooser);
if (ejs_code_which =='+'  ){ NextPrev('N',this); }
else if (ejs_code_which == '-'  ){ NextPrev('P',this); }
return true
}
document.onkeypress = ejs_code_clavier;