// JavaScript Document
function 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="170" height="25">\n');
    document.write('<param name="movie" value="home.swf" />\n');
	document.write(' <param name="quality" value="high" />\n');
	document.write(' <embed src="home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="25"></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=7,0,19,0" width="170" height="25">\n');
    document.write('<param name="movie" value="services.swf" />\n');
	document.write(' <param name="quality" value="high" />\n');
	document.write(' <embed src="services.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="25"></embed>\n');
	document.write('</object>\n');
}

function estimates()
{
    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="170" height="25">\n');
    document.write('<param name="movie" value="estimates.swf" />\n');
	document.write(' <param name="quality" value="high" />\n');
	document.write(' <embed src="estimates.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="25"></embed>\n');
	document.write('</object>\n');
}
function responsibility()
{
    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="170" height="25">\n');
    document.write('<param name="movie" value="responsibility.swf" />\n');
	document.write(' <param name="quality" value="high" />\n');
	document.write(' <embed src="responsibility.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="25"></embed>\n');
	document.write('</object>\n');
}
function contacts()
{
    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="170" height="25">\n');
    document.write('<param name="movie" value="contacts.swf" />\n');
	document.write(' <param name="quality" value="high" />\n');
	document.write(' <embed src="contacts.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="25"></embed>\n');
	document.write('</object>\n');
}


