function Fuerth()
{
		 parent.frames[1].location.href="./Inhalt_Fuerther_Themen.php";
		 parent.frames[2].location.href="./Fuerther_Themen_Einfuehrung.html";
}

function Mobilfunk()
{
		 parent.frames[1].location.href="./Mobilfunk/Inhalt_Mobilfunk.php";
		 parent.frames[2].location.href="./Mobilfunk/Mobilfunk.html";
}

function Waldsterben()
{
		 parent.frames[1].location.href="./Waldsterben/Inhalt_Waldsterben.php";
		 parent.frames[2].location.href="./Waldsterben/Waldsterben_Exkursion.html";
}

function Quecksilber()
{
		 parent.frames[1].location.href="./Hg/Inhalt_Quecksilber.php";
		 parent.frames[2].location.href="./Hg/Hg_Geschichte.html";
}

function Energie()
{
		 parent.frames[1].location.href="./Energie/Inhalt_Energie.php";
		 parent.frames[2].location.href="./Energie/.html";
}

function Uranbergbau()
{
		 parent.frames[1].location.href="./energie/uranbergbau/Inhalt_Uranbergbau.php";
		 parent.frames[2].location.href="./energie/uranbergbau/Uranbergbau.html";
}

function Ueber_mich()
{
		 parent.frames[1].location.href="./Inhalt_Ueber_Mich.php";
		 parent.frames[2].location.href="./ueber_mich.htm";
}

function Kontakt()
{
		 parent.frames[1].location.href="./inhalt_startseite.html";
		 parent.frames[2].location.href="./Kontakt.html";
}

var indexseite;

function keinstatus()
	{
	   window.status='';
	   return true;
	}

function Start( indexseite )
{
    if (parent.frames.length==0)
	   window.location.replace(indexseite);
	
	if (document.layers)
	   document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
	
  document.onmouseover=keinstatus;
  document.onmouseout=keinstatus;
}

function getLongDateString()
{	
	monatsNamen = new Array("Januar","Februar","M&auml;erz","April","Mai","Juni","Juli","August","September","Oktober","November","Dezember");
	tagNamen = new Array("Sonntag","Montag","Dienstag","Mittwoch","Donnerstag","Freitag","Samstag");
	wochentag = this.getDay();
	wochentagBezeichnung = tagNamen[wochentag];
	tag = this.getDate();
	monat = this.getMonth();
	monatBezeichnung = monatsNamen[monat];
	jahr = this.getYear();
	if (jahr < 2000)
	{
	  jahr = jahr + 1900;
	}
	datum = wochentagBezeichnung + ", " + tag + ". " + monatBezeichnung + " " + jahr;
	return datum;
}
//Methode in der Date Klasse registrieren
Date.prototype.getLongDateString=getLongDateString;

function DokumentDatum()
{ 
	dokumentdatum = document.lastModified;
	secOffset = Date.parse(dokumentdatum);
	if (secOffset == 0 || secOffset == null) //Opera3.2
			 dateStr = "Unbekannt";
	else
	{
		Datum = new Date();
		Datum.setTime(secOffset);

		ausgabe = Datum.getLongDateString();
	}
	return ausgabe;
}

function Emailadresse()
{
 var name = "kontakt";
 var domain = "helga-krause.de";
 document.write('<a href=\"mailto:' + name + '@' + domain + '\">');
 document.write(name + '@' + domain + '</a>');
}
