<!--
function popopen(theURL,width,height) { //v2.0
  theURL='popup.php?pic_num='+theURL;
  var features='resizable=yes,width='+width+',height='+height;
  window.open(theURL,'Bilder',features);
}

function winopen(SID) { //v2.0
   var features='resizable=no,width=300,height=150';
   window.open('logout.php?SID='+SID,'Logout',features);
}

function openintern() {
	var features='scrollbars=yes,resizable=no,width=820,height=550';
  	 window.open('/vereinslogin/index.php','Intern',features);
}
//-->