/*
<object id="player1" type="application/x-shockwave-flash" data="zanmantou/zanmantou.swf"
 width="326" height="226" >
<param name="allowScriptAccess" value="sameDomain"></param>
<param name="movie" value="zanmantou/zanmantou.swf"></param>
<param name="quality" value="best"></param>
<param name="scale" value="noscale"></param>
<param name="salign" value="lt"></param>
<param name="FlashVars" value="config=zanmantou/config.xml"></param>
<param name="bgcolor" value="#000000"></param>
<p>Anscheinend ist auf Ihrem System kein Flash-Player installiert.<br>
Sie können die Viedeos evtl. dennoch ansehen, wenn Sie diese über die Pfeil-nach-unten-Schaltflächen herunterladen.</p>
</object>
*/

function swfWrite(config, width, height) {
document.write('<object id="player1"');
document.write('    data="zanmantou/zanmantou.swf"');
document.write('    type="application/x-shockwave-flash"');
document.write('    width="'+width+'" height="'+height+'" >');
document.write('<param name="movie" value="zanmantou/zanmantou.swf" />');
document.write('<param name="quality" value="best" />');
document.write('<param name="scale" value="noscale" />');
document.write('<param name="salign" value="lt" />');
document.write('<param name="bgcolor" value="#000000" />');
document.write('<param name="FlashVars" value="config=zanmantou/'+config+'" />');
document.write('<p>Es ist kein Flash-Player installiert.</p>');
document.write('<p>Sie können die Viedeos evtl. dennoch ansehen, wenn Sie diese über die Pfeil-nach-unten-Schaltflächen herunterladen.</p>');
document.write('</object>');
}