function hideThis(p){var s = '#' + p.id;$(s).fadeOut('fast');$(s).next().fadeIn("slow");$(s).prev().fadeIn("slow");}
