 document.write('<div style="width:916px;height:250px;overflow:hidden;border:1px solid #000;" id="teamContainer"><div id="teamBalken" style="position:absolute;margin-top:235px;width:916px;height:15px;background-color:white;"><img src="http://files.titus.de/titusde/teamtitus/team_header.jpg" alt="" style="position:absolute;margin-left:12px;margin-top:-222px;z-index:700;"></div><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="916" height="550" id="opener03" align="middle"><param name="allowScriptAccess" value="always" /><param name="wmode" value="transparent" /><param name="movie" value="http://files.titus.de/titusde/teamtitus/opener03.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="http://files.titus.de/titusde/teamtitus/opener03.swf" quality="high" bgcolor="#ffffff" width="916" height="550" name="opener03" align="middle" allowScriptAccess="always" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></div><br>');

function showTeam() {
	// Team-Flash-Film jetzt ausfahren
	document.getElementById('teamBalken').style.display='none';
	curHeight = parseInt(document.getElementById('teamContainer').style.height);
	difHeight = Math.round((550 - curHeight)/8);
	if (difHeight<1 && curHeight<550) { difHeight=1; }
	curHeight+=difHeight;
	document.getElementById('teamContainer').style.height=curHeight+'px';
	if (curHeight<550) {
		setTimeout("showTeam()", 10);
	}
}

