function fenster() {
  window.open("http://www.street-smart.de/cgi-bin/calendar.pl","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=800,height=600 left=0,top=0");
  }

function openWin(theURL,winName,features) {
   		 Fenster = window.open(theURL,winName,features);
   		 Fenster.focus(theURL,winName,features);
		 }


function koezweifrauen() {
  window.open("http://www.street-smart.de/handball4u/events/3koe/3koe02_planf.htm","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=500,height=570 left=0,top=0");
  }

function koezweiherren() {
  window.open("http://www.street-smart.de/handball4u/events/3koe/3koe02_planm.htm","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=500,height=600 left=0,top=0");
  }

function hvw() {
  window.open("http://www.street-smart.de/handball4u/hvw.html","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=680,height=600 left=0,top=0");
  }

function tt() {
  window.open("http://www.street-smart.de/cgi-bin/tabelleol.cgi?art=8&tt=TG_Biberach","","toolbar=0,location=0,directories=0,menuBar=0,scrollbars=1,resizable=1,width=355,height=450 left=0,top=0");
  }


function BussFoto(img){ 
  foto1= new Image(); 
  foto1.src=(img); 
  Controlb(img); 
} 
function Controlb(img){ 
  if((foto1.width!=0)&&(foto1.height!=0)){ 
    viewFoto(img); 
  } 
  else{ 
    funcion="Controlb('"+img+"')"; 
    interval=setTimeout(funcion,20); 
  } 
} 
function viewFoto(img){ 
  breite=foto1.width+20; 
  hoehe=foto1.height+20; 
  string="width="+breite+",height="+hoehe; 
  fenster=window.open(img,"",string);
} 

<!-- Web Site:  http://www.sysu.net/gl105 -->
<!-- Modified By:  Ronnie T. Moore, Editor -->

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
percent = "80";
function frameBranding(actualurl, brandingurl, frametype) {
var framewin = window.open("","brandingframe");
with (framewin.document) {
write("<html><frameset " + frametype + "=" + percent + ",* "+ " frameborder=NO>");
write("<frame src=" + brandingurl + ">");
write(" <frame src=" + actualurl + ">");
write("</frameset></html>");
   }
return false;
}

function printpage() {

if (window.print) {

window.print();
window.close();
} else {

alert('Drücken Sie STRG+P um dieses Dokument zu drucken!');

}

}

function openWin(theURL,winName,features) {
   		 Fenster = window.open(theURL,winName,features);
   		 Fenster.focus(theURL,winName,features);
		 }

function st(txt) {
if(txt != "") { 
   window.status = txt;
}
else window.status="";
}
function erst() {
   window.status="";
}
