>> Is it possible to make the red rectangle options tabs disappear, leaving
>> only the green at the left ?
>>
>> http://www.absinto.org/dimp.jpg
>>
>
> Yes, through CSS.
>
Add this to your dimp/themes/screen.css...
#tabbar {
display: none;
}
Liam