
//***********************************************************************************************************************************************
//Image Array Example
//***********************************************************************************************************************************************
//Arguments are: imagepath, link, target, imagetext, imageTextPostionTop,
//               imageTextPositionLeft, imageTextColor
//Example Call:
//fadeimages[0] = ["/CMS/images/headers/Picture2.jpg", "http://www.joe.com", "_new", "RiverCamps on Crooked Creek", "150px", "800px", "#e9ffff"]
//***********************************************************************************************************************************************
var fadeimages = new Array()
fadeimages[0] = ["/CMS/images/headers/rivercamps.jpg", "", "", "<nobr>RiverCamps on Crooked Creek</nobr>", "475px", "750px", "#e9ffff"]
fadeimages[1] = ["/CMS/images/headers/watercolor.jpg", "", "", "WaterColor", "475px", "850px", "#e9ffff"]
//fadeimages[2] = ["/CMS/images/headers/CampCreekGolfWaterSound.jpg", "", "", "<nobr>Camp Creek Golf Club, WaterSound</nobr>", "395px", "725px", "#e9ffff"]
fadeimages[2] = ["/CMS/images/headers/watersound.jpg", "", "", "WaterSound Beach", "475px", "800px", "#e9ffff"]
fadeimages[3] = ["/CMS/images/headers/hp_background.jpg", "", "", "WaterSound Beach ", "475px", "800px", "#e9ffff"]


//***********************************************************************************************************************************************
//fadeshow call Example (using the Image Array created above)
//***********************************************************************************************************************************************
//Arguments are: imagearray, containerwidth, containerheight, pauseonhover(0=false;1=true), 
//               fadedelay, displayorder(R=Random, sending "" will progress images in ascending order)
//
//Example Call:
//new fadeshow(fadeimages, 940, 510, 0, 2500, 0, "R")
//***********************************************************************************************************************************************
new fadeshow(fadeimages, 940, 510, 0, 4500, 0, "")
