thisfile = window.location.href;
thisfile = thisfile.replace(/.+\//,"");
filesection = thisfile.split(".");
bobj = document.getElementById("topmenu" + filesection[0]);
if(bobj) { bobj.className="current"; }


