function show_splash_infobox (arg)
{
	$ ("#splash_infobox_big:not(:animated)").fadeOut();
	$ ("#"+arg+":not(:animated)").fadeIn();
}
						
						
$ ("#splash_infobox_close").click(function(){
	$ ("#splash_infobox_big").fadeOut();
});

						

$ ("#splash_infobox_close_big").click(function(){
	$ ("#splash_infobox_big").fadeOut();
});

