/*document.write('<table width="100%" height="100%"><tr><td align="center" valign="middle">');
document.write('<object id="Pdf1" type="application/pdf" height="100%" width="100%">');
document.write('<param name="SRC" value="images/Satzungsauszug.pdf" />');
document.write('<embed src="images/Satzungsauszug.pdf" width="100%" height="100%" href="images/Satzungsauszug.pdf"> <noembed>Sorry, Ihr Browser ist zur Anzeige von PDF-Dateien nicht konfiguriert!</noembed></embed>');
document.write('</object></td></tr></table>');

//alert (duda);

//document.write('<table  width="100%" height="90%"><tr><td align="center" valign="middle">');
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" id="shrimps" align="top" width="650" height="500">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="'+src+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="scale" value="100%" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="'+src+'" quality="high" scale="exactfit" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="swf" align="top" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
//document.write('</td></tr></table>');
*/

document.write('<object id="Untitled-1" align="top" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" height="'+height+'" width="'+width+'">');
document.write('<param name="allowScriptAccess" value="sameDomain"></param>');
document.write('<param name="movie" value="'+src+'">');
document.write('<param name="quality" value="high">');
document.write('<param name="bgcolor" value="'+bgcolor+'">');
document.write('<embed align="top" height="'+height+'" name="Untitled-1" pluginspage="http://www.macromedia.com/go/getflashplayer" src="'+src+'" width="'+width+'">');
document.write('</embed>');
document.write('</object>');





