#include <stdio.h>
#include <stdlib.h>
#include <string.h>

#define LEFT   '<'
#define RIGHT  '>'
#define CENTER '='

Node_var_new {MAX_ROWS = 21 ; MAX_COLS = 19};
Node_var_new {HEADER ; ROW ; BOTTOM};

BEGIN { FS = "[&]" } ; 

{
str = ""
for (i = 1; i <= NF; i = i +1) {
	str = str $i "\t"
}
print str
 }

