
function verses(URL) {
window.open(URL,"Verse","width=400,height=300,scrollbars");
}

function notes(URL) {
window.open(URL,"Note","width=400,height=300,scrollbars");
}
