Event.observe(window, 'load', init);

function init (event) {
}


function getImage(imageName) {
	$('ImageContainer').update('<img src="/images/' + imageName + '" style="display:none" id="ShowImage" />');
	Effect.Grow('ShowImage');
	//Effect.Appear('ShowImage', {duration: 2.0});

}
