<!--
function NotesOpenPrint()
{
window.open('notes.php','notes_print','menubar=1,resizable=1,width=570,height=650,scrollbars=1');
}

function DisclaimOpen()
{
window.open('http://www.timefinancing.com/disclaim.php','disclaim_print','menubar=1,resizable=1,width=300,height=200');
}

function NextOpen()
{
window.open('next.php','notes_print','menubar=1,resizable=1,width=570,height=650');
}

function GiveOpen()
{
window.open('http://www.bethelchurch.info/online-giving/','notes_print','menubar=1,resizable=1,width=1024,height=650,scrollbars=1');
}

function getNotesValue()
{
return(window.frames['wysiwygCampusNotes'].document.body.innerHTML);
}

function vsOpenWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
-->
