// (C) 2002 www.CodeLifter.com // http://www.codelifter.com // Free for all users, but leave in this header.
// ============================== // Set the following variables... // ==============================
// Set the slideshow speed (in milliseconds) var SlideShowSpeed = 3000;
// Set the duration of crossfade (in seconds) var CrossFadeDuration = 70000;
var Picture = new Array(); // don't change this
Picture[1] = 'http://www.iowaseniorpictures.com/wp-content/uploads/319071660_3unZ3-M%5B1%5D.jpg'; Picture[2] = 'images/home-2.jpg'; Picture[3] = 'images/home-3.jpg'; Picture[4] = 'images/home-4.jpg'; Picture[5] = 'images/home-5.jpg';
// ===================================== // Do not edit anything below this line! // =====================================
var tss; var iss; var jss = 1; var pss = Picture.length-1;
var preLoad = new Array(); for (iss = 1; iss < pss+1; iss++){ preLoad[iss] = new Image(); preLoad[iss].src = Picture[iss];}
function runSlideShow(){ if (document.all){ document.images.PictureBox.style.filter="blendTrans(duration=2)"; document.images.PictureBox.style.filter="blendTrans(duration=CrossFadeDuration)"; document.images.PictureBox.filters.blendTrans.Apply();} document.images.PictureBox.src = preLoad[jss].src; if (document.all) document.images.PictureBox.filters.blendTrans.Play(); jss = jss + 1; if (jss > (pss)) jss=1; tss = setTimeout('runSlideShow()', SlideShowSpeed); }
if (document.images) { image1on = new Image(); image1on.src = "images/button-1-on.gif"; image2on = new Image(); image2on.src = "images/button-2-on.gif"; image3on = new Image(); image3on.src = "images/button-3-on.gif"; image4on = new Image(); image4on.src = "images/button-4-on.gif"; image5on = new Image(); image5on.src = "images/button-5-on.gif"; image6on = new Image(); image6on.src = "images/button-6-on.gif"; image7on = new Image(); image7on.src = "images/button-7-on.gif"; image8on = new Image(); image8on.src = "images/button-8-on.gif"; image9on = new Image(); image9on.src = "images/button-9-on.gif";
image1off = new Image(); image1off.src = "images/button-1-off.gif"; image2off = new Image(); image2off.src = "images/button-2-off.gif"; image3off = new Image(); image3off.src = "images/button-3-off.gif"; image4off = new Image(); image4off.src = "images/button-4-off.gif"; image5off = new Image(); image5off.src = "images/button-5-off.gif"; image6off = new Image(); image6off.src = "images/button-6-off.gif"; image7off = new Image(); image7off.src = "images/button-7-off.gif"; image8off = new Image(); image8off.src = "images/button-8-off.gif"; image9off = new Image(); image9off.src = "images/button-9-off.gif";
}
function changeImages() {
if (document.images) {
for (var i=0; i function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true); function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i
Test