function swf(name,width,height){
 html = '';
 html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab?Sid=version=7,0,19,0" width="'+width+'" height="'+height+'">';
 html += '<param name="movie" value="'+name+'">';
 html += '<param name="quality" value="high">';
 html += '<embed src="'+name+'" quality=high bgcolor="?Sid=ffffff" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
 html += '<\/object>';
 document.write(html);
}

function swf2(name,width,height){
 html = '';
 html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab?Sid=version=7,0,19,0" width="'+width+'" height="'+height+'">';
 html += '<param name="movie" value="'+name+'">';
 html += '<param name="quality" value="high">';
 html += '<param name="wmode" value="TRANSPARENT">';
 html += '<embed src="'+name+'" quality=high bgcolor="?Sid=ffffff" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
 html += '<\/object>';
 document.write(html);
}

function swf3(name,width,height){
 html = '';
 html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab?Sid=version=7,0,19,0" width="'+width+'" height="'+height+'">';
 html += '<param name="movie" value="'+name+'">';
html += '<param name="allowScriptAccess" value="sameDomain">';
 html += '<param name="quality" value="high">';
 html += '<param name="bgcolor" value="#ffffff">';
 html += '<embed src="'+name+'" quality=high bgcolor="?Sid=ffffff" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
 html += '<\/object>';
 document.write(html);
}

function swf4(name,width,height){
 html = '';
 html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab?Sid=version=7,0,19,0" width="'+width+'" height="'+height+'">';
 html += '<param name="movie" value="'+name+'">';
html += '<param name="allowScriptAccess" value="sameDomain">';
 html += '<param name="quality" value="high">';
 html += '<param name="bgcolor" value="#666666">';
 html += '<embed src="'+name+'" quality=high bgcolor="?Sid=ffffff" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
 html += '<\/object>';
 document.write(html);
}

function swf5(name,width,height){
 html = '';
 html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab?Sid=version=7,0,19,0" width="'+width+'" height="'+height+'">';
 html += '<param name="movie" value="'+name+'">';
html += '<param name="allowScriptAccess" value="sameDomain">';
 html += '<param name="quality" value="high">';
 html += '<param name="bgcolor" value="#013547">';
 html += '<embed src="'+name+'" quality=high bgcolor="?Sid=ffffff" width="'+width+'" height="'+height+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
 html += '<\/object>';
 document.write(html);
}
