

//	To add images, look at the following example:

//	var banners=[]; //FIRST SLIDESHOW
//	configure the below images and descriptions to your own.
//	banners[0] = ["images/banner1.jpg", ""];
//	banners[1] = ["images/banner2.jpg", ""];
//	banners[2] = ["images/banner3.jpg", ""];

//  1. Copy & paste the last line, banners[2] = ["images/banner3.jpg", ""];
//  2. Change the [2] to [3] (the next image will be [4], and so on
//  3. "images" means that the jpg file is in the images folder. Make sure image is placed int he images folder
//	4. "banner3.jpg" is the name of the image. Change the name of the image.





var banners=[]; //HOMEPAGE BANNER > rotatingBannerNEW.psd > 935px x 323px
//configure the below images and descriptions to your own.
banners[0] = ["images/banner1.jpg", ""];
banners[1] = ["images/banner2.jpg", ""];
banners[2] = ["images/banner3.jpg", ""];


//above slide show uses only the defaults
banners.fadecolor=1; //will set fading images background color, defaults to white
banners.no_controls=1; //will set a slide show with no controls
banners.no_descriptions=1; //use for no descriptions displayed
banners.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
banners.nofade=0; //use for no fade-in, fade-out effect for this show
banners.use_alt=1; //use for descriptions as images alt attributes

var recognizedReferenced=[]; //RECOGNIZED & REFERENCED PAGE > content-image.psd > 353px x 287px
//configure the below images and descriptions to your own.
recognizedReferenced[0] = ["../../images/RR1.jpg", ""];
recognizedReferenced[1] = ["../../images/RR2.jpg", ""];
recognizedReferenced[2] = ["../../images/RR3.jpg", ""];
recognizedReferenced[3] = ["../../images/RR4.jpg", ""];
recognizedReferenced[4] = ["../../images/RR5.jpg", ""];
recognizedReferenced[5] = ["../../images/RR6.jpg", ""];
recognizedReferenced[6] = ["../../images/RR7.jpg", ""];


//above slide show uses only the defaults
recognizedReferenced.fadecolor=1; //will set fading images background color, defaults to white
recognizedReferenced.no_controls=1; //will set a slide show with no controls
recognizedReferenced.no_descriptions=1; //use for no descriptions displayed
recognizedReferenced.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
recognizedReferenced.nofade=0; //use for no fade-in, fade-out effect for this show
recognizedReferenced.use_alt=1; //use for descriptions as images alt attributes



var landing_logo = []; //FIRST SLIDESHOW

/* Charlie wrote this to randomize the image display order */
/*cap
var image_list = ['images/landing_logo1.jpg','images/landing_logo2.jpg','images/landing_logo3.jpg','images/landing_logo4.jpg','images/landing_logo5.jpg','images/landing_logo6.jpg','images/landing_logo7.jpg'];

var i; var num; var len = image_list.length;

/* Change the delayseconds to determine the time between images */

var delayseconds = 10;
var delaytime = 1000*delayseconds;


/* 05/06/2010 CPosey for Asthma images*/

landing_logo[0] = ["../images/ChildrenExposedToVOCs.gif", ""];
landing_logo[1] = ["../images/EverydayPplMissSchool.gif", ""];
landing_logo[2] = ["../images/MinimizeExposure.gif", ""];
landing_logo[3] = ["../images/WithinThePast10Yrs.gif", ""];
landing_logo[4] = ["../images/ChildrenExposedToVOCs.gif", ""];
landing_logo[5] = ["../images/MinimizeExposure.gif", ""];
landing_logo[6] = ["../images/ChildrenExposedToVOCs.gif", ""];
landing_logo[7] = ["../images/WithinThePast10Yrs.gif", ""];
landing_logo[8] = ["../images/MinimizeExposure.gif", ""];
landing_logo[9] = ["../images/EverydayPplMissSchool.gif", ""];
landing_logo[10] = ["../images/WithinThePast10Yrs.gif", ""];
landing_logo[11] = ["../images/EverydayPplMissSchool.gif", ""];

/*Above comments temporary*/

//above slide show uses only the defaults
landing_logo.fadecolor=0; //will set fading images background color, defaults to white
landing_logo.no_controls=1; //will set a slide show with no controls
landing_logo.no_descriptions=1; //use for no descriptions displayed
landing_logo.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
landing_logo.nofade=0; //use for no fade-in, fade-out effect for this show
landing_logo.use_alt=1; //use for descriptions as images alt attributes
landing_logo.speed = 'slow'; 
landing_logo.pause=1;


/*cap
for (i=0; i<len; i++)
{
	num = Math.floor(Math.random() * image_list.length);
	landing_logo.push([image_list[num],""]);
	landing_logo.pause=1 ; 
	image_list.splice(num,1);
}
*/


//configure the below images and descriptions to your own.
/*
landing_logo[0] = ["../images/landing_logo1.jpg", ""];
landing_logo[1] = ["../images/landing_logo2.jpg", ""];
landing_logo[2] = ["../images/landing_logo3.jpg", ""];
landing_logo[3] = ["../images/landing_logo4.jpg", ""];
landing_logo[4] = ["../images/landing_logo5.jpg", ""];
landing_logo[5] = ["../images/landing_logo6.jpg", ""];
landing_logo[6] = ["../images/landing_logo7.jpg", ""];
*/

/* cap
//above slide show uses only the defaults
landing_logo.fadecolor=1; //will set fading images background color, defaults to white
landing_logo.no_controls=1; //will set a slide show with no controls
landing_logo.no_descriptions=1; //use for no descriptions displayed
landing_logo.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
landing_logo.nofade=0; //use for no fade-in, fade-out effect for this show
landing_logo.use_alt=1; //use for descriptions as images alt attributes
*/


var quickSearch_logo=[]; //QUICK SEARCH LOGOS > newlyCertifiedPlaceholder.psd > 267px x 160px
//configure the below images and descriptions to your own.
quickSearch_logo[0] = ["../images/quickSearch_Unicell267.gif", ""];
quickSearch_logo[1] = ["../images/quickSearch_9to5Seating267.gif", ""];
quickSearch_logo[2] = ["../images/quickSearch_DesignOptions267.gif", ""];
quickSearch_logo[3] = ["../images/quickSearch_ErichKeller267.gif", ""];
quickSearch_logo[4] = ["../images/quickSearch_Forbo267.gif", ""];
quickSearch_logo[5] = ["../images/quickSearch_JontiCraft267.gif", ""];
quickSearch_logo[6] = ["../images/quickSearch_SouthernWallProd267.gif", ""];
quickSearch_logo[7] = ["../images/quickSearch_UltraFabrics267.gif", ""];



//above slide show uses only the defaults
quickSearch_logo.fadecolor=1; //will set fading images background color, defaults to white
quickSearch_logo.no_controls=1; //will set a slide show with no controls
quickSearch_logo.no_descriptions=1; //use for no descriptions displayed
quickSearch_logo.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
quickSearch_logo.nofade=0; //use for no fade-in, fade-out effect for this show
quickSearch_logo.use_alt=1; //use for descriptions as images alt attributes



var advancedSearch_logo=[]; //ADVANCED SEARCH LOGOS > logoJS.psd > 195px x 195px
//configure the below images and descriptions to your own.
advancedSearch_logo[0] = ["../images/advancedSearch_Unicell195.gif", ""];
advancedSearch_logo[1] = ["../images/advancedSearch_9to5Seating195.gif", ""];
advancedSearch_logo[2] = ["../images/advancedSearch_DesignOptions195.gif", ""];
advancedSearch_logo[3] = ["../images/advancedSearch_ErichKeller195.gif", ""];
advancedSearch_logo[4] = ["../images/advancedSearch_Forbo195.gif", ""];
advancedSearch_logo[5] = ["../images/advancedSearch_JontiCraft195.gif", ""];
advancedSearch_logo[5] = ["../images/advancedSearch_SouthernWallProd195.gif", ""];
advancedSearch_logo[5] = ["../images/advancedSearch_UltraFabrics195.gif", ""];


//above slide show uses only the defaults
advancedSearch_logo.fadecolor=1; //will set fading images background color, defaults to white
advancedSearch_logo.no_controls=1; //will set a slide show with no controls
advancedSearch_logo.no_descriptions=1; //use for no descriptions displayed
advancedSearch_logo.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
advancedSearch_logo.nofade=0; //use for no fade-in, fade-out effect for this show
advancedSearch_logo.use_alt=1; //use for descriptions as images alt attributes