﻿// JScript File
function OpenPlayer()
{
    SermonPlayer=window.open('Sermons/Sermons.htm','_blank');
}

