

<script LANGUAGE="JavaScript">
function leapto(form) 
   {
   var myindex=form.dest.selectedIndex;
	{parent.top.window.location=form.dest.options[myindex].value;}
   }
         function nothing() { 
            return;
         }
var warten;
function show(text){
window.status=text;
warten=20;
setTimeout("loeschen()",30);
}
function loeschen(){
warten--;
if (warten>1)
setTimeout("loeschen()",30);
else
window.status="";
}</script>
<SCRIPT language=javascript>
function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; }}function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; }} function mClk(src) { if(event.srcElement.tagName=='TD'){src.children.tags('A')[0].click();} }
</SCRIPT>
