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('<img src="/_img/' + movie + '.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');
}
