function loadSalesPics()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="243" height="306">\n');
    document.write('<param name="movie" value="hpSlideshow.swf?imageType=Sale">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="hpSlideshow.swf?imageType=Sale" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="243" height="306" wmode="transparent"></embed>');
	document.write('</object>\n');
	
}
function loadRentalPics()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="243" height="306">\n');
    document.write('<param name="movie" value="hpSlideshow.swf?imageType=Rental">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="hpSlideshow.swf?imageType=Rental" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="243" height="306"></embed>');
	document.write('</object>\n');
	
}

function loadTownhousePics()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="243" height="306">\n');
    document.write('<param name="movie" value="hpSlideshow.swf?imageType=Townhouse">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="wmode" value="transparent">\n');
	document.write('<embed src="hpSlideshow.swf?imageType=Townhouse" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="243" height="306" wmode="transparent"></embed>');
	document.write('</object>\n');
	
}

function loadSearch()
{
    document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="725" height="476">\n');
    document.write('<param name="movie" value="map.swf">\n');
	document.write('<param name="quality" value="high">\n');
	if (document.URL.indexOf("Type=C") != -1){
		document.write('<param name="FlashVars" value="Type=Commercial">\n');
	} else if (document.URL.indexOf("Type=S") != -1){
		document.write('<param name="FlashVars" value="Type=Sale">\n');
	} else if (document.URL.indexOf("Type=R") != -1){
		document.write('<param name="FlashVars" value="Type=Rental">\n');
	}
	document.write('<embed src="map.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="725" height="476"></embed>');
	document.write('</object>\n');
	
}