function aprilargo(url, name)
{
	var newwindow=window.open
(url, name, 'width=800, height=400');
 newwindow.focus(); return false;
}
function aprilungo(url, name)
{
	var newwindow=window.open
(url, name, 'width=550, height=700, screenX=2, screenY=2, scrollbars=yes, resizable=yes');
 newwindow.focus(); return false;
}
function aprigrosso(url, name)
{
	var newwindow=window.open
(url, name, 'width=900, height=700, screenX=2, screenY=2, scrollbars=yes, resizable=yes');
 newwindow.focus(); return false;
}

function player(url, name)
{
	var newwindow=window.open
(url, name, 'width=800, height=600, screenX=350, screenY=300, scrollbars=no, resizable=no');
 newwindow.focus(); return false;
}

function klangbeispiele(url, name)
{
	var newwindow=window.open
(url, name, 'width=800, height=350, scrollbars=no');
 newwindow.focus(); return false;
}
function video(url, name)
{
	var newwindow=window.open
(url, name, 'width=500, height=550, scrollbars=no');
 newwindow.focus(); return false;
}

function plausi() {


	for (i=0 ; i<4 ; i++) {
	if(window.document.forms[0].elements[i].value.search("url=")!=-1)  		{
   	 alert("Sie haben verbotene Inhalte eingegeben");
    	 return false;
		}

	if(window.document.forms[0].elements[i].value.search("boob")!=-1)  		{
   	 alert("Sie haben verbotene Inhalte eingegeben");
    	 return false;
		}

 	 if(window.document.forms[0].elements[i].value.search("<")!=-1)  {
   	 alert("Sie haben verbotene Inhalte eingegeben");
    	 return false;
		}
	}
	return true; 
}


function menue (m) {
		document.getElementById(("menu" + m)).style.backgroundImage="url(../menubutton.jpg)";
			}

function menuezu (m) {
		document.getElementById(("menu" + m)).style.backgroundImage="none";
			}
		
function browserTrennen() {
	feuerschrift= new Image();
	feuerschrift.src="feuerschrift.jpg"
	if(navigator.appName.search("Internet Explorer")==-1) {
	
	location.href="home/home.php";
	}
	else {
	document.images[0].src = feuerschrift.src;
	document.getElementById("warntext").innerHTML="<p style='margin-top: 20px'>Sie verwenden gerade Microsoft Internet Explorer.<br />F&uuml;r die beste Darstellung dieser Seite wird <a href='http://www.apple.com/de/safari/download/'>Safari</a> oder <a href='http://www.mozilla-europe.org/de/firefox/'>Mozilla Firefox</a> empfohlen.</p><p><a href='home/home_ie.php'>Weiter zur Seite</a></p>";
	}
}



