
function right(e) {

if (window.status=="")
	shdefst();
else
	window.status=window.status;

return true;

}

document.onmousedown=right;
document.onmousemove=right; 

if (document.layers) window.captureEvents(Event.MOUSEDOWN);
if (document.layers) window.captureEvents(Event.MOUSEMOVE);
window.onmousedown=right; 
window.onmousemove=right; 

  bv = parseInt(navigator.appVersion);
  
  if (bv >= 3) ver = "n3"
  else ver = "n2"
	
  function showstatus(text) 
  {
    window.status= text;
  }
  
  function shdefst()
  {
	window.status='SSG 81 Erlangen';
  }
	
  function CheckAll()
  {
    for (var i=0;i<document.main.elements.length;i++)
    {
      var e=document.main.elements[i];
      if (e.name != 'checkall')
        e.checked=document.main.checkall.checked;
    }
  }
	
  function SendForm()
  {
	  document.main.submit();
  }	
	
function SendNavi()
  {	
	if (document.auswahl.folder.options[document.auswahl.folder.selectedIndex].value != "str")
		window.location.href = document.auswahl.folder.options[document.auswahl.folder.selectedIndex].value;
	else
		document.auswahl.folder.selectedIndex = 8;
	  
  }

function SendNaviFooter()
  {	
	if (document.auswahlfooter.folder.options[document.auswahlfooter.folder.selectedIndex].value != "str")
		window.location.href = document.auswahlfooter.folder.options[document.auswahlfooter.folder.selectedIndex].value;
	else
		document.auswahlfooter.folder.selectedIndex = 8;
	  
  }	
