function toggleMenu(id){imgSRC=$('img_'+id).readAttribute('src');src=imgSRC=='/'+usertpl+'buttons/minimize.png'?'maximize':'minimize';mode=imgSRC=='/'+usertpl+'buttons/minimize.png'?'0':'1';$('img_'+id).writeAttribute('src','/'+usertpl+'buttons/'+src+'.png');$('img_'+id).writeAttribute('mode',mode);new Effect.toggle($('f_'+id),'slide');updateCats();}
function grabState(){str='';count=0;$$('img[type="function"]').each(function(img){and=count++==0?'':'&';mode=img.readAttribute('mode')==0?0:1;str=str+and+img.readAttribute('name')+'='+mode;});return str;}
function updateCats(){new Ajax.Request('/'+ajax_root+'ajax.php?action=sortable_v2',{method:'post',parameters:{order:Sortable.serialize("sortable_forums"),state:grabState()}});}
function jump(selectId){eval("document.location='/"+root+"modules/forum/board"+$(selectId).options[$(selectId).selectedIndex].value+".html'")}
function moveThread(id){inWindow('/'+root+'modules/forum/thread'+id+'.html?mode=move&ajax','Move Thread');return false;}
