jQuery(function($) {

$('#slides').crossSlide({
  sleep: 3, //in px/sec
  fade: 1    //in sec
}, [
  { src: 'images/homeslideshow/document.jpg', href: 'document.php'     },
  { src: 'images/homeslideshow/products2.jpg' , href: 'products.php'     },
  { src: 'images/homeslideshow/service.jpg', href: 'service.php'      },
  { src: featImg, href: 'featured.php'   }
]);

});




	function startHome( )
	{
		startFlash( 'videoPlayer.swf' );
	}

	function startFlash( swfIn )
	{
		var flashvars = {};
		// var flashvars = { visited:autoplayval };
		var params = {};
		params.wmode = "transparent";
		var attributes = {};
		swfobject.embedSWF("_cust/flash/" + swfIn, "homeflash", "259", "239", "9.0.0", "expressInstall.swf", flashvars, params, attributes);
	}
	
	
	
	
	
	
