<!–//*******Fill in title of slideshow*******var slideshowtitle = 'Perot Museum of Nature & Science at Victory Park, 1155 Broom St., Dallas, TX';//*******Height of caption area*******var captionheight = '15px';//*******Sponsor info–if left blank, sponsor box will be left out*******var sponsorimage = '';var sponsorlink = '';//*******Pic URLs go here; one on each line; make sure last line doesn't have comma at the end*******var pics = ['http://www.globest.com/newspics/dal_perotmusesaboveview.jpg','http://www.globest.com/newspics/dal_perotmusesatriumup.jpg','http://www.globest.com/newspics/dal_perotmusetopofatrium.jpg','http://www.globest.com/newspics/dal_perotmusestreetview.jpg','http://www.globest.com/newspics/dal_perotmusenightview.jpg','http://www.globest.com/newspics/dal_perotmusemainlobby.jpg','http://www.globest.com/newspics/dal_perotmuseesclanding.jpg','http://www.globest.com/newspics/dal_perotmuseentryatrium.jpg','http://www.globest.com/newspics/dal_perotmuseebackplaza.jpg']//*******Captions go here; one on each line; make sure last line doesn’t have comma at the end*******var captions = ['Above View','Atrium Looking Up','Top of the Atrium','Street View','Night View','Main Lobby','Escalator Landing','Entry Atrium','Back of the Plaza']//*******Photo Credits go here; one on each line; make sure last line doesn’t have comma at the end*******var credits = ['','','','','','','','','']//*******DO NOT EDIT BELOW THIS LINE*******var numberofslides = pics.length;var thisPic = 0;function doFirst() {thisPic=0;document.getElementById(‘photo’).src=pics[thisPic];document.getElementById(‘slidenumber’).innerHTML=(thisPic+1) + ‘/’ + numberofslides;document.getElementById(‘caption’).innerHTML=captions[thisPic];document.getElementById(‘credit’).innerHTML=credits[thisPic];}function doLast() {thisPic=numberofslides-1;document.getElementById(‘photo’).src=pics[thisPic];document.getElementById(‘slidenumber’).innerHTML=(thisPic+1) + ‘/’ + numberofslides;document.getElementById(‘caption’).innerHTML=captions[thisPic];document.getElementById(‘credit’).innerHTML=credits[thisPic];}function doPrevious() { if (document.images && thisPic > 0) { thisPic–;document.getElementById(‘photo’).src=pics[thisPic];document.getElementById(‘slidenumber’).innerHTML=(thisPic+1) + ‘/’ + numberofslides;document.getElementById(‘caption’).innerHTML=captions[thisPic];document.getElementById(‘credit’).innerHTML=credits[thisPic]; } else {thisPic=numberofslides-1;document.getElementById(‘photo’).src=pics[thisPic];document.getElementById(‘slidenumber’).innerHTML=(thisPic+1) + ‘/’ + numberofslides;document.getElementById(‘caption’).innerHTML=captions[thisPic];document.getElementById(‘credit’).innerHTML=credits[thisPic];}}function doNext() { if (document.images && thisPic < (numberofslides-1)) { thisPic++;document.getElementById(‘photo’).src=pics[thisPic];document.getElementById(‘slidenumber’).innerHTML=(thisPic+1) + ‘/’ + numberofslides;document.getElementById(‘caption’).innerHTML=captions[thisPic];document.getElementById(‘credit’).innerHTML=credits[thisPic]; } else {thisPic=0;document.getElementById(‘photo’).src=pics[thisPic];document.getElementById(‘slidenumber’).innerHTML=(thisPic+1) + ‘/’ + numberofslides;document.getElementById(‘caption’).innerHTML=captions[thisPic];document.getElementById(‘credit’).innerHTML=credits[thisPic];}}–>
document.write(slideshowtitle); document.write(credits[0]);
document.write(“
“);
<< | < | document.write(thisPic+1);/document.write(numberofslides); | > | >> |
document.write(“
“);document.write(captions[0]);
<!–if (sponsorimage != “”) {document.write(“
Slideshow Sponsored by:
“);}–>