function showContent(b){var c=jQuery(".pageContent:visible"),a=b?c.next():c.prev();c.hide();a.show()}function nextContent(){showContent(true)}function previousContent(){showContent(false)};