Richiesta di prenotazione
' +
                                            '   
';
                                        if ($('.modal_' + string_b).length < 1) {
                                            var mM = $('#myModal').clone();
                                            mM.addClass('modal_' + string_b);
                                            mM.insertAfter($('#myModal'));
                                            mM.removeAttr('id');
                                            $('.modal_' + string_b + ' .modal-body').append(room);
                                            $('.room_detail_slideshow_' + index).cycle();
                                        }
                                        var fotoDetails = 'Foto & Details';
                                        if($('html').attr('lang') == 'it'){
                                            fotoDetails = 'Foto e dettagli';
                                        }else if($('html').attr('lang') == 'en'){
                                            fotoDetails = 'Pictures and details';
                                        }
                                        var detail = $('', {
                                            'type': 'button',
                                            'class': 'btn btn-info btn-details',
                                            'data-toggle': 'modal',
                                            'data-target': '.modal_' + string_b,
                                            text: $obj.text,
                                            html: fotoDetails
                                        });
                                        label_first.find('*').not('.help-block').remove();
                                        label_first.prepend(detail);
                                        label_first.append('');
                                    }
                                });
                            }
                        }
                    });
                }
                if (arg0 == 'formloaded') {
                    var obj = getQueryParams(document.location.search);
                    if (obj.hasOwnProperty("test")) {
                        if (typeof ga === 'function') {
                            console.log('ga send start.-------------------');
                            ga('send', 'pageview', 'Abschluss Anfrage: ' + mL);
                            console.log('Testanfrage: ' + mL);
                            console.log('ga send end.---------------------');
                        } else {
                            console.log('No google analytics! TagManager?');
                        }
                    }
                }
            }
            //
        
    ' +
                                            '       
' +
                                            '   ' +
                                            '           
' +
                                            '   ' +
                                            '               
' +
                                            '           ' + roomTitle + '
' +
                                            '               ' + roomSubtitle + '
' +
                                            '           ' + roomText + '
' +
                                            '       ' +
                                            '       ' +
                                            '       ' + pager +
                                            '   
' +
                                            '