function editPage(CONTENT) {
 document.location.href='index.php?c=' + CONTENT + '&edit=true';
}

