// JavaScript Document
function writemain()
{
    document.write('<object type="application/x-shockwave-flash" data="Movie1.swf" width="590" height="400">\n');
    document.write('<param name="movie" value="Movie1.swf"/>\n');
document.write('<img src="#" width="750" height="300" alt="Primary Presentations Boardroom Image"/>\n');
    document.write('</object>\n');
}