function showDoc()
{
document.getElementById('preloadimage').style.display='none';
document.getElementById('vorladen').style.visibility='visible';
//LoadingZweitbild3.src = 'images/clearpixel.gif';
//document.images['LoadingZweitbild3'].src = LoadingZweitbild3.src;
}
if (document.getElementById)
	{
	document.writeln('<style type="text/css"><!--');
	document.writeln('#preloadimage{display:block;}');
	document.writeln('#vorladen{visibility:hidden;}');
	document.writeln('--></style>');
	window.onload=showDoc;
	}
