Compact View
This re-opens the chat window in a compact window (no toolbars, exact size of the chat window)
index.php below line 70:
<SCRIPT LANGUAGE="JavaScript"><!--
function compactv() {
cvwindow = window.open('index.php','cvwin1','width=710,height=410');
}
//--></SCRIPT>
This goes below the Help text:
<li id="nav-help"><a href="index.php" onclick="return compactv()" title="Open this window in a compact view">Compact</a></li>
