

<!--
function gotogrp(target)
	{
		var aim = target.options[target.options.selectedIndex].value;
		 location.href = aim;
	}
	
	function OpenPopup(what)
	{
		var llw;
		var leftpos;
		var toppos;
					
		//netscape
		if(window.screenLeft==null)
		{
			leftpos = window.screenX;
			toppos = window.screenY;
		}
		else
		{
			//ie
			if (navigator.userAgent.indexOf('Opera') > -1) 
			{
				leftpos = document.body.clientLeft;
				toppos = document.body.clientTop;
			}
			//opera
			else
			{
				leftpos = window.screenLeft;
				toppos = window.screenTop;
			}
		}			
		
		leftpos=leftpos+30;
		toppos=toppos+30;
			
		if(what==1)
		{
			llw = window.open("uebersicht.html","&Uuml;bersicht","width=600,height=400,menubar=no,status=no,scrollbars=no,resizable=no,left=" + leftpos + ",top=" + toppos);
		}
		
		if(what==2)
		{
			llw = window.open("/nutzungsbedingungen.asp","Nutzungsbedingungen","width=600,height=450,menubar=no,status=no,scrollbars=yes,resizable=no,left=" + leftpos + ",top=" + toppos);
		}
		
		if(what==4)
		{
			llw = window.open('/profilbildupload/profilpic_up.aspx','Uploader','width=400,height=250,menubar=no,status=no,scrollbars=no,resizable=no,left=' + leftpos + ',top=' + toppos);
		}
		
		if(what==5)
		{
			llw = window.open('/flash/sogehts.swf','Sogehts','width=620,height=450,menubar=no,status=no,scrollbars=no,resizable=no,left=' + leftpos + ',top=' + toppos);
		}
		
		if(what==6)
		{
			llw = window.open('/flash/helper.swf','ersteschritte','width=640,height=450,menubar=no,status=no,scrollbars=no,resizable=no,left=' + leftpos + ',top=' + toppos);
		}
		
		if(what==7)
		{
			llw = window.open('/flash/sedcard.swf','Sedcardhilfe','width=620,height=450,menubar=no,status=no,scrollbars=no,resizable=no,left=' + leftpos + ',top=' + toppos);
		}
		
		if(what==8)
		{
			llw = window.open("/username.asp","Username","width=250,height=250,menubar=no,status=no,scrollbars=no,resizable=no");
		}
		if(what==9)
		{
			llw = window.open('/studioupload/index.aspx','Uploader','width=500,height=250,menubar=no,status=no,scrollbars=no,resizable=no,left=' + leftpos + ',top=' + toppos);
		}
		if (llw) return false;
		else return true;
	}
	
	function OpenDetail(what)
	{
		var llw;
		var leftpos;
		var toppos;
					
		//netscape
		if(window.screenLeft==null)
		{
			leftpos = window.screenX;
			toppos = window.screenY;
		}
		else
		{
			//ie
			if (navigator.userAgent.indexOf('Opera') > -1) 
			{
				leftpos = document.body.clientLeft;
				toppos = document.body.clientTop;
			}
			//opera
			else
			{
				leftpos = window.screenLeft;
				toppos = window.screenTop;
			}
		}			
		
		leftpos=leftpos+30;
		toppos=toppos+30;
			
		llw = window.open(what,"Detail","width=620,height=410,menubar=no,status=no,scrollbars=no,resizable=no,left=" + leftpos + ",top=" + toppos);
	}
		
	function set_img(imgsrc) {
			document.vollbild.src = imgsrc;
			}
		
	function OpenMessi(what) 
	{
		var remote
		  remote = window.open("/messenger/index.aspx?act=1&fid=" + what,"Messenger","width=448,height=317,menubar=no,status=yes,scrollbars=no,resizable=no,left=" + leftpos + ",top=" + toppos);
		  remote.location.href = "/messenger/index.aspx?act=1&fid=" + what;
		  if (remote.opener == null) remote.opener = window;
		  remote.opener.name = "opener";
	}
		
	function kommentare(what) 
	{
		var remote;
		var leftpos;
		var toppos;
					
		//netscape
		if(window.screenLeft==null)
		{
			leftpos = window.screenX;
			toppos = window.screenY;
		}
		else
		{
			//ie
			if (navigator.userAgent.indexOf('Opera') > -1) 
			{
				leftpos = document.body.clientLeft;
				toppos = document.body.clientTop;
			}
			//opera
			else
			{
				leftpos = window.screenLeft;
				toppos = window.screenTop;
			}
		}			
	  	remote = window.open("/diskussion_beobachten.asp?id=" + what,"Diskussion","width=200,height=100,menubar=no,status=yes,scrollbars=no,resizable=no,left=" + leftpos + ",top=" + toppos);
	}
	
	function helps(what)
	{
		var hilfe;
		hilfe = window.open("/hilfe.asp?id=" + what,"Hilfe","width=600,height=600,menubar=no,status=yes,scrollbars=yes,resizable=auto");
		if (hilfe) return false;
		else return true;
		if (hilfe) return false;
		else return true;
	}
		
	function NewMessage(pone,ptwo) 
	{
		var remote;
		remote = window.open("/messenger/index.aspx?act="+pone+"&fid="+ptwo+"" ,"Messenger","width=448,height=317,menubar=no,status=yes,scrollbars=no,resizable=yes");
		remote.location.href = "/messenger/index.aspx?act="+pone+"&fid="+ptwo+"";
		if (remote.opener == null) remote.opener = window;
		remote.opener.name = "opener";
		if (remote) return false;
		else return true;
	}
		
	function del(text)
	{
		return confirm(text);
	}
		
		
	function edittoolbar(what) 
	{ 
		 if(document.getElementById(what).style.display=='none')
		 { 
			ok = document.getElementById(what).style.display='block';
			if (ok) return false;
			else return true;
		 }
		 else
		 {
			 ok = document.getElementById(what).style.display='none';
			 if (ok) return false;
			else return true;
		 }
	} 
	
	function changetab(what)
		{
			var counter=1;
			while (counter!=7)
			{
				document.getElementById('sptab' + counter).style.backgroundPosition='right top';
				document.getElementById('atab' + counter).style.backgroundPosition='left top';
				document.getElementById('conttab' + counter).style.display='none';
				counter++;
			}
			ok = document.getElementById('sp'+what).style.backgroundPosition='100% -42px';
			if (ok) 
			{
				ok = document.getElementById('a'+what).style.backgroundPosition='0% -42px';
			}
			if (ok)
			{
				ok = document.getElementById('cont' + what).style.display='block';
			}
			if (ok) return false;
			else return true;
		}
	
	function checkall(formname,checkname,thestate)
	{
		var el_collection=eval("document.forms."+formname+"."+checkname)
		for (c=0;c<el_collection.length;c++)
		el_collection[c].checked=thestate
	}
	
	
	
	var objref1;
	var objref2;
	var objref3;
	var objref4;
	
	function register(n) {
	   for (var i=1; i<=4; i++) {
	      var visi = (i==n) ? "block" : "none";
	      eval("var obj = objref" + i);
	      obj.display = visi;
	   }
	}

	function init() {
	   if (document.getElementById) {
	      objref1 = document.getElementById("register1").style;
	      objref2 = document.getElementById("register2").style;
	      objref3 = document.getElementById("register3").style;
		  objref4 = document.getElementById("register4").style;
   			}
		   objref2.display = "none";
		   objref3.display = "none";
		   objref4.display = "none";
		}
	
	
	
	-->