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