Heim > Fragen und Antworten > Hauptteil
<script>
function MM_over(mmObj) {
var mSubObj = mmObj.getElementsByTagName("p")[0];
mSubObj.style.display = "none";
}
function MM_out(mmObj) {
var mSubObj = mmObj.getElementsByTagName("p")[0];
mSubObj.style.display = "block";
}
</script>