// On IE/FF set the title before the Document OnLoad takes place
document.title = "Studio 4b Photography by Christopher Auger-Domínguez";
addEvent( window, "load", CustomizeTitle );
function CustomizeTitle()
{
   var baseTitle = "Studio 4b Photography by Christopher Auger-Domínguez";
   var separator = " :: ";
   var albumTitle = GetText( document.getElementById("albumTitle") );
   var galleryTitle = GetText( document.getElementById("galleryTitle") );
   var subCatTitle = GetText ( document.getElementById("subCatGalleryTitle") );
   var singleImage = document.body.className && document.body.className.indexOf("singleImage") > -1 ? true : false;
   var pageTypeDefined = typeof( pageType ) != "undefined";
   var pageTypeDetailsDefined = typeof( pageTypeDetails ) != "undefined";
// Don't change the title from the above document.tit
