//Settings for Flash detection; used in kids-script3.js
window.Swf = {
	requiredVersion: 6,						// version the user needs to view site (max is 7, min is 2)
	useRedirect: true, 						// "true" loads new flash or non-flash page into browser
											// "false" embeds movie or alternate html code into current page
	// the next three vars are used if useRedirect is true...
	flashPage: window.location,				// defaults to current page
	noFlashPage: '/utility/noflash.asp',	// send user here if they don't have the plugin or we can't detect it
	upgradePage: '/utility/noflash.asp'		// send user here if SwfVer returns < requiredVersion
};
