

function openchild(){

msgWindow=window.open( '' ,'subwindow','toolbar=no,location=no,directories=no,status=yes,scrollbars=yes,menubar=no,resizable=yes,width=410,height=460');

//msgWindow.focus();

}

