function txt(id) {
	window.open("txt.php?id="+id,"_blank","width=500,height=325,scrollbars=1,resizable=1");
}

