// JavaScript Document
$(document).ready(function(){	
						   
						   $(document).pngFix();
						   
			$('#header_inner').flash(
			{
				swf: 'preloadSlideDef.swf',
				height: 440,
				width: 2000 
			}
		);
})

