// <?php !! This fools phpdocumentor into parsing this file

/*
* This has to be put into the html header
<script type="text/javascript" src="includes/js/titelseite.js"></script>
*/

// Beschreibung verschwinden lassen
var obj;
if (obj = document.getElementById('ls_Lifestylebeschreibung')) {
	obj.style['fontSize'] = '1px';
	obj.innerHTML = '';
	obj.style['visibility'] = 'hidden';
}



