//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='Images/left.gif';
var stopimg='Images/stop.gif';
var playimg='Images/play.gif';
var nextimg='Images/right.gif';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["Images/Portfolio-Images/Instant-Auto-Insurance-Quotes.gif", "www.instantautoinsurance-quotes.com", "http://www.instantautoinsurance-quotes.com/", "_blank"];
slides[1] = ["Images/Portfolio-Images/Sony-lcd-screen.gif", "www.sonylcdscreen.com", "http://www.sonylcdscreen.com" ,"_blank"];
slides[2] = ["Images/Portfolio-Images/BSBS.gif", "www.thebluecrossblueshield.com", "http://www.thebluecrossblueshield.com/" ,"_blank"];
slides[3] = ["Images/Portfolio-Images/Apple-Lcd-Screen.gif", "www.applelcdscreen.com", "http://www.applelcdscreen.com" ,"_blank"];
slides[4] = ["Images/Portfolio-Images/Trinity-web-group.gif", "Coming Soon", "", ""];
slides[5] = ["Images/Portfolio-Images/Laptop-Screen-Pro.gif", "Coming Soon", "", ""];
//above slide show uses only the defaults

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 

slides2[0] = ["Images/Portfolio-Images/Instant-Auto-Insurance-Quotes.gif", "www.instantautoinsurance-quotes.com", "http://www.instantautoinsurance-quotes.com/", "_blank"];
slides2[1] = ["Images/Portfolio-Images/Sony-lcd-screen.gif", "www.sonylcdscreen.com", "http://www.sonylcdscreen.com" ,"_blank"];
slides2[2] = ["Images/Portfolio-Images/BSBS.gif", "www.thebluecrossblueshield.com", "http://www.thebluecrossblueshield.com/" ,"_blank"];
slides2[3] = ["Images/Portfolio-Images/Apple-Lcd-Screen.gif", "www.applelcdscreen.com", "http://www.applelcdscreen.com" ,"_blank"];
slides2[4] = ["Images/Portfolio-Images/Trinity-web-group.gif", "Coming Soon", "", ""];
slides2[5] = ["Images/Portfolio-Images/Laptop-Screen-Pro.gif", "Coming Soon", "", ""];

//optional properties for these images:
slides2.desc_prefix='<b>Description:<\/b> '; //string prefix for image descriptions display
slides2.controls_top=1; //use for top controls
slides2.counter=0; //use to show image count
slides2.width=285; //use to set width of widest image if dimensions vary
slides2.height=312; //use to set height of tallest image if dimensions vary
slides2.no_auto=1; //use to make show completely user operated (no play button, starts in stopped mode)
slides2.use_alt=1; //use for descriptions as images alt attributes
slides2.use_title=1; //use for descriptions as images title attributes
slides2.nofade=1; //use for no fade-in, fade-out effect for this show
slides2.border=0; //set border width for images
slides2.border_color='lightblue'; //set border color for images

var slides3=[]; //THIRD SLIDESHOW
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
slides3[0] = ["Images/Portfolio-Images/Instant-Auto-Insurance-Quotes.gif", "www.instantautoinsurance-quotes.com", "http://www.instantautoinsurance-quotes.com/", "_blank"];
slides3[1] = ["Images/Portfolio-Images/Sony-lcd-screen.gif", "www.sonylcdscreen.com", "http://www.sonylcdscreen.com" ,"_blank"];
slides3[2] = ["Images/Portfolio-Images/BSBS.gif", "www.thebluecrossblueshield.com", "http://www.thebluecrossblueshield.com/" ,"_blank"];
slides3[3] = ["Images/Portfolio-Images/Apple-Lcd-Screen.gif", "www.applelcdscreen.com", "http://www.applelcdscreen.com" ,"_blank"];
slides3[4] = ["Images/Portfolio-Images/Trinity-web-group.gif", "Coming Soon", "", ""];
slides3[5] = ["Images/Portfolio-Images/Laptop-Screen-Pro.gif", "Coming Soon", "", ""];
//optional properties for these images:
slides3.no_descriptions=1; //use for no descriptions displayed
slides3.pause=1; //use for pause onmouseover
slides3.image_controls=1; //use images for controls
slides3.button_highlight='#cccccc'; //onmouseover background-color for image buttons (requires image_controls=1)
slides3.specs='width=476, height=444' //global specifications for this show's new window(s)
slides3.random=1; //set a random slide sequence on each page load
slides3.manual_start=1; //start show in manual mode (stopped)
