//time delay
var ss_delay = 8;
var ss_slideimages=new Array();
var ss_slidelinks=new Array();
var ss_slidecaptions=new Array();
var ss_index = 0;
var ss_images = "slideshow/images/";



// Information for Slide #1 //
/////////////////////////////
// path to picture in format: slideshoe/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "scholasticsidbyside400.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=112";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "The new Scholastic building designed to fit into the historic cast iron district in SoHo.<br><br>Architect: Aldo Rossi";
ss_index++;

// Information for Slide #2 //
/////////////////////////////
// path to picture in format: slideshoe/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "bmafinish400.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=45";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "The new Eastern Parkway entrance to the Brooklyn Museum redefines art in structure.<br><br>Architect: Polshek Partnership";
ss_index++;

// Information for Slide #3 //
/////////////////////////////
// path to picture in format: slideshoe/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "westperry400.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=133";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "West Perry Condominium Towers located in Manhattan's meat-packing district.<br><br>Architect: Richard Meier";
ss_index++;


// Information for Slide #4 //
/////////////////////////////
// path to picture in format: slideshoe/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "fallingwater400.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=135";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "The best all-time work of American Architecture.<br><br>Architect: Frank Lloyd Wright";
ss_index++;



// Information for Slide #5 //
/////////////////////////////
// path to picture in format: slideshoe/images/mypicture.jpg
ss_slideimages[ss_index] = ss_images + "morganslide.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=180";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "A new steel and glass central court integrates the Morgan's three historic buildings increasing exhibition space with new theater and expanded storage below.<br><br>Architect: Renzo Piano with Beyer Blinder Belle";
ss_index++;

/*
// Information for Slide #4 //
/////////////////////////////
// path to picture in format: slideshoe/images/mypicture.jpg
ss_slideimages[ss_index] = "slideshow/images/fallingwater400.jpg";
// link to project detail page in format: projects/detail.php?id=###
ss_slidelinks[ss_index] = "projects/detail.php?id=135";
// Caption that goes along with slide. Do not use double quotes!
ss_slidecaptions[ss_index] = "Frank Lloyd Wright's Fallingwater is an international icon of our American architectural heritage.";
ss_index++;
*/
