function loadDemo(location, width, height) {
	$("#salesDemo").append("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='" + width + "' height='" + height + "' ID='loadedDemo'><param name='movie' value='" + location + "'><param name='wmode' value='transparent'><param name='quality' value='high'><param name='loop' value='2'><param name='allowScriptAccess' value='always'><embed src='" + location + "' width='" + width + "' height='" + height + "' loop='2' quality='high' wmode='transparent' allowScriptAccess='always' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' menu='false' name='loadedDemo'></embed></object>");
}

function unloadDemo(cancelRedirect)
{
	//The demo calls this when the user clicks the Close button, but for now this will do nothing.
}