function openMyMeds(){
window.open('/includes/myMedSchedule.html', 'myMedWindow', 'width=800, height=350, resizable=1, scrollbars=0');
}

