// JavaScript Document
window.onload = function(){

	$('#galleryflash').flash(
		{ src: '/swf/coverflow.swf', width: '100%', height: '100%', scale: "exactfit", wmode: "transparent", bgcolor: "#ffffff" }, 
		{ expressInstall: true, update: false },
		function(htmlOptions) { 
            htmlOptions.flashvars = flashvars;
			this.innerHTML = '';
			$(this).prepend($.fn.flash.transform(htmlOptions));
		}
	);
	
	};

