﻿var Overlay;


if( Overlay==null ){
    Overlay = new Object( );
}

Overlay.Photos = {
    ShowUi:function( thePhotoLocation, theCaption ){
        Overlay.LoadUi( "interactive/ui/overlay_photos.aspx?i="+escape(thePhotoLocation)+"&c="+escape(theCaption), function(theResponseText,theStatus,theRequest){
            
        });
    }
}