
browserName = navigator.appName;
browserVer = parseInt(navigator.appVersion);
   version = "2";
   if (browserName == "Netscape" && browserVer >= 3) version = "1";else
   if (browserName == "Microsoft Internet Explorer" && browserVer >= 4) version = "1";

else version = "2";

// preload images:
if (version == "1") {

infoa = new Image();
infoa.src = "../../../foto/lupe1.gif";
infob = new Image();
infob.src = "../../../foto/lupe2.gif";
}

function hiLite(imgDocID,imgObjName) {
if (version == "1") {
document.images[imgDocID].src = eval(imgObjName + ".src")
}}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openLink(link,target) {
  if (target=="centrum") {
  	MM_openBrWindow(link,'centrum','');
  }else if(target=="_top"){
  	top.location.href = link;
  }else{
  	document.location.href = link;
  }
}