bar
stdout('well, as you can see, we\'re doing something other than setting a link with a menu');
clear console
cls();
toggle console direction
if(cOutputOrder=='append'){cOutputOrder='prepend';}else{cOutputOrder='append';} stdout('console output now set to: '+cOutputOrder);