﻿function startLiveChat() 
{
    window.open("LiveChat.aspx", "_blank", "width=370,height=300,location=no,menubar=0,resizeable=no,scrollbar=no,titlebar=yes,toolbar=no", false);
}

function startRadio() {
    window.open("Radio.html", "_blank", "width=478,height=174,location=no,menubar=0,resizable=no,scrollbars=no,titlebar=yes,toolbar=no", false);
}
