
function flashFile2()
{
document.write('<object type="application/x-shockwave-flash" data="images/headertop.swf" width="760" height="112">\n');
document.write('<param name="movie" value="images/headertop.swf" />\n');
document.write('</object>\n');
}

function flashFile()
{
document.write('<object type="application/x-shockwave-flash" data="images/home.swf" width="760" height="218">\n');
document.write('<param name="movie" value="images/home.swf" />\n');
document.write('</object>\n');
}

