var so = new SWFObject("flash/slideshow.swf", "print_slideshow", "325", "450", "7", "#ffffff");
so.addVariable("totalSlides", 5);  // define how many slides there are total
so.addVariable("currentImage",0);  // the number of the first slide in the slideshow
so.addVariable("imagePath","slideshow/slide_"); // the folder name and first part of the image name
so.addVariable("imageName","TGIADD Illustrations ");
so.addVariable("imageExt",".jpg"); // the image extension, placed here in case other file formats--such as PNG--are ever required
so.write("artwork_container");