function unhider(content) {
document.getElementById('hider').href = content;
}


