function InsertMovie(movie, width, height) {
	document.write('<object type="application/x-shockwave-flash" data="/_swf/' + movie + '.swf" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="movie" value="/_swf/' + movie + '.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<img src="/_img/' + movie + '.jpg" border="0" width="' + width + '" height="' + height + '" alt="Site Plan" />\n');
	document.write('</object>\n');
}

function InsertRootMovie(movie, width, height, image) {
	document.write('<object type="application/x-shockwave-flash" data="' + movie + '.swf" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="movie" value="' + movie + '.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<img src="/_img/' + image + '.jpg" border="0" width="' + width + '" height="' + height + '" alt="Site Plan" />\n');
	document.write('</object>\n');
}

function InsertLot(movie, width, height) {
	document.write('<object type="application/x-shockwave-flash" data="' + movie + '.swf" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="movie" value="' + movie + '.swf" />\n');
	document.write('<param name="FlashVars" value="zoomifyImagePath=master&zoomifyListBoxPosition=1&zoomifyCoordsDisplay=0&zoomifyMinZoom=10&zoomifyMaxZoom=100&zoomifyHotspotsXML=hotspots.xml">\n');
	document.write('<param name="bgcolor" value="#FBEDCF" />\n');
	document.write('<param name="menu" value="FALSE" />\n');
	document.write('<img src="/_img/' + movie + '.jpg" border="0" width="' + width + '" height="' + height + '" alt="Site Plan" />\n');
	document.write('</object>\n');
}

function InsertMusic(movie, width, height) {
	document.write('<object type="application/x-shockwave-flash" data="/' + movie + '.swf" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="movie" value="/' + movie + '.swf" />\n');
	document.write('\n');
	document.write('</object>\n');
}