function showtext(evt, id) {
	txtWin = open('text.php?ID='+id, 'text'+id,
				  "width="+500+",height="+700+",menubar=no,toolbar=no,status=no,scrollbars=no");

	evt.returnValue=false;
	return false;
}
