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