function hb_init_illustrations()
{
	if( ! illust_is_initialized )
	{
		path = "illustrations/img/";
		
		illustrations = new Array();
		illustrations[0] = new slide( path + "Illustr1.jpg", 255, 482, "Bowie", "", null );
		illustrations[1] = new slide( path + "Illustr2.jpg", 312, 431, "Raging Bulles", "", null );
		illustrations[2] = new slide( path + "Illustr3.jpg", 380, 570, "GAROROCK !", "Projet d'affiche pour un festival.", null );
		illustrations[3] = new slide( path + "Illustr4.jpg", 344, 393, "LE PRUNEAU", "De la s&eacute;rie des Bonza&iuml;s g&eacute;ants,<br/>dans l'hebdomadaire Spirou.", null );
		illustrations[4] = new slide( path + "Illustr7.jpg", 233, 397, "&Eacute;PAMINONDAS+SPICE", "Illustration Comix Remix.", null );
		illustrations[5] = new slide( path + "Illustr8.jpg", 384, 420, "MA&Iuml;TRE WANG", "De la s&eacute;rie des Bonza&iuml;s g&eacute;ants de l'hebdo Spirou.", null );
		illustrations[6] = new slide( path + "Illustr9.jpg", 418, 412, "SUPER H&Eacute;ROS", "Participation &agrave; un collectif sur les super-h&eacute;ros.", null );
		illustrations[7] = new slide( path + "Illustr10.jpg", 386, 567, "GAINSBOURG", "Recherches pour le &quot;Petit livre rock&quot;.", null );
		illustrations[8] = new slide( path + "Illustr11.gif", 369, 709, "PICADILLY", "Illustration presse.", null );
		illustrations[9] = new slide( path + "Illustr12.jpg", 364, 412, "PETER", "Visuel d'un t-shirt.", null );


		locations = new slideshow_html_locations( "middle_column", "titre", "texte" );

	
		hb_illust_slideshow.init( illustrations, locations, buttons, true, null );
	
		hb_slideshows_manager.add( hb_illust_slideshow );
		
		illust_is_initialized = true;
	}
}
