function MM_jumpMenu(targ,selObj,restore){
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'")
if(restore)selObj.selectedIndex=0}
function unstack(thoughtId){
var id=thoughtId
thoughts=document.getElementsByTagName("div")
if(id=='all'){
for(w=0;w<thoughts.length;w++){
if(thoughts[w].id.substring(0,4)=='side'){thoughts[w].style.display="inline";}
if(thoughts[w].id.substring(0,2)=='up'){thoughts[w].style.display="none";}
if(thoughts[w].id.substring(0,3)=='exc'){thoughts[w].style.display="inline";}}}
else{
document.getElementById('side'+id).style.display="inline"
document.getElementById('up'+id).style.display="none"
for(w=0;w<thoughts.length;w++){
if(thoughts[w].id=='exc'+id){thoughts[w].style.display="inline";}}}}
function stack(thoughtId){
var id=thoughtId
thoughts=document.getElementsByTagName("div")
if(id=='all'){
for(w=0;w<thoughts.length;w++){
if(thoughts[w].id.substring(0,4)=='side'){thoughts[w].style.display="none";}
if(thoughts[w].id.substring(0,2)=='up'){thoughts[w].style.display="inline";}
if(thoughts[w].id.substring(0,3)=='exc'){thoughts[w].style.display="none";}}}
else{
document.getElementById('side'+id).style.display="none"
document.getElementById('up'+id).style.display="inline"
for(var w=0;w<thoughts.length;w++){
if(thoughts[w].id=='exc'+id){thoughts[w].style.display="none";}}}}
function increaseSize()
{var div = document.getElementById("thought");
div.id = "thought2";}
function decreaseSize()
{var div = document.getElementById("thought2");
div.id = "thought";}
