function openchild(x,y){
msgWindow=window.open( '' ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,width='+x+',height='+y);
msgWindow.focus();
}

