function FlashMenu()
{
    document.write('<object type="application/x-shockwave-flash" data="gfx/vova-menu.swf" width="402" height="125">\n');
    document.write('<param name="movie" value="gfx/vova-menu.swf">\n');
    document.write('</object>\n');
}
function FlashAnim()
{
    document.write('<object type="application/x-shockwave-flash" data="gfx/vova-anim.swf" width="322" height="220">\n');
    document.write('<param name="movie" value="gfx/vova-anim.swf">\n');
    document.write('</object>\n');
}
function FlashPics()
{
    document.write('<object type="application/x-shockwave-flash" data="gfx/vova-pics.swf" width="249" height="310">\n');
    document.write('<param name="movie" value="gfx/vova-pics.swf">\n');
    document.write('</object>\n');
}
function FlashMenuEn()
{
    document.write('<object type="application/x-shockwave-flash" data="gfx/vova-menu-en.swf" width="402" height="125">\n');
    document.write('<param name="movie" value="gfx/vova-menu-en.swf">\n');
    document.write('</object>\n');
}
function FlashPicsEn()
{
    document.write('<object type="application/x-shockwave-flash" data="gfx/vova-pics-en.swf" width="249" height="310">\n');
    document.write('<param name="movie" value="gfx/vova-pics-en.swf">\n');
    document.write('</object>\n');
}
