Represents the live chat window

| hide | Hides the chat window |
| show | Shows the chat window |
| toggle | Shows the window if hidden, otherwise hide the window |
| setColor | Sets the window color with the standard theme |
<script> $zopim.livechat.window.toggle(); </script>
<a href="javascript:$zopim.livechat.window.show()"> Click here to chat with us! </a>
<a href="javascript:$zopim.livechat.window.setColor('#ff0000')">Red</a>
<a href="javascript:$zopim.livechat.window.setColor('#00ff00')">Green</a>
<a href="javascript:$zopim.livechat.window.setColor('#0000ff')">Blue</a>