//#########################################################################################
function showpic(_fotoid, _fotoevent, _text)
{
var _winName = 'Bild';
_Breite = 15;
_Hohe = 55;
_argumente = "height=" +  _Hohe + "px, width=" + _Breite + "px, screenX=200, screenY=0, resizable=no, status=no";
open('./showpic.php?event=' + _fotoevent + '&id=' + _fotoid, 'BILD', _argumente);
}


function SessionOut(){
document.getElementsByTagName("base")[0].target = "_parent";
location.href = "index2.php?aut=dfaeeeb76bf3c18aaa06ddb70fa7d33f&seite=login&titel=interner bereich";
}
//#########################################################################################


