Matt Thomas:
In the current version this option is not included in the Cute Chat configuration page.
Please following the steps below:
Open the CuteSoft_clients/CuteChat/CH_MainForm.aspx , and add the code below at the end of the file :
<script>
var checkbox=document.getElementById("chat_focus");
if(checkbox!=null)checkbox.checked=false;
</script>
Regards , Terry .