function Hauptseite()
{
if(top.frames.length > 0)
	{
	 parent.location.href="thuanan_en.html";
	}
	else
	{
	document.location.href="thuanan_en.html";
	}
}

function Fenster_oeffnen(Name,Fenster, Breite , Hoehe)
{
var strFenster = Fenster + Breite + "_" + Hoehe;
strBefehl ='Fenster= window.open(Name,strFenster,"width=' + Breite + ',height=' + Hoehe + '");'
//alert(strBefehl);
eval(strBefehl);
Fenster.focus();
}

function Anw_akt() 
{ 
//Anwahl vom Combobox aufrufen
var i;
if (Neustart)
	{
   i = document.F1.Adresse.selectedIndex;
   if(document.F1.Adresse[i].value.length > 0)
		{
		parent.location.href=document.F1.Adresse[i].value;
		}
	}
}

function Download_Unicode()
{
Fenster2=window.open("http://www.vps.org/rubrique.php3?id_rubrique=73","VPS_UNICODE");
Fenster2.focus;
}

