function open_text_box(file) {									
	window.open(file,'normal','scrollbars=yes,width=500,height=400,resizable=yes,titlebar=yes,left=5,top=5');
}
