/* global variables */

var root = '';
var script_root = '/cgi-bin/';
var admin_root = 'admin/';
var mitglieder_root = 'mitglieder/';
var gast_root = 'gast/';



/* event handlers for <body> tag */

function handleOnLoad(event) {
  preloadImages(root + 'suche_over.gif', root + 'adressen_over.gif', root + 'kontakt_over.gif', root + 'english_over.gif', root + 'home_over.gif', root + 'adminbereich.gif', root + 'veroeffentlichungen_over.gif', root + 'veranstaltungen_over.gif', root + 'projekte_over.gif', root + 'links_over.gif');
  return true;
}

window.onload = handleOnLoad;

/* inject menubar HTML code */

function w(str) {
  document.write(str);
}

document.open();

w('<table border="0" cellspacing="0" cellpadding="0" width="100%">');
w('  <tr>');
w('    <td height="60" valign="top" style="background-color:#214e8a">');
w('      <table border="0" cellspacing="0" cellpadding="0" height="69" width="100%">');
w('        <tr>');
w('          <td width="80" height="63" style="text-align:left; padding:5px;color:#ffffff;vertical-align:top;" ><a href="index.html"><img width="80" height="59" padding="0" src="Logo_GDM_weiss.gif" alt="GDM - Gesellschaft f&uuml;r Didaktik der Mathematik" border="0"><\/a><\/td>');
w('          <td style="color:#ffffff;vertical-align:center;font-size:14pt;font-weight:normal;">Gesellschaft f&uuml;r Didaktik der Mathematik<\/td>');
w('        <\/tr>');
w('      <\/table>');
w('    <\/td>');
w('  <\/tr>');
w('  <tr>');
w('    <td height="31" style="background-image:url(' + root + 'line.gif)">');
w('      <table border="0" cellspacing="0" cellpadding="0">');
w('        <tr>');
w('          <td width="88" class="btn"><a href="' + root + 'index.html"><img src="home.gif" alt="Home" border="0" onMouseOver="btnOver(this)" onMouseOut="btnOut(this)"><\/a><\/td>');
w('          <td width="115" class="btn"><a href="' + root + 'home.shtml"><img src="adminbereich.gif" alt="Adminbereich" id="gdminternImg" border="0" onMouseOver="btnOver(this)" onMouseOut="btnOut(this)"><\/a><\/td>');
w('          <td width="134" class="btn"><a href="' + root + 'home.shtml"><img src="mitgliederbereich.gif" alt="MItgliederbereich" id="veroeffentlichungenImg" border="0" onMouseOver="btnOver(this)" onMouseOut="btnOut(this)"><\/a><\/td>');
w('          <td width="118" class="btn"><a href="' + root + 'home.shtml"><img src="gastzugang.gif" alt="Gastzugang" id="veranstaltungenImg" border="0" onMouseOver="btnOver(this)" onMouseOut="btnOut(this)"><\/a><\/td>');
w('          <td width="90" class="btn"><a href="' + root + 'ansprechpartner.htm"><img src="ansprechpartner.gif" alt="Ansprechpartner" border="0" onMouseOver="btnOver(this)" onMouseOut="btnOut(this)"><\/a><\/td>');
w('          <td width="83" class="btn"><a href="' + root + 'impressum.htm"><img src="impressum.gif" alt="Impressum" id="" border="0" onMouseOver="btnOver(this)" onMouseOut="btnOut(this)"><\/a><\/td>');
w('        <\/tr>');
w('      <\/table>');
w('    <\/td>');
w('  <\/tr>');
w('<\/table>');

w('<div id="gdmintern" class="pulldown" style="left:94px; width:168px; visibility:hidden" onMouseMove="menuMouseMove(this)" onMouseOut="menuMouseOut(this)">');
w('  <table border="0" cellspacing="0" cellpadding="0" width="100%">');
w('    <tr>');
w('      <td class="pulldown">&nbsp;<\/td>');
w('      <td>');
w('        <table border="0" cellspacing="0" cellpadding="0" class="pulldown">');
w('          <tr>');
w('            <td><a href="' + admin_root + 'suchformular.php" class="pulldown">Mitglied suchen<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'Form_mitglied_anlegen.php" class="pulldown">Mitglied anlegen<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'mitgliederliste.php" class="pulldown">Mitgliederliste<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'sort_nachname.php" class="pulldown">Sortieren nach Nachname<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'sort_gdmnr.php" class="pulldown">Sortieren nach GdmNr<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'mitglied_loeschen.php" class="pulldown">Mitglied l&ouml;schen<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'Form_mitglied_aktualisieren.php" class="pulldown">Mitgliedsdaten aktualisieren<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'download09.php" class="pulldown">Adressdaten - Download<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'Form_mail.php" class="pulldown">Rundmail<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + admin_root + 'jubilare" class="pulldown">Jubilare<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td style="padding-bottom:3px"><a href="' + admin_root + 'geburtstage" class="pulldown">Geburtstage<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td style="padding-bottom:3px"><a href="' + admin_root + 'form" class="pulldown">Backup<\/a><\/td>');
w('          <\/tr>');

w('        <\/table>');
w('      <\/td>');
w('      <td class="pulldown">&nbsp;<\/td>');
w('    <\/tr>');
w('  <\/table>');
w('<\/div>');

w('<div id="veroeffentlichungen" class="pulldown" style="left:208px; width:188px; visibility:hidden" onMouseMove="menuMouseMove(this)" onMouseOut="menuMouseOut(this)">');
w('  <table border="0" cellspacing="0" cellpadding="0" width="100%">');
w('    <tr>');
w('      <td class="pulldown">&nbsp;<\/td>');
w('      <td>');
w('        <table border="0" cellspacing="0" cellpadding="0" class="pulldown">');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'mitgliederliste.php" class="pulldown">Mitgliederliste<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'anzeigen.php" class="pulldown">Mitglieder anzeigen<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'sort_nachname.php" class="pulldown">Mitgliederliste nach Nachname<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'sort_gdmnr.php" class="pulldown">Mitgliederliste nach GdmNr<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td style="padding-bottom:3px"><a href="' + mitglieder_root + 'suchformular.php" class="pulldown">Mitglied suchen<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'My_Suchformular.php" class="pulldown">Meine Daten aktualisieren<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'geburtstage.php" class="pulldown">Geburtstage<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'jubilare.php" class="pulldown">Jubilare<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'Didaktikverzeichnis.pdf" class="pulldown" target="_blank" onClick="window.open("' + mitglieder_root + 'Didaktikverzeichnis.pdf", "Didaktikverzeichnis","width=350,height=300,toolbar=no");return false;">Didaktikverzeichnis</a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td><a href="' + mitglieder_root + 'jmd.html" class="pulldown">JMD-Zugang</a><\/td>');
w('          <\/tr>');


w('        <\/table>');
w('      <\/td>');
w('      <td class="pulldown">&nbsp;<\/td>');
w('    <\/tr>');
w('  <\/table>');
w('<\/div>');

w('<div id="veranstaltungen" class="pulldown" style="left:355px; width:124px; visibility:hidden" onMouseMove="menuMouseMove(this)" onMouseOut="menuMouseOut(this)">');
w('  <table border="0" cellspacing="0" cellpadding="0" width="100%">');
w('    <tr>');
w('      <td class="pulldown">&nbsp;<\/td>');
w('      <td>');
w('        <table border="0" cellspacing="0" cellpadding="0" class="pulldown">');
w('          <tr>');
w('            <td><a href="' + gast_root + 'anzeigen.php" class="pulldown">Mitglieder anzeigen<\/a><\/td>');
w('          <\/tr>');
w('          <tr>');
w('            <td style="padding-bottom:3px"><a href="' + gast_root + 'suchformular.php" class="pulldown">Mitglieder suchen<\/a><\/td>');
w('          <\/tr>');
w('        <\/table>');
w('      <\/td>');
w('      <td class="pulldown">&nbsp;<\/td>');
w('    <\/tr>');
w('  <\/table>');
w('<\/div>');



document.close();

