function reportaufruf(reportname) {
  window.name=reportname;
  self.location.href="report.html";
}

function writeBasics(){
document.writeln('<DIV class="re1"><img src="right.gif" width="298" height="286" border="0" usemap= "#mapright"><\/DIV>');
document.writeln('<div class="le1"><img src="left.gif" width="155" height="474"  border="0" usemap= "#mapnavigator" ><\/div>');
document.writeln('<div class="le2"><img src="middle.gif" width="86" height="418" border="0"><\/div>');
document.writeln('<map name="mapnavigator">');
document.writeln('<area shape="rect" coords="5,26,54,40" href="index.html">');
document.writeln('<area shape="rect" coords="78,164,123,177" href="http://audioka.blogspot.com" target="top">');
document.writeln('<area shape="rect" coords="31,73,65,86" href="uni.html">');
document.writeln('<area shape="rect" coords="28,229,85,244" href="fotos.html">');
document.writeln('<area shape="rect" coords="11,143,67,157" href="links.html">');
document.writeln('<\/map>');
document.writeln('<map name="mapright">');
document.writeln('<area shape="rect" coords="180,24,260,38" href="kontakt.html">');
document.writeln('<\/map>');

}
