function newin(width,height,url,name) {
		msgWindow=window.open(url,name,'statusbar=no,scrollbars=no,status=no,resizable=no,left=200,top=230,width='+width+',height='+height)
	}