<!--
function MM_checkBrowser(NSvers,NSpass,NSnoPass,IEvers,IEpass,IEnoPass,OBpass,URL,altURL) { //v3.0
  var newURL='', verStr=navigator.appVersion, app=navigator.appName, version = parseFloat(verStr);
  if (app.indexOf('Netscape') != -1) {
    if (version >= NSvers) {if (NSpass>0) newURL=(NSpass==1)?URL:altURL;}
    else {if (NSnoPass>0) newURL=(NSnoPass==1)?URL:altURL;}
  } else if (app.indexOf('Microsoft') != -1) {
    if (version >= IEvers || verStr.indexOf(IEvers) != -1)
     {if (IEpass>0) newURL=(IEpass==1)?URL:altURL;}
    else {if (IEnoPass>0) newURL=(IEnoPass==1)?URL:altURL;}
  } else if (OBpass>0) newURL=(OBpass==1)?URL:altURL;
  if (newURL) { window.location=unescape(newURL); document.MM_returnValue=false; }
}

function resolution() {
var res640x480 = "Ihre Bildschirmaufloesung: 640x480! Bitte auf 1024x768 einstellen, wenn moeglich.";
var res800x600 = "Ihre Bildschirmaufloesung: 800x600! Bitte auf 1024x768 einstellen, wenn moeglich.";

if ((screen.width == 640) && (screen.height == 480)) 
alert (res640x480);
else if ((screen.width == 800) && (screen.height == 600))
alert (res800x600)

}
// Ende -->

