static char HelpAboutAERO[] = "\
Help about AERO:\n\
\n\
xaero is a program to edit and animate a virtual world. There are a\n\
few bodies to design a world: \n\
\n\
     o sphere\n\
     o cuboid\n\
     o cylinder\n\
     o plane\n\
     o immovable point\n\
\n\
To insert an object into virtual world press the 'insert object'\n\
button. The object will appear at the coordinates (0,0,0). You\n\
can modify color, material, orientation, and position of the\n\
selected object.\n\
\n\
To add forces to the selected object press the button 'add force'.\n\
You have the juice of diffrent kind of forces: 'wrt world', 'wrt object',\n\
and 'directed'. You are also able to link to objects by 'rod',\n\
'spring', 'damper', and 'joint'. Note: links are handled internally as\n\
forces!\n\
\n\
If you want to design complex objects, you will need to 'group objects'. To\n\
add an object to this group press 'apply'. The object will then disappear.\n\
By pressing 'done', the grouped object is inserted to the world. Note: you\n\
are not able to add an object to an already grouped object! You also can't\n\
add a grouped object to the new grouped object.\n\
\n\
Detect all the other features by hand.\n\
\n\
Warning: 'delete all' removes the world without any inquiry.\n\
         if you change some 'calculation parameters', don't wonder if the\n\
         world doesn't behave as supposed!";
 


