// Hinweis auf Worterklärung per Doppelklick von WordReference

document.write('<div style="font-size:8pt; position:absolute; top:0px; left:140px;">');
document.write('Der Doppelklick auf ein Wort liefert Erklärungen von');
document.write('<br>');
document.write('memodata.com, wordReference.com und woerterbuch.info');
document.write('</div>');

// Worterklärung per Doppelklick von alexandria
document.write('<script type="text/javascript" language="JavaScript1.2" src="http://www.memodata.com/alexandria/alexandria.wm.fr.js"></script>');
document.write('<script type="text/javascript" language="JavaScript1.2" src="http://www.sensagent.com/alexandria/scripts/alexandria.main.js"></script>');
document.write('<link rel=StyleSheet href="http://www.sensagent.com/alexandria/css/alexandria.window.css" type="text/css">');

// Bild mit gleichem Dateinamen aus .gal einfügen
var AktURL = document.URL.split("#");
var AktURL = AktURL[0];

if (AktURL.substr(0,4) == 'file')
{
 var  Ziel = AktURL.split("\\");
 var  Bild = Ziel[6].split(".");
}
else
{
 var  Ziel = AktURL.split("/");
 var  Bild = Ziel[5].split(".");
};
document.write('<div style="position:absolute; top:10px; right:20px;">');
document.write('<a                            href="../../_gal/' + Bild[0] + '.gif">')
document.write('<a href="#"><img class="gross" src="../../_gal/' + Bild[0] + '.gif" height="80" border="0" alt="Bild">')
document.write('</a>');
document.write('</div>');
//
// Content Display - Rosenbilder anzeigen - Anfang
/* This script and many more are available free online at The JavaScript Source!! http://javascript.internet.com
Created by: thamba | http://www.thamba.com/ Adapted by Lee Underwood */
function hideall(){
  for (count=1; count<6; count+=1) // set "count" to one more than the total images/links
  document.getElementById('box'+count).style.display='none';
}
function showbox(box){
  document.getElementById(box).style.display='block';
}
// Content Display - Rosenbilder anzeigen - Ende
//
// Folgende Zeilen sorgen dafür, dass immer alle Frames und die aufegerufe Seite im Inhaltsframe geöffnet werden.
// Problem: Sprungadresse werden ignoriert.
//
// if(self == top)
// {window.location.href = '../../' + Ziel[3] + '/index.html?'+self.location.href;};
