 FancyZoomBox.directory = '/images/fancy';
 $(document).observe('dom:loaded', function() {
        $$('a.showlink').each(function(el) {
               new FancyZoom(el);
        });

 if (typeof(Xaprb) !== 'undefined'){
    Xaprb.InputMask.setupElementMasks();
 };

 });
 
 function retry_observe(){
        $$('a.showlink').each(function(el) {
               new FancyZoom(el);
        });  
                
 }
 
