function formatForEdit() { document.getElementById('content').align="left"; } function show(theid) { if(document.getElementById){ divs = document.getElementsByTagName("div"); divs[theid+'Text'].style.display='block'; divs[theid+'Text'].style.height='auto'; } } function hide(theid) { if(document.getElementById){ divs = document.getElementsByTagName("div"); divs[theid+'Text'].style.height='auto'; if(theid!=pageGrouping) divs[theid+'Text'].style.display='none'; // pageGrouping we keep the menu open } } function writeMenu() { if(editor=='1') { document.write("