STRING* Array_video[6];
...
Array_video[0] = str_create("VIDEO");
Array_video[1] = str_create("GAMMA");
Array_video[2] = str_create("SCREEN");
Array_video[3] = str_create("GAMMA");
Array_video[4] = str_create("ALPHA");
Array_video[5] = str_create("DEPTH");