function addnewrbtnlow()

{

document.getElementById("addnewreminderbtn").style.cursor="pointer";
document.getElementById("addnewreminderbtn").src="addnewreminderbtn.jpg";

}

function addnewrbtnhigh()

{

document.getElementById("addnewreminderbtn").style.cursor="pointer";
document.getElementById("addnewreminderbtn").src="addnewreminderbtn2.jpg";

}

function viewremindersbtnlow()

{

document.getElementById("viewremindersbtn").style.cursor="pointer";
document.getElementById("viewremindersbtn").src="viewremindersbtn.jpg";

}

function viewremindersbtnhigh()

{

document.getElementById("viewremindersbtn").style.cursor="pointer";
document.getElementById("viewremindersbtn").src="viewremindersbtn2.jpg";

}

function accountdetailsbtnlow()

{

document.getElementById("accountdetailsbtn").style.cursor="pointer";
document.getElementById("accountdetailsbtn").src="accountdetailsbtn.jpg";

}

function accountdetailsbtnhigh()

{

document.getElementById("accountdetailsbtn").style.cursor="pointer";
document.getElementById("accountdetailsbtn").src="accountdetailsbtn2.jpg";

}

function logoutbtnlow()

{

document.getElementById("logoutbtn").style.cursor="pointer";
document.getElementById("logoutbtn").src="logoutbtn.jpg";

}

function logoutbtnhigh()

{

document.getElementById("logoutbtn").style.cursor="pointer";
document.getElementById("logoutbtn").src="logoutbtn2.jpg";

}

