// JavaScript Document

SLIDES = new slideshow("SLIDES");

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Glaub_sm.gif";
s.text = "Open link in same window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Hickory_sm.gif";
s.link = "";
s.text = "Open link in same window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Goodrich_sm.gif";
s.link = "";
s.text = "Open link in new window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Courtesy_sm.gif";
s.link = "";
s.text = "Open link in new window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Ft_Wayne_sm.gif";
s.link = "#";
s.text = "Open link in new window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Industrial_sm.gif";
s.link = "#";
s.text = "Open link in new window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Buckner_sm.gif";
s.link = "";
s.text = "Open link in same window";
s.timeout = "6000"
SLIDES.add_slide(s);


s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Mechanicsville_sm.gif";
s.link = "#";
s.text = "Open link in new window";
s.timeout = "6000"
SLIDES.add_slide(s);

s = new slide();
s.src = "../Investment_Property_Portfolio/properties/Walker_sm.gif";
s.link = "#";
s.text = "Open link in same window";
s.timeout = "6000"
SLIDES.add_slide(s);




