// JavaScript Documen


function flash_top()
{
   document.write('<object type="application/x-shockwave-flash" data="../flash/header.swf" width="411" height="100">\n');
   document.write('<param name="movie" value="../flash/header.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
    document.write('<param name="menu" value="false" />\n');
   document.write('</object>\n');
}

