//<!--

	new GalleryViewer({
		type: 'playlist',
		instanceName: galleryIdentifier,
		gall_id: cobj_pg_galleryId,
		plugin:'jquery_lightbox',
		limit: photoViewerLimit,
		thumb_height: photoThumbHeight,
		thumb_width: photoThumbWidth,
		showTitle: photoShowTitle,
		sort: imageSort,
		showDescription: (typeof(photoShowDescription) != 'undefined') ? photoShowDescription : null
	});

//-->
