/**************************************************************
* misc js GUI functions based on jQuery or Prototype
* 
* author:   erational <http://www.erational.org>
* licence:  GPL
* date:     2007.03.15
***************************************************************/

/* jQuery syntax */
function fold(item) {
  $('#menuright /div').hide();
  $("#"+item).show();
}
