function jsSlideshow(name, nimgs, wide) {
	this.name = name;
	this.nimgs = nimgs;
	this.idx = 0;
	this.wide = wide?true:false;
}
