/**
* Standard Javascript routines for 44I CMS
*
* Copyright (c)2008 44 Interactive. All Rights Reserved.
*
* SVN File: $Id: ffi.js 271 2008-08-26 14:37:56Z Mike Neugebauer $
* @author $Author: Mike Neugebauer $
* @version $Revision: 271 $
* @lastrevision $Date: 2008-08-26 09:37:56 -0500 (Tue, 26 Aug 2008) $
* @modifiedby $LastChangedBy: Mike Neugebauer $
* @lastmodified $LastChangedDate: 2008-08-26 09:37:56 -0500 (Tue, 26 Aug 2008) $
* @filesource $URL: svn+ssh://miken@svnhost.44i-dev.com/svnhome/base/trunk/js/ffi.js $
*/

	var flashvars = {};
	var params = {};
	//params.wmode = "transparent";
	var attributes = {};
	swfobject.embedSWF("flash/carousel.swf", "flash", "100%", "394", "8.0.0", "expressInstall.swf", flashvars, params, attributes);

function showIt( idIn )
{
	var stuff = document.getElementById( idIn ).innerHTML;
	ffiSwap( 'intro', stuff );
	//window.location = '#introbottom';
}

