

document.write('<map name="Scroll">');
  document.write('<area shape="rect" coords="0,0,28,20" href="#" title="schnell nach oben" onmouseover="SchnellRauf()" onmouseout="StopRauf();">');
  document.write('<area shape="rect" coords="56,262,66,278" href="#" title="nach oben" onmouseover="Rauf()" onmouseout="StopRauf();">');
  document.write('<area shape="rect" coords="54,292,64,308" href="#" title="nach unten" onmouseover="Runter()" onmouseout="StopRunter();">');
  document.write('<area shape="rect" coords="36,546,64,570" href="#" title="schnell nach unten" onmouseover="SchnellRunter()" onmouseout="StopRunter();">');   
document.write('</map>');
