function Deutsch ()
{
	w = screen.availWidth - 100;
	h = screen.availHeight - 100;
	window.open("indexstart.html","DarkLegends","toolbar=no,locationbar=no,width="+w +",height="+ h +",dependent=no,scrollbars=yes,left=10, top=10");
}
