function PopupPic(sPicURL) {
popfenster = window.open("http://www.projekt-c.de/template/system/sys_image.php?"+sPicURL, "popfenster","resizable=1,HEIGHT=300,WIDTH=30"); popfenster.focus();
} 

function PopupPic2(sPicURL) { 
popfenster = window.open("http://www.projekt-c.de/template/system/sys_image2.php?"+sPicURL, "popfenster","resizable=1,HEIGHT=300,WIDTH=300"); popfenster.focus(); 
}   

function PopupCredits(page) {
window.open("http://www.mojportal.net/slo/credits/"+page,"Credits","menubar=no, status=no, scrollbars=no, menubar=no, width=280, height=350");
}

function PopupPrint(url) {
window.open(url+"/print", "_new", "status=no, scrollbars=yes, menubar=no, height=550, width=490");
} 

function bookmarksite(title, url){
if (document.all)
window.external.AddFavorite(url, title);
else if (window.sidebar)
window.sidebar.addPanel(title, url, "")
}

function eventshowhide(divid)
{
   if(document.getElementById(divid).style.display == 'none'){
     document.getElementById(divid).style.display = 'block';
   }else{
     document.getElementById(divid).style.display = 'none';
   }
 }
