function editContent() {
    // Show and hide the content / editable text box
    $('#contenteditablesection').show(); 
    $('#contentstatic').hide();
    $('#rightimage').hide();
    clearTimeout(sI);
}   

function cancelEdit() {
    window.location.reload();        
}