// This script is © 2004 Media One Inc. (2 of 2 parts)
//for information on using this or any other Media One script contact aaron@m-1.com
// This script is built to handle any number of pics & words.


var time = 3000;  //this is the time that each picture is dsplayed in 1/1000's of a second.
					//only change this number matches the number of pics in "img" folder.

var picNum = 4;   //this is the number of pictures, this number should not exceed the length of the wordArray below.
					//each picture must be put in the "img" folder and named 1.gif, 2.gif and so on. picures must be 157 pixels tall and no wider that 740 pixels. 
					
					
//these are the words, in order that they appear. CANNOT contain special characters i.e. ' & etc.
//The wordArray can be expanded to indefinate # of arguements, but should not be expanded past the # of pictures.
var wordArray = new makeArray(	'CUSTOMIZED',  
								'SPECIALIZED',
								'QUALITY',
								'PERFORMANCE');