// JavaScript Document


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

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

function interior(title) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="428" height="80">\n');
	document.write('<param name="movie" value="images/fma_titles.swf?pageTitle='+title+'">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="images/fma_titles.swf?pageTitle=My%20Title" width="428" height="80" quality="high" ');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>\n');
	document.write('</object>');
}
function partners() {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="610" height="330" ID="map">\n');
	document.write('<param name="movie" value="images/mm_partners.swf'+document.location.search+'" />\n');
    document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="images/mm_partners.swf'+document.location.search+'" swliveconnect="true" name="map" quality="high"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('type="application/x-shockwave-flash" width="610" height="330"></embed>\n');
	document.write('</object>');
				   
}


