function disp(what,width,height){
	msgWindow=window.open(what,'displayWindow','toolbar=no,resizable=no,scrollbars=yes,menubar=no,width='+width+',height='+height);
}
