function flash_write()
{
document.write('<OBJECT TYPE="application/x-shockwave-flash" data="theme/akcio.swf" width="138" height="19">\n');
document.write('<PARAM NAME="movie" VALUE="theme/akcio.swf">\n');
document.write('<PARAM NAME="quality" VALUE="high">\n');
document.write('<PARAM NAME="loop" VALUE="false">\n');
document.write('<PARAM NAME="menu" VALUE="false">\n');
document.write('<PARAM NAME="wmode" VALUE="transparent">\n');
document.write('</OBJECT>');
}

