

//<!--
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);
// -->




//<!-- Begin
// Set slideShowSpeed (milliseconds)
var slideShowSpeed = 3000;
// Duration of crossfade (seconds)
var crossFadeDuration = 4000;
// Specify the image files
var fot = new Array();
// to add more images, just continue
// the pattern, adding to the array below

fot[0] = 'images/design1k.jpg'
fot[1] = 'images/design99.jpg'
fot[2] = 'images/design6k.jpg'
fot[3] = 'images/design3k.jpg'
fot[4] = 'images/design8k.jpg'
fot[5] = 'images/designkk.jpg'
fot[6] = 'images/design7k.jpg'

// do not edit anything below this line
var z;
var x = 0;
var f = fot.length;
var preLoad = new Array();
for (y = 0; y < f; y++) {
preLoad[y] = new Image();
preLoad[y].src = fot[y];
}
function runSlideShow1() {
if (document.images) {
document.images.Tunner.style.filter="blendTrans(duration=2)";
document.images.Tunner.style.filter="blendTrans(duration=crossFadeDuration)";
document.images.Tunner.filters.blendTrans.Apply();
}
document.images.Tunner.src = preLoad[x].src;
if (document.images) {
document.images.Tunner.filters.blendTrans.Play();
}
x = x + 1;
if (x > (f - 1)) x = 0;
z = setTimeout('runSlideShow1()', slideShowSpeed);
}
// 
