// JavaScript Document

function embed_home()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/home_banner.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="swf/home_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
}

function embed_about()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/about_overview.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="swf/about_overview.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
}	

function embed_overview()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/overview_banner.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="swf/overview_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
}	

function embed_products()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/products_banner.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="swf/products_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
}	

function embed_clients()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/clients_banner.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="swf/clients_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
}	

function embed_career()
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/career_banner.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="swf/career_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
    
}	

function embed_contact()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="850" height="254">\n');
    document.write('<param name="movie" value="swf/contact_banner.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write(' <embed src="swf/contact_banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="850" height="254"></embed>\n');
    document.write('</object>\n');
}	
