<!--
function preload() {
	
	arImageSrc = new Array (
	"http://www.korso-marin.multi.fi/bilder/bg15.jpg",
	"http://www.korso-marin.multi.fi/bilder/bg16.jpg",
	"http://www.korso-marin.multi.fi/bilder/frontbild5.jpg",
	"http://www.korso-marin.multi.fi/bilder/paper4.jpg",
	"http://www.korso-marin.multi.fi/bilder/510.jpg",
	"http://www.korso-marin.multi.fi/bilder/610c.jpg",
	"http://www.korso-marin.multi.fi/bilder/610f.jpg",
	"http://www.korso-marin.multi.fi/bilder/800f.jpg",
	"http://www.korso-marin.multi.fi/bilder/800c.jpg",
	"http://www.korso-marin.multi.fi/bilder/880.jpg",
	"http://www.korso-marin.multi.fi/bilder/1040f.jpg",
	"http://www.korso-marin.multi.fi/bilder/1100w2.jpg",
	"http://www.korso-marin.multi.fi/bilder/rit1040fupp2.jpg",
	"http://www.korso-marin.multi.fi/bilder/rit1040fsida2.jpg",
	"http://www.korso-marin.multi.fi/bilder/rit800fsida2.jpg",
	"http://www.korso-marin.multi.fi/bilder/rit880csida2.jpg"
	

	
	)
	
	arImageList = new Array ();
	
	for (counter in arImageSrc) {
	arImageList[counter] = new Image();
	arImageList[counter].src = 
	arImageSrc[counter];
}

}
// -->
