/*
     IpaScript
     Copyright (c) - Ipanema Software
                     Constance De Grande
                     http://www.ipanema.de
                     info@ipanema.de
     All rights reserved. Alle Rechte vorbehalten
*/

   browser='nn4';


  if(document.all && !document.getElementById) { browser='ie4'}
  if(document.getElementById && !document.all){ browser='nn6'}
  if(document.all && document.getElementById) { browser='ie5'}


  function Copyright()
{   tmpDatum=new Date();
    tmpJahr=tmpDatum.getYear();
    if(navigator.appName=="Netscape" && navigator.appVersion >= '5')
         { tmpJahr= parseInt(tmpJahr)
           tmpJahr+=1900;
         }
     //if(tmpJahr==2005) { tmpJahr="";}
     document.write('<table border="0" cellpadding="3" cellspacing="3">');
     document.write('<tr>');
     document.write('<td height="25" width="734">');
     document.write('<p class="Arial1" align="left"><font color="#70AAE4">Copyright © 1997-'+tmpJahr);
     document.write(' &#9679; Constance De Grande &#9679;&nbsp; Ipanema Software &#9679; Alle Rechte vorbehalten</font></td>');
     document.write('</tr>');
     document.write('</table>');


}


  function toPrint()
  {
  }

