
function accesslink (o,anchorname) {
var anch = new RegExp("#.*");
document.location.href = document.location.href.replace(anch,"") + "#" + anchorname;
}
