/* remove mouse over picture menu */

function delHover() {
    oLst = YD.getElementsBy(function(el) {return (YD.hasClass(el,'imgBorder') || YD.hasClass(el,'imgBorderOn'))},'img');
    for (i=0; i < oLst.length ; i++) {
        if (oLst[i].title && oLst[i].title != '') oLst[i].title = '';
        if (oLst[i].alt && oLst[i].alt != '') oLst[i].alt = '';
    }
}
YE.onContentReady('bodyWrapper', function() {if (!YD.hasClass(document.body, 'smugmug_ajax')) delHover()});
onPhotoShow.subscribe(function(){YE.onAvailable('mainImage', delHover)});

/* change Category Title on Homepage */
/* YE.onAvailable('categoryTitle', function() {this.innerHTML = 'Client Area & Galleries'}); */

/* change Sub Category Title */
/*  YE.onAvailable('subCatGalleryTitle', function() {this.innerHTML = 'Online Galleries'}); */

/* change User Name On Hamepage */
/* YE.onAvailable('userName', function() {this.innerHTML = 'Real Life Photography'}); */











