// JavaScript Document
function Home()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="243" width="655">\n');
   document.write('<param name="movie" value="home.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="http://www.n2testing.co.uk/sowerbycms/home.swf" ... height="243" width="655"></embed>\n');
   document.write('</object>\n');
}
<!--
function Partner()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="243" width="655">\n');
   document.write('<param name="movie" value="your-partner.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="your-partner.swf" ... height="243" width="655"></embed>\n');
   document.write('</object>\n');
}
<!--
function Services()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="243" width="655">\n');
   document.write('<param name="movie" value="our-services.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="our-services.swf" ... height="243" width="655"></embed>\n');
   document.write('</object>\n');
}
<!--
function Join()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="243" width="655">\n');
   document.write('<param name="movie" value="join-us.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="join-us.swf" ... height="243" width="655"></embed>\n');
   document.write('</object>\n');
}
<!--
function Touch()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="243" width="655">\n');
   document.write('<param name="movie" value="get-in-touch.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="get-in-touch.swf" ... height="243" width="655"></embed>\n');
   document.write('</object>\n');
}
<!--
function Work()
{
   document.write('<object classid="clsid:D27CDB6E..." ... height="243" width="655">\n');
   document.write('<param name="movie" value="our-work.swf"/>\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<embed src="our-work.swf" ... height="243" width="655"></embed>\n');
   document.write('</object>\n');
}
<!--