';
rm_html += '';
rm_html += '
';
rm_html += ' ';
rm_html += '
';
rm_html += '';
rm_html += '
';
rm_html += '';
rm_html += '';
(function() {
document.write(rm_html);
jQuery(document).ready(function() {
var block = jQuery('.hotel_site_modul_panel'),
block_button = jQuery('#hotel_site_modul_search-panel-button '),
button_width = block_button.width()+4,
body_width = jQuery('body').width();
block.css('width', body_width - button_width);
block_button.click(function () {
block.toggleClass('shownModule');
var pos = block.offset();
if(block.hasClass('shownModule'))
block_button.offset({left: (pos.left - button_width)});
else
block_button.css('left','calc(100% - '+button_width+'px)');
return false;
})
});
})( window );