<!--
status = 'Marc & Alex - Illusionen: Step out of the past ... Into the future';

function bildwechsel(Bildnr, Bildobjekt)
   {
      document.images[Bildnr].src = Bildobjekt;
   }



function openPic(img, 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>Marc & Alex - Illusionen&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 bgcolor="#3E3E3E" topmargin="0" leftmargin="0"><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><a href="javascript: window.close()" alt="Fenster schließen">Fenster schließen</a></TD>');
        document.write('</TR></TABLE></DIV></BODY></HTML>');
      }
}

function pic_popup(folder, pic, text, width, height) {

   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?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(Bildnr,Bildobjekt)
   {
      parent.document.images[Bildnr].src = Bildobjekt;
   }

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

//-->