BrowserIsOK =
(((navigator.appName == "Netscape") &&
(parseInt(navigator.appVersion) >= 3 )) ||
((navigator.appName == "Microsoft Internet Explorer") &&
(parseInt(navigator.appVersion) >= 4 )));
function ImageLoad(img)
{
var Content=new Image();
Content.src=img;
return Content;
}
if(BrowserIsOK)
{
bild1=ImageLoad('../gif/logokl.gif');
bild2=ImageLoad('../gif/drucker.gif');
bild3=ImageLoad('../gif/favoriten.gif');
bild4=ImageLoad('../gif/mail.gif');
}

