<!--
/*
 Pleas leave this notice.
 DHTML tip message version 1.5.4 copyright Essam Gamal 2003 
 Home Page: (http://migoicons.tripod.com)
 Email: (migoicons@hotmail.com)
 Updated on :7/30/2003
*/ 

function einblenden(div) {
   with(document.getElementById(div).style){
     display="inline";

    }
   }
function ausblenden(div) {
   with(document.getElementById(div).style){
     display="none";
    }
   }



//-->