/**** Home page flash  ****/
$(document).ready(
	function () {
	

$('#flash').flash(   { swf: 'flash/main.swf',height: 413,   width: 767,  wmode: 'transparent'}   );   

$('div.flashHeader').flash(   { swf: 'flash/header.swf',height: 161,   width: 767,  wmode: 'transparent'}   );   
	
	// Called at the end of the document

		
		// Ease in and out
		jsScrollbar('#Container', {
			tweenDuration: 500,
			tweenFn: function (pos) {
				return -Math.cos(pos*Math.PI) / 2 + 0.5;
			}
		});
		



				
				
				
			
 
});  

 
 
 
	


