<!--
status = 'Frl. Wommy Wonder';

function bildwechsel(Bildobjekt)
   {
      document.images["gallery"].src = Bildobjekt;
   }



function openPic(img, title, width, height) {

   Optionen = 'dependent=yes, left=50, top=10, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0, height='+(height+25)+', width='+width;
   neues_Fenster = window.open('','',Optionen);
   with (neues_Fenster)
      {
        document.write('<HTML><HEAD><TITLE>Frl. Wommy Wonder&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TITLE><link rel=stylesheet type="text/css" href="../inc/formate.css"></HEAD>');
        document.write('<BODY topmargin="0" leftmargin="0" bgcolor="#181841"><DIV ALIGN="CENTER">');
        document.write('<TABLE BORDER=0 CELLSPACING=0 CELLPADDING=0 VALIGN="MIDDLE"><TR><TD ALIGN="MIDDLE">');
        document.write('<a href="javascript: window.close()" alt="Dieses Fenster schließen"><IMG SRC="'+img+'" WIDTH='+width+' HEIGHT='+height+' BORDER=0></a><BR><img src="../pics/nav/px_trans.gif" width="50" height="3"><br><a href="javascript: window.close()" alt="Fenster schließen">Fenster schließen</a></TD>');
        document.write('</TR></TABLE></DIV></BODY></HTML>');
      }
}

function pic_popup(cat, folder, pic) {

   Optionen = 'dependent=yes, left=50, top=35, toolbar=0, location=0, directories=0, status=0, menubar=0, scrollbars=0, resizable=0';
   neues_Fenster = window.open('pic_popup.php?cat='+cat+'&dir='+folder+'&pic='+pic+'','test',Optionen)

}

function page_popup(page,width,height) {

   Optionen = 'width='+width+',height='+height+',dependent=yes,left=200,top=50,toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=0';
   neues_Fenster = window.open(page,'_blank',Optionen);

}

function pic_change(Bild,Bildobjekt)
   {
      document.images[Bild].src = Bildobjekt;
   }

function change_bg(id,color)
   {
      document.getElementById(id).bgColor = color;
   }

//-->
