/*
 * Tchange photo of front page
 * Author : Sanjib Chatterjee
 */
function changePhoto(){
window.location = "editfrontphoto.php";
}

function updatePhoto(){
document.getElementById("edit").value=1;
document.frontedit.submit();
}
function cancelphoto(){
window.location = "index1.php";
}