function createwindow() {
msgWindow=window.open("","small2","scrollbars=yes,toolbar=yes,resizable=yes,width=400,height=430");
msgWindow.focus();
}
