/* JavaScripts
© 2001-05 PC Service & Notdienst*/

/* benötigt die dhtml.js Bibliothek */
function change_footer(text) {
 if (!text) {
  text = "© 2001-06 PC Service & Notdienst";
 }
 if(DHTML) {
   if(!NS) setCont("id","footer",null,text);
 }
 else return;
}
