/***************************************************/
/* Javascript slideshow class                      */
/* includes elements from the openrico.org library */
/* be sure prototype.js and rico.js are included   */
/***************************************************/

function Slideshow(folder) {
	this.folder = folder;
}