$(document).ready(function(){
 
        if ($('#photo_roulette_home').length > 0 ){
            
            $('#photo_roulette_home').galleryView({
//                  show_filmstrip: false,
                    transition_interval: 6000
                    ,transition_speed: 2000
                    ,panel_height:360
                    ,panel_width:645
                    ,frame_width:0
                    ,frame_height:0
            });
        }
        if ($('#photo_roulette_internal').length > 0) {
            
            $('#photo_roulette_internal').galleryView({
                show_filmstrip: false,
                transition_interval: 6000,
                transition_speed: 2000
                ,panel_height:290
                ,panel_width:640
            });
        }
        

        $("#modal_object_select_loader").dialog({
                autoOpen: false,
                height: 670,
                width: 670,
                modal: true,
                resizable:false,
                draggable: false,
                dialogClass: "gallery"
        });
        
        $('#show_gallery_fiii').click( function(){
               $('#ifrm_modal_object_select').attr("src",url_show_gallery_fiii);
               $('#modal_object_select_loader').dialog('open');
        });
        $('#show_gallery_rax').click( function(){
               $('#ifrm_modal_object_select').attr("src",url_show_gallery_rax);
               $('#modal_object_select_loader').dialog('open');
        });
        $('#show_gallery_posada').click( function(){
               $('#ifrm_modal_object_select').attr("src",url_show_gallery_posada);
               $('#modal_object_select_loader').dialog('open');
        });

        if(!FlashDetect.installed){
            $(".content_flash").remove();
            $("#html_logo_link").removeClass("hide");
        }
});


