//Sylesheetausgabe
var Fenster = null;
var ns6=document.getElementById&&!document.all;
function neuesFenster(meineSeite,ww,hh){
w=ww;
h=hh;
//scroll="yes";
meinName="neuesF";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=no'
Fenster = window.open(meineSeite,meinName,settings)
}

function neuesFenster2(meineSeite){
w=800;
h=600;
//scroll="yes";
meinName="neuesF";
LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars=yes,resizable=yes'
Fenster = window.open(meineSeite,meinName,settings)
}
//search
	function checksucheingabe()
			{
			if (document.se.q.value.length>0)
			document.se.submit();
			else
			{
			//alert('please enter a query!');
			return false;
			}
			}
//end search



function leerzeichenweg()
		{
		y="";
		x=document.se.q.value;
		neu=x.split(" ");
		for (i=0;i<neu.length;i++)
			{
			//alert (neu[i]);
			if (neu[i].length>0)
				{
				if (y.length>0)
			y=y+" "+neu[i];
			else
			y=y+neu[i];
				}
			}
			//y=y.replace(",","");
			document.se.q.value=y;
		}
	function gourl(x)
	{
	window.location=window.location+"#"+x;//Ankerlink ansteuern
	}





