/*
Preload images script
By W. Jansen
*/

var preloadFlag = false;
function PreloadImages() {
if (document.images) {
bild01 = new Image("../images/layout/marini-rotator-sw.jpg");
bild02 = new Image("../images/layout/rose-rotator.jpg");
bild03 = new Image("../images/layout/inszenierung-rotator-sw.jpg");
bild04 = new Image("../images/layout/marini-rotator.jpg");
bild05 = new Image("../images/layout/rose-rotator-sw.jpg");
bild06 = new Image("../images/layout/inszenierung-rotator.jpg");
preloadFlag = true;
 }
}

