
function pwfalse()
{
alert('Passwort oder Benutzername falsch!');
history.back()
}
function login()
{
document.ok.submit()
}

function realy()
{
if(!confirm('Wollen Sie wirklich diesen Datensatz löschen?'))
return false;
}

function realys()
{
if(!confirm('Wollen Sie jetzt wirklich diese Geschichte für immer schliessen?'))
return false;
}

function realyd()
{
if(!confirm('Wollen Sie jetzt diesen Datensatz duplizieren?'))
return false;
}

function addbm()
{
if (document.all)window.external.AddFavorite('http://www.strausberg-PSRB.de','Aktuell mit Strausberg-PSRB')
}

function pop_img()
{
window.open('popup_img.php','grossbild','status=no, toolbar=no, scollbars=no, resizable=yes, directores=no, menubar=no, width=500, height=490');
}

function preloader()
{
document.getElementById('hidepage').style.visibility = 'hidden';
}
