function createWindow() {
msgWindow=window.open("","small","scrollbars=yes,toolbar=no,resizable=yes,width=600,height=550");
msgWindow.focus();
}
