Hallo Sven,
var locationAfterPreload = "index1.html"// Hier den Pfad zur Seite die nach dem Vorladen geladen werden soll
if (!document.all) location.replace(locationAfterPreload)
if (currCount == imgLen) { location.replace(locationAfterPreload);
Anstatt location.replace(locationAfterPreload) musst du window.open(locationAfterPreload) nehmen.
Schau dir in Selfhtml genau an, wie location.replace() und window.open() funktionieren, solltest Du noch Fragen haben, poste bitte nur _relevanten_ Quellcode.
Gruß,
Dieter