window.defaultStatus = "Feldatal - Schmiedefest 2008";

document.open();
document.write("<table align='center'><tr><td><div class='bAll'>");
document.write("<div class='bHeader'>");
document.write("<div class='bHeaderImage'>");
document.write("<map name='topmenu'>");
document.write("<area shape='rect' coords='1,1,244,128' href='startseite.html' alt='Startseite' />");
document.write("<area shape='rect' coords='278,103,337,128' href='idee_schmiedefest.html' alt='Idee - Schmiedefest' />");
document.write("<area shape='rect' coords='351,103,487,128' href='schmiedehandwerk.html' alt='Schmiedehistorie - Das Schmiedehandwerk' />");
document.write("<area shape='rect' coords='504,103,597,128' href='programm.html' alt='Programm' />");
document.write("<area shape='rect' coords='615,103,675,128' href='erloes.html' alt='Erlös' />");
document.write("<area shape='rect' coords='694,103,772,128' href='feldatal.html' alt='Feldatal' />");
document.write("</map>");
document.write("<img id='pic' src='img/schmiedefest_header.jpg' width='800' height='130' border='0' alt='' ismap='ismap' usemap='#topmenu' />");
document.write("</div>");
document.write("</div id='bHeader'>");
document.write("<div class='bBody'>");
document.write("<div class='bSubMenu'>");
document.write("<img id='themepic' src='img/leer.jpg' width='244' height='121' border='0' alt=''>");
document.close();

function bild(url){
document.getElementById("themepic").src=url;
}

function zeigeInfo(url){
popup = window.open(url,'_blank','toolbar=0,width=570,height=600,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,copyhistory=0');
popup.focus();
}

function highlight(oElement) {
 var sEClass = oElement.className;
 if ( sEClass.indexOf('_highlight') != -1 ) {
  oElement.className = oElement.className.replace('_highlight', '');
 } else {
  oElement.className += '_highlight';
 }
}

