function toggleDebugContent(){jQuery('#debugContent:visible').slideUp('fast');jQuery('#debugContent:hidden').slideDown('fast');}function closeDebug(){jQuery('#debugArea').remove();}