/* MS InternetExplorer haette's gerne anders - wie immer ;-) */

if (window.ActiveXObject) {
  if (document.documentElement && typeof document.documentElement.style.maxHeight!="undefined") {
  /* IE7 ist doch nicht ganz so bloede, detect vgl. z.B.: http://www.javascriptkit.com/javatutors/objdetect3.shtml */
    tickleft = 177;
    ticktop = 210;
  } else {
    tickleft = 0;
    ticktop= 20;
  }
} else {
  tickleft = 177;
  ticktop = 210;
}

tickwidth = 425;
tickheight = 180;

