﻿function ShowLiveChat() {
    window.open("Live_Chat.aspx", "LiveChat", "height = 350, width = 540, status = yes, toolbar = no, menubar = no, location = no");
}