/* <![CDATA[ */
var strOldPreId = null;
function show(strPreId){
  if(strPreId != strOldPreId){
  document.getElementById(strPreId+"_toggle").style.display = "block";
  strOldPreId = strPreId;
  }else{
  document.getElementById(strPreId+"_toggle").style.display = "none";
  document.getElementById(strPreId+"_link").style.display = "";
  strOldPreId = null;
  }
}
/* ]]> */

