/**
 * Media Browser  v. 1.0
 * @author info@reddesigngroup.com
 */

var sPath = window.location.pathname;
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1).split(".");
var pageName = sPage[0];

var currentImg = 0;
var xmlPath = "../includes/library/xml_gen.php?type=" + pageName;
var xmlDoc;
var cacheXML = false; // Set to true to have browser cache XML
var xmlIdentifier=Math.round(Math.random()*10000);
var GALLERY_THUMBS_TO_VIEW = 5;
var max_gallery_thumbs;
var currentThumbStart = 0;
var currentThumbEnd = GALLERY_THUMBS_TO_VIEW;
var allCatValue = 0;
var noImage = "/images/no_image.gif";