function FlashHeader4()
{
    document.write('<object type="application/x-shockwave-flash" data="/gfx/header4.swf" width="766" height="174">\n');
    document.write('<param name="movie" value="/gfx/header4.swf" />\n');
    document.write('</object>\n');
}
function FlashHeader3()
{
    document.write('<object type="application/x-shockwave-flash" data="/gfx/header3.swf" width="766" height="174">\n');
    document.write('<param name="movie" value="/gfx/header3.swf" />\n');
    document.write('</object>\n');
}
function FlashHeader2()
{
    document.write('<object type="application/x-shockwave-flash" data="/gfx/header2.swf" width="766" height="154">\n');
    document.write('<param name="movie" value="/gfx/header2.swf" />\n');
    document.write('</object>\n');
}
function FlashHeader()
{
    document.write('<object type="application/x-shockwave-flash" data="/gfx/header.swf" width="766" height="154">\n');
    document.write('<param name="movie" value="/gfx/header.swf" />\n');
    document.write('</object>\n');
}
function FlashGallery(galleryxml)
{
    document.write('<object type="application/x-shockwave-flash" data="/gfx/viewer.swf?preloaderColor=0xffffff&xmlDataPath=' + galleryxml + '" width="500" height="600">\n');
    document.write('<param name="movie" value="/gfx/viewer.swf?preloaderColor=0xffffff&xmlDataPath=' + galleryxml + '" />\n');
    document.write('</object>\n');
}
function FlashHeaderEn()
{
    document.write('<object type="application/x-shockwave-flash" data="/gfx/header_en.swf" width="766" height="174">\n');
    document.write('<param name="movie" value="/gfx/header_en.swf" />\n');
    document.write('</object>\n');
}