Make a StormChat print friendly
jQuery('#bottom-bar').remove(); jQuery('#contact-list').remove(); jQuery('html').css('overflow', 'auto'); jQuery('#chat-room').css({ 'height': 'auto', 'width': '100%', 'overflow-y': 'auto' });