This file contains informations that help to work withe the
global tricorder script files.

globalTricorder_TT_Clear___________________________________
killthread globalTricorder_ClearToolTip
thread globalTricorder_ClearToolTip

globalTricorder_ClearToolTip_______________________________
globalTricorder_doClientCommand( "globalwidgetcommand tri_" + _tricorderBase_getTooltipInsertForPuzzleType() + "_tooltip title $$TriPuz_Default$$" );


_tricorderBase_getTooltipInsertForPuzzleType_______________
returns string for puzzle type
TRICORDER_PUZZLE_MOD -> "mo"
TRICORDER_PUZZLE_KEYPAD -> "kp"
TRICORDER_PUZZLE_ROUTING -> "ro"

trirteClick1_4_____________________________________________
_tricorderRoute_pieceClicked( 1, 4, 1 );


_tricorderRoute_pieceClicked_______________________________
rotates clicked pice if valid, calls other funcs to handle event

_tricorderRoute_recalcPuzzleState__________________________