function changeSection(id) {

identity=document.getElementById(id);

if(identity.className=="expandable section")
{identity.className="expandable section_on";}


else if(identity.className=="expandable section_on")
{identity.className="expandable section";}

}






  pageSpecificOnload();

  



// do nothing on pages where pageSpecificOnload does not appear:
function pageSpecificOnload(){
  var hereforpagespecific;
}







