﻿function pageInitialize() {

	//	Buld article image galleries
	$("div.article").pmArticleGallery({
		thumbImageWidth: 100,
		thumbImageHeight: 72,
		lightboxImageWidth: 900,
		galleryWrapper: "div.article-gallery-wrapper",
		galleryContainer: "div.article-gallery",
		galleryScroller: "div.jcarousel-scroll"
	});
	
	$(".lightbox").lightBox({
		imageLoading: "DesignTemplates/President_RH/images/_gui/lightbox-ico-loading.gif",
		imageBtnClose: "DesignTemplates/President_RH/images/_gui/lightbox-btn-close.gif",
		imageBtnPrev: "DesignTemplates/President_RH/images/_gui/lightbox-btn-prev.gif",
		imageBtnNext: "DesignTemplates/President_RH/images/_gui/lightbox-btn-next.gif",
		txtImage: labelGalleryImage,
		txtOf: labelGalleryImageOf																													 
	});
	
}