document.getElementById('home-images').onload=function(){ flashprompt();}

// <![CDATA[

var fo = new SWFObject("/cms/monoslideshow/monoslideshow.swf", "FOmonoSlideshow", "332", "153", "7", "#FFFFFF");

fo.addVariable("dataFile", escape("/?Page=flashsource&template=none"));

fo.addVariable("showLogo", "false"); 

fo.addParam("wmode", "transparent");

fo.write("monoSlideshow");

// ]]>

function flashprompt(){
	var flashinstalled = 0;
	if (navigator.plugins && navigator.plugins.length)
	{
		x = navigator.plugins["Shockwave Flash"];
		if (x)
			flashinstalled = 1;
		if (navigator.plugins["Shockwave Flash 2.0"])
			flashinstalled = 1;
	}
	else if (navigator.mimeTypes && navigator.mimeTypes.length)
	{
		x = navigator.mimeTypes['application/x-shockwave-flash'];
		if (x && x.enabledPlugin)
			flashinstalled = 1;
	}
	
	if (flashinstalled == 0) {
		  var agree = confirm('Flash is required to view the image slideshow on the homepage. Would you like to install it now?');
		  if(agree)
			window.open('http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','flash');
		  else
			return;
	}
}