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