// JavaScript Document
<!--

// Create the slideshow object for Radius Exterior Casings
ss = new slideshow("ss");
ss.timeout = 3000;

// Create the slides and add them to the slideshow.
s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Casings_1.jpg";
ss.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Casings_2.jpg";
ss.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Casings_5.jpg";
ss.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Casings_6.jpg";
ss.add_slide(s);

// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss.slides.length; i++) {

  s = ss.slides[i];
  s.target = "ss_popup";
  s.text = "<em class=slidetext>Curved windows and door casings, curved garage door jambs and casings along with eyebrow dormer casings can be made in any profile.  Our Millshop can template your project and provide any profile you desire for almost any curved application.</em>";
  s.attr = "width=497,height=500,resizable=yes,scrollbars=yes";

}

// Create the slideshow object for Radius Exterior Jambs
ss1 = new slideshow("ss1");
ss1.timeout = 3000;

// Create the slides and add them to the slideshow.
s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Jambs_1.jpg";
ss1.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Jambs_2.jpg";
ss1.add_slide(s);

// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss1.slides.length; i++) {

  s = ss1.slides[i];
  s.target = "ss1_popup";
  s.text = "<em class=slidetext>Radius exterior jambs, door jambs, and curved garage door jambs can be made in any profile.</em>";
  s.attr = "width=497,height=500,resizable=yes,scrollbars=yes";

}

// Create the slideshow object for Radius Exterior Trim
ss2 = new slideshow("ss2");
ss2.timeout = 3000;

// Create the slides and add them to the slideshow.
s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Trim_1.jpg";
ss2.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Trim_2.jpg";
ss2.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Trim_3.jpg";
ss2.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Trim_4.jpg";
ss2.add_slide(s);

// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss2.slides.length; i++) {

  s = ss2.slides[i];
  s.target = "ss2_popup";
  s.text = "<em class=slidetext>Exterior curved cornices are a very popular item in our Custom Millwork Shop. Curved fascias, soffits and crowns are no problem -- just send specifications or call for a millwork specialist to review or template your curved project.</em>";
  s.attr = "width=497,height=500,resizable=yes,scrollbars=yes";

}

// Create the slideshow object for Radius Exterior Railing
ss3 = new slideshow("ss3");
ss3.timeout = 3000;

// Create the slides and add them to the slideshow.
s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Rails_1.jpg";
ss3.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Rails_2.jpg";
ss3.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Rails_3.jpg";
ss3.add_slide(s);

s = new slide();
s.src =  "assets/graphics/custom_millwork/radius/exterior/Rad-E-Rails_4.jpg";
ss3.add_slide(s);

// The following loop sets an attribute for all of the slides.
// This is easier than setting the attributes individually.

for (var i=0; i < ss3.slides.length; i++) {

  s = ss3.slides[i];
  s.target = "ss3_popup";
  s.text = "<em class=slidetext>Curved railing and deck design are a very popular enhancement to any home. Our Custom Millwork Shop can match any railing or assist in the design of any curved custom railing profile. Interstate + Lakeland Lumber can also provide any style post, newel post or column. Ballusters are available in a variety of stock profiles and can also be turned to any specification.</em>";
  s.attr = "width=497,height=500,resizable=yes,scrollbars=yes";

}

//-->