<!--
// Jason - here are the setup vars, you should just have to change the Path to the Flash File.
// - Sonny

function run_Bubbles(){

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="100%" height="100%" id="bubbles" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="/departments/communityservices/envhc/flash/bubbles.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="bgcolor" value="#999999" /><embed src="/departments/communityservices/envhc/flash/bubbles.swf" quality="high" wmode="transparent" bgcolor="#999999" width="100%" height="100%" name="bubbles" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');

}

function run_Logo(){


	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
	document.write('codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"');
	document.write('id="logo" width="293" height="145">');
	document.write('<param name="movie" value="/departments/communityservices/envhc/flash/logo.swf">');
	document.write('<param name="bgcolor" value="#000000">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="allowscriptaccess" value="samedomain">');
	document.write('<embed type="application/x-shockwave-flash"');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer"');
	document.write('width="293" height="145"');
	document.write('name="logo" src="/departments/communityservices/envhc/flash/logo.swf"');
	document.write('bgcolor="#000000" quality="high"');
	document.write('swLiveConnect="true" allowScriptAccess="samedomain"');
	document.write('></embed>');
	document.write('</object>');

}
function run_wordsearch(){

	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="400" height="300" id="wordsearch" align="middle">');
	document.write('<param name="allowScriptAccess" value="sameDomain" />');
	document.write('<param name="movie" value="/departments/communityservices/envhc/flash/wordsearch.swf" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="bgcolor" value="#0066cc" /><embed src="/departments/communityservices/envhc/flash/wordsearch.swf" quality="high" scale="noscale" bgcolor="#0066cc" width="800" height="700" name="wordsearch" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');

}
	
