function InsertLogo(movie) {
	document.write('<object type="application/x-shockwave-flash" data="/_flash/logo/' + movie + '.swf" width="285" height="61">\n');
	document.write('<param name="movie" value="/_flash/logo/' + movie + '.swf" />\n');
	document.write('<img src="/_img/yfm_logo.gif" border="0" width="285" height="61" alt="Your Forest. Managed." />\n');
	document.write('</object>\n');
}

function InsertHome(movie) {
	document.write('<object type="application/x-shockwave-flash" data="http://www.mosaichouston.com/_flash/' + movie + '.swf" width="480" height="275">\n');
	document.write('<param name="movie" value="http://www.mosaichouston.com/_flash/' + movie + '.swf" />\n');
	document.write('<img src="http://www.mosaichouston.com/_img/core_noflash.gif" border="0" alt="Mosaic" />\n');
	document.write('</object>\n');
}

function InsertInterior(movie) {
	document.write('<object type="application/x-shockwave-flash" data="/_flash/lev2_header/' + movie + '.swf" width="480" height="275">\n');
	document.write('<param name="movie" value="/_flash/lev2_header/' + movie + '.swf" />\n');
	document.write('<img src="/_img/interior_noflash.gif" border="0" alt="Your Forest. Managed." usemap="#noflash" />\n');
	document.write('</object>\n');
}

function InsertSound(sound) {
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="300" height="20" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">\n');
	document.write('<param name="movie" value="singlemp3player.swf?file=/_mp3/' + sound + '&autoStart=false&backColor=000000&frontColor=ffffff&songVolume=90" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<embed wmode="transparent" width="300" height="20" src="singlemp3player.swf?file=/_mp3/' + sound + '&autoStart=false&backColor=000000&frontColor=ffffff&songVolume=90" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><noembed>The sound clip accompanying this description requires the Flash plugin to hear it.</noembed></embed>\n');
	document.write('</object>\n');
}
