function DisplayDiagram(sInteractive, sShowInstructions, sUnits, sDetails, sBedrooms, sSleeps, iWidth, iHeight){
	document.write('<object id="Diagram" 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="' + iWidth + '" height="' + iHeight + '">');
	document.write('<param name="movie" value="Flash/ResultsDiagram.swf?sInteractive=' + sInteractive + '&sShowInstructions=' + sShowInstructions + '&sUnits=' + sUnits + '&sDetails=' + sDetails + '&sBedrooms=' + sBedrooms + '&sSleeps=' + sSleeps + '">');
	document.write('<param name="loop" value="false">');
	document.write('<param name="menu" value="false">');
	document.write('<param name="quality" value="best">');
	document.write('<param name="scale" value="exactfit">');
	document.write('<embed src="Flash/ResultsDiagram.swf?sInteractive=' + sInteractive + '&sShowInstructions=' + sShowInstructions + '&sUnits=' + sUnits + '&sDetails=' + sDetails + '&sBedrooms=' + sBedrooms + '&sSleeps=' + sSleeps + '" ');
	document.write('menu="false" quality="best" width="' + iWidth + '" height="' + iHeight + '" name="Diagram" ');
	document.write('allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');
}
