if (((navigator.userAgent.toLowerCase()).indexOf("msie") != -1) && 
((navigator.userAgent.toLowerCase()).indexOf("mac") != -1)) {	
document.write("<style>.featureHome{HEIGHT:38px;}.featureHomeImage{PADDING-BOTTOM:3px;WIDTH:50px;HEIGHT:50px;}")    
document.write(".galleryFeatureImage{PADDING-BOTTOM:3px;HEIGHT:27px;}</style>")
}

function showGalleryImg(url, w, h){
    var iTop,iLeft,settings,GalleryWin;
    iLeft=(screen.width)?(screen.width-w)/2:100;
    iTop=(screen.height)?(screen.height-h)/2:100;
    settings='width='+w+',height='+h+',top='+iTop+',left='+iLeft+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=yes';
    GalleryWin = window.open(url,"GalleryWin",settings);
    GalleryWin.focus();
    return false;
}