// JavaScript Document

//flash

function Home()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height="550">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/home.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="550"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function Services()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="631" height="550">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/services.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/services.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="631" height="550"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function Gallery()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="631" height="550">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/gallery.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/gallery.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="631" height="550"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function Testimonials()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="631" height="550">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/testimonials.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/testimonials.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="631" height="550"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function Media()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="550">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/media.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/media.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="550"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function Contact()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="500" height="550">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/contact.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/contact.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="550"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}