<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->

function divSize()
{
var x=document.body.offsetHeight;//x=window.document.innerHeight;
var y=x-190;
document.getElementById('content').style.height=y+"px";
}

var count=1;
var adpic1;
var adalt1;
function makeArray(anz)
{
adalt1=window.document.ad1.alt;
adpic1=window.document.ad1.src;
window.setTimeout ('bilderschau('+anz+')',2000);
}
function bilderschau(anzahl) {
while (count<=anzahl) {
var thesrc='ad'+count;
var nextsrc='ad'+(count+1);
if(count<anzahl) {
window.document.images[thesrc].alt=window.document.images[nextsrc].alt;
window.document.images[thesrc].src=window.document.images[nextsrc].src;
}else {
window.document.images[thesrc].alt=adalt1;
window.document.images[thesrc].src=adpic1;
}
count++;
}
count=1;
}

