// (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 = 3;

var Picture = new Array(); // don't change this
var Caption = new Array(); // don't change this

// Specify the image files...
// To add more images, just continue
// the pattern, adding to the array below.
// To use fewer images, remove lines
// starting at the end of the Picture array.
// Caution: The number of Pictures *must*
// equal the number of Captions!

Picture[1]  = 'Images/vinter/100.jpg';
Picture[2]  = 'Images/vinter/200.jpg';
Picture[3]  = 'Images/vinter/300.jpg';
Picture[4] = 'Images/vinter/400.jpg';
Picture[5] = 'Images/vinter/500.jpg';
Picture[6] = 'Images/vinter/600.jpg';
Picture[7] = 'Images/vinter/700.jpg';
Picture[8] = 'Images/vinter/800.jpg';
Picture[9] = 'Images/vinter/900.jpg';
Picture[10] = 'Images/vinter/1000.jpg';
Picture[11] = 'Images/vinter/5000.jpg';
Picture[12] = 'Images/vinter/1200.jpg';
Picture[13] = 'Images/vinter/1300.jpg';
Picture[14] = 'Images/vinter/1400.jpg';
Picture[15] = 'Images/vinter/1500.jpg';
Picture[16] = 'Images/vinter/1600.jpg';
Picture[17] = 'Images/vinter/1700.jpg';
Picture[18] = 'Images/vinter/1800.jpg';
Picture[19] = 'Images/vinter/1900.jpg';
Picture[20] = 'Images/vinter/2000.jpg';
Picture[21] = 'Images/vinter/2100.jpg';
Picture[22] = 'Images/vinter/2200.jpg';
Picture[23] = 'Images/vinter/2400.jpg';
Picture[24] = 'Images/vinter/2500.jpg';
Picture[25] = 'Images/vinter/2600.jpg';
Picture[26] = 'Images/vinter/2700.jpg';
Picture[27] = 'Images/vinter/2800.jpg';
Picture[28] = 'Images/vinter/2900.jpg';
Picture[29] = 'Images/vinter/3000.jpg';
Picture[30] = 'Images/vinter/3100.jpg';
Picture[31] = 'Images/vinter/3200.jpg';
Picture[32] = 'Images/vinter/3300.jpg';
Picture[33] = 'Images/vinter/3400.jpg';
Picture[34] = 'Images/vinter/3500.jpg';
Picture[35] = 'Images/vinter/3600.jpg';
Picture[36] = 'Images/vinter/3700.jpg';
Picture[37] = 'Images/vinter/3800.jpg';
Picture[38] = 'Images/sommer/6200s.jpg';
Picture[39] = 'Images/vinter/4000.jpg';
Picture[40] = 'Images/vinter/4100.jpg';
Picture[41] = 'Images/sommer/3900s.jpg';
Picture[42] = 'Images/vinter/4300.jpg';
Picture[43] = 'Images/vinter/4400.jpg';
Picture[44] = 'Images/vinter/4500.jpg';
Picture[45] = 'Images/sommer/6100s.jpg';
Picture[46] = 'Images/vinter/4700.jpg';
Picture[47] = 'Images/vinter/4800.jpg';
Picture[48] = 'Images/vinter/4900.jpg';
Picture[49] = 'Images/sommer/4900s.jpg';
Picture[50] = 'Images/sommer/5000s.jpg';
Picture[51] = 'Images/sommer/5100s.jpg';
Picture[52] = 'Images/sommer/5200s.jpg';
Picture[53] = 'Images/sommer/5400s.jpg';
Picture[54] = 'Images/sommer/5500s.jpg';
Picture[55] = 'Images/sommer/5600s.jpg';
Picture[56] = 'Images/sommer/5700s.jpg';
Picture[57] = 'Images/sommer/5800s.jpg';
Picture[58] = 'Images/sommer/6000s.jpg';

// Specify the Captions...
// To add more captions, just continue
// the pattern, adding to the array below.
// To use fewer captions, remove lines
// starting at the end of the Caption array.
// Caution: The number of Captions *must*
// equal the number of Pictures!

Caption[1]  = "This is the first caption.";
Caption[2]  = "This is the second caption.";
Caption[3]  = "This is the third caption.";
Caption[4]  = "This is the fourth caption.";
Caption[5]  = "This is the fifth caption.";
Caption[6]  = "This is the sixth caption.";
Caption[7]  = "This is the seventh caption.";
Caption[8]  = "This is the eighth caption.";
Caption[9]  = "This is the ninth caption.";
Caption[10] = "This is the tenth caption.";
Caption[11] = "This is the eleventh caption.";
Caption[12] = "This is the twelvth caption.";
Caption[13] = "This is the thirteenth caption.";
Caption[14] = "This is the fourteenth caption.";
Caption[15] = "This is the fifteenth caption.";
Caption[16] = "This is the sixteenth caption.";
Caption[17] = "This is the seventeenth caption.";
Caption[18] = "This is the eighteenth caption.";
Caption[19] = "This is the nineteenth caption.";
Caption[20] = "This is the twentieth caption.";
Caption[21] = "This is the twentyfirst caption.";
Caption[22] = "This is the twentysecond caption.";
Caption[23] = "This is the twentythird caption.";
Caption[24] = "This is the twentyfourth caption.";
Caption[25] = "This is the twentyfifth caption.";
Caption[26] = "This is the twentysixth caption.";
Caption[27] = "This is the twentyseventh caption.";
Caption[28] = "This is the twentyeighth caption.";
Caption[29] = "This is the twentyninth caption.";
Caption[30] = "This is the thirtieth caption.";
Caption[31] = "This is the thirtyfirst caption.";
Caption[32] = "This is the thirtysecond caption.";
Caption[33] = "This is the thirtythird caption.";
Caption[34] = "This is the thirtyfourth caption.";
Caption[35] = "This is the thirtyfifth caption.";
Caption[36] = "This is the thirtysixth caption.";
Caption[37] = "This is the thirtyseventh caption.";
Caption[38] = "This is the thirtyeighth caption.";
Caption[39] = "This is the thirtyninth caption.";
Caption[40] = "This is the fortieth caption.";
Caption[41] = "This is the fortyfirst caption.";
Caption[42] = "This is the fortysecond caption.";
Caption[43] = "This is the fortythird caption.";
Caption[44] = "This is the fortyfourth caption.";
Caption[45] = "This is the fortyfifth caption.";
Caption[46] = "This is the fortysixth caption.";
Caption[47] = "This is the fortyseventh caption.";
Caption[48] = "This is the fortyeighth caption.";
Caption[49] = "This is the fortyninth caption.";
Caption[50] = "This is the fiftieth caption.";
Caption[51] = "This is the fiftyfirst caption.";
Caption[52] = "This is the fiftysecond caption.";
Caption[53] = "This is the fiftythird caption.";
Caption[54] = "This is the fiftyfourth caption.";
Caption[55] = "This is the fiftyfifth caption.";
Caption[56] = "This is the fiftysixth caption.";
Caption[57] = "This is the fiftyseventh caption.";
Caption[58] = "This is the fiftyeighth caption.";




// =====================================
// 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);
}
