/*-----------------------------------------------------------------------------
-	This file contains proprietary and confidential information from WebAssist.com
-	corporation.  Any unauthorized reuse, reproduction, or modification without
-	the prior written consent of WebAssist.com is strictly prohibited.
-
-	Copyright 2006 WebAssist.com Corporation.  All rights reserved.
------------------------------------------------------------------------------*/
var WAPA_albumXML = 'photos/index.xml?guid=' + new Date().getMilliseconds();
var WAPA_dotDotSlash = '../';

function WAPA_setupAlbum(wapa_photoObjs, photosFolder){
	var wapa_displayIds = {photoImg: 'WAPA_Photo', photoTitle: 'WAPA_PhotoTitle', photoCaption: 'WAPA_PhotoCaption', photoDate: 'WAPA_PhotoDate', display_X: 'WAPA_X', display_Y: 'WAPA_Y', displayThumbs: 'WAPA_PhotoThumbnails', displayThumbnailPreview: 'WAPA_ThumbnailPreview', displayThumbnailTitle: 'WAPA_ThumbnailPreviewTitle', displaySNav: 'WAPA_SlideshowNavigation', displayVNav: 'WAPA_ViewerNavigation'};
	// global album variable name
	wapa_album = new WA_PhotoAlbum(wapa_photoObjs, wapa_displayIds, 3, 2, 10, 30, 30, photosFolder);
	wapa_album.initialize();
	WAPA_setupControls(photosFolder);
}
