function InsertMovie(movie, width, height, image) {
	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_flash/header_core/' + image + '.jpg" border="0" width="' + width + '" height="' + height + '" alt="Hearthside Grove: Your Luxury RV Resort" />\n');
	document.write('</object>\n');
}


function InsertMovieZoom(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=siteplan&zoomifyListBoxPosition=1&zoomifyCoordsDisplay=0&zoomifyMinZoom=10&zoomifyMaxZoom=100">\n');
	document.write('<EMBED FlashVars="zoomifyImagePath=siteplan&zoomifyListBoxPosition=1&zoomifyCoordsDisplay=0&zoomifyMinZoom=10&zoomifyMaxZoom=100&zoomifyHotspotsXML=../hotspots.xml" SRC="map.swf" MENU="false" BGCOLOR="#FFFFFF" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"  WIDTH="580" HEIGHT="450" NAME="map.swf"></EMBED>\n');
	document.write('<img src="_img_flash/header/' + movie + '.jpg" border="0" width="' + width + '" height="' + height + '" alt="Hearthside Grove: Siteplan" />\n');
	document.write('</object>\n');
}


function InsertVRMovie(mov, width, height) { 
	document.write('<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="src" value="3d/' + mov + '" />\n');
	document.write('<embed src ="3d/' + mov + '" width="' + width + '" height="' + height + '">\n');
	document.write('</embed>\n');
	document.write('</object>\n');
}


function InsertVRSWF(movie, width, height, image) {
	document.write('<object type="application/x-shockwave-flash" data="' + movie + '" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="movie" value="' + movie + '" />\n');
	document.write('<img src="' + image + '" border="0" width="' + width + '" height="' + height + '" alt="" />\n');
	document.write('</object>\n');
}



