function textwindows(id) {
	window.open('/w_text/'+id,'text','width=500px,height=400px');
}
