// JavaScript Document
function writemain()
{
    document.write('<object type="application/x-shockwave-flash" data="Movies/Movie1_middle.swf" width="590" height="400">\n');
    document.write('<param name="movie" value="Movies/Movie1_middle.swf"/>\n');
	document.write('<img src="#" width="590" height="400" alt="Primary Presentations Boardroom Image"/>\n');
    document.write('</object>\n');
}
function packages()
{
    document.write('<object type="application/x-shockwave-flash" data="Movies/packagemovie.swf" width="590" height="420">\n');
    document.write('<param name="movie" value="Movies/packagemovie.swf"/>\n');
	document.write('<img src="#" width="590" height="420" alt="Primary Presentations Boardroom Image"/>\n');
    document.write('</object>\n');
}
function overbut()
{
    document.write('<object type="application/x-shockwave-flash" data="Movies/button.swf" width="120" height="50">\n');
    document.write('<param name="movie" value="Movies/button.swf"/>\n');
	document.write('<img src="#" width="120" height="50" alt="next Button"/>\n');
    document.write('</object>\n');
}
function download_but()

{	document.write('<object type="application/x-shockwave-flash" data="Movies/order_button.swf" width="210" height="120">\n');
    document.write('<param name="movie" value="Movies/order_button.swf"/>\n');
	document.write('<img src="#" width="210" height="120" alt="download order form button"/>\n');
    document.write('</object>\n');
}
	function concbut()
{
	document.write('<object type="application/x-shockwave-flash" data="Movies/concbutton.swf" width="120" height="50">\n');
    document.write('<param name="movie" value="Movies/concbutton.swf"/>\n');
	document.write('<img src="#" width="120" height="50" alt="next button"/>\n');
    document.write('</object>\n');
}