<div id="mynetwork"></div>
<button type="button" id="invert" class="btn-overlay invert tr">
It takes a while to load.
Then you can drag things around.
</button>
<div class="wrapper"></div>
html,
body,
#mynetwork {
margin: 0px;
padding: 0px;
position: fixed;
left: 0px;
top: 0px;
bottom: 0px;
right: 0%;
min-height: 100vh;
border-right: 1px solid gray;
z-index: 5;
}
.screen button{
background: black;
border: 1px solid black;
box-shadow: 0 3px 20px 0 rgba(90,233,186,0.60);
border-radius: 100px;
letter-spacing: 1.5px;
font-weight: 200;
color: black;
padding-top: 2px;
width: 186px;
height: 40px;
position: absolute;
transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
bottom: -20%;
opacity: 0;
font-size: 13px;
cursor: pointer;
}
.screen button:focus{
outline:0;
: pointer;
}
.un{
user-select: none; /* Safari */
user-select: none; /* Firefox */
user-select: none; /* IE10+/Edge */
user-select: none; /* Standard */
}
.tr{
transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
}
.btn-overlay{
background-color: black;
border: 0;
color: #fff;
opacity: 0.6;
padding: 10px 15px;
border-radius: 100px;
font-size: 8px;
letter-spacing: 0.8px;
z-index: 10;
width: 100px
}
.btn-overlay:hover{
opacity: 1;
}
#invert{
position: fixed;
right: 10px;
top: 5px;
}
.wrapper {
height: 100%;
width: 100%;
left:0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
background: linear-gradient(124deg, #FF0000, #FFFF00, #80FF00, #008809, #00FDFF, #0200FF, #FF00FB);
background-size: 1800% 1800%;
z-index: 1;
opacity: 0;
animation: rainbow 18s ease infinite;
animation: rainbow 18s ease infinite;
animation: rainbow 18s ease infinite;
animation: rainbow 18s ease infinite;}
@-webkit-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@-moz-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@-o-keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
@keyframes rainbow {
0%{background-position:0% 82%}
50%{background-position:100% 19%}
100%{background-position:0% 82%}
}
//© Andre FR Silva
//fut changes:
///replace all edge colors:
////color:{color:c_muscle},
var n_GABA = "red";
var n_glutamate = "lightgreen";
var n_dopamine = "#fe74fe";
var n_serotonin = "lightblue";
var n_noradrenaline = "yellow";
var n_acetylcholine = "brown";
var n_other = "black";
var n_group = "grey";
var c_black = "black";
var c_white = "white";
var c_red = "red";
var c_pink = "pink";
var c_blue = "lightblue";
var c_green = "lightgreen";
var c_brown = "#C18C00";
var c_muscle = "#cc0000"
var c_GL = "#fdff00";
var s_box = "box";
//if =dot, dimension is determined by "value", if =box, dimension is determined by "font size", dá tb "text", "cicle", etc.
var nmusclevalue = 10;
var nvalue50 = 50;
var nvalue40 = 40;
var nvalue30 = 25;
var nvalue20 = 20;
var nvalue10 = 10;
var nvalue5 = 5;
var nvalue2 = 4;
var evaluemuscles = 10;
var evaluemotor = 10;
var evaluesensor = 10;
var evalue50 = 50;
var evalue40 = 40;
var evalue30 = 30;
var evalue20 = 20;
var evalue10 = 10;
var evalue5 = 2;
var evalue2 = 1;
var nodes = new vis.DataSet([
//Brain elements
{ id: 1_1, font: { size: nvalue50 }, value: nvalue50, label: "cortex", shape: s_box, color: "#72e5ef"},
{ id: 1_1_1, font: { size: nvalue20 }, value: nvalue20, label: "frontal", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2, font: { size: nvalue10 }, value: nvalue10, label: "prefrontal", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_1, font: { size: nvalue5 }, value: nvalue5, label: "[M] PFC", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_1_1, font: { size: nvalue5 }, value: nvalue5, label: "[DM] PFC", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_1_2, font: { size: nvalue5 }, value: nvalue5, label: "[VM] PFC", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_2, font: { size: nvalue5 }, value: nvalue5, label: "[L] PFC", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_2_1, font: { size: nvalue5 }, value: nvalue5, label: "[DL] PFC", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_2_2, font: { size: nvalue5 }, value: nvalue5, label: "[VL] PFC", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_2_3, font: { size: nvalue5 }, value: nvalue5, label: "orbitofrontal cortex", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_1, font: { size: nvalue10 }, value: nvalue10, label: "precentral gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_3, font: { size: nvalue5 }, value: nvalue5, label: "premotor cortex", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_4, font: { size: nvalue5 }, value: nvalue5, label: "frontal eye fields", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_5, font: { size: nvalue5 }, value: nvalue5, label: "supplementary motor area", shape: s_box, color: "#72e5ef" },
{ id: 1_1_1_5_1, font: { size: nvalue5 }, value: nvalue5, label: "supplementary eye field", shape: s_box, color: "#72e5ef" },
{ id: 1_1_2, font: { size: nvalue20 }, value: nvalue20, label: "parietal", shape: s_box, color: "#72e5ef" },
{ id: 1_1_2_1, font: { size: nvalue10 }, value: nvalue10, label: "postcentral gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_2_2, font: { size: nvalue10 }, value: nvalue10, label: "[P] parietal cortex", shape: s_box, color: "#72e5ef" },
{ id: 1_1_3, font: { size: nvalue20 }, value: nvalue20, label: "occipital", shape: s_box, color: "#72e5ef" },
{ id: 1_1_3_1, font: { size: nvalue10 }, value: nvalue10, label: "lingual gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4, font: { size: nvalue20 }, value: nvalue20, label: "temporal", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_1, font: { size: nvalue10 }, value: nvalue10, label: "entorhinal cortex", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_2, font: { size: nvalue10 }, value: nvalue10, label: "parahippocampal gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_3, font: { size: nvalue10 }, value: nvalue10, label: "fusiform gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_4, font: { size: nvalue10 }, value: nvalue10, label: "[I] temporal gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_5, font: { size: nvalue10 }, value: nvalue10, label: "perirhinal cortex", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_6, font: { size: nvalue10 }, value: nvalue10, label: "temporal pole cortex", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_7, font: { size: nvalue10 }, value: nvalue10, label: "[S] temporal gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_4_8, font: { size: nvalue10 }, value: nvalue10, label: "[M] temporal gyrus", shape: s_box, color: "#72e5ef" },
{ id: 1_1_5, font: { size: nvalue20 }, value: nvalue20, label: "cingulate", shape: s_box, color: "#edc05d" },
{ id: 1_1_5_1, font: { size: nvalue10 }, value: nvalue10, label: "ACC", shape: s_box, color: "#edc05d" },
{ id: 1_1_5_1_1, font: { size: nvalue5 }, value: nvalue5, label: "rostral ACC", shape: s_box, color: "#edc05d" },
{ id: 1_1_5_1_2, font: { size: nvalue5 }, value: nvalue5, label: "caudal ACC", shape: s_box, color: "#edc05d" },
{ id: 1_1_5_2, font: { size: nvalue10 }, value: nvalue10, label: "PCC", shape: s_box, color: "#edc05d" },
{ id: 1_1_5_3, font: { size: nvalue10 }, value: nvalue10, label: "retrosplenial cortex", shape: s_box, color: "#edc05d" },
{ id: 1_1_6, font: { size: nvalue20 }, value: nvalue20, label: "insula", shape: s_box, color: "#72e5ef" },
{ id: 1_1_6_1, font: { size: nvalue20 }, value: nvalue20, label: "[A] insula", shape: s_box, color: "#72e5ef" },
{ id: 1_1_6_2, font: { size: nvalue20 }, value: nvalue20, label: "[P] insula", shape: s_box, color: "#72e5ef" },
{ id: 1_2, font: { size: nvalue20 }, value: nvalue20, label: "basal ganglia", shape: s_box, color: "#fa2e55" },
{ id: 1_2_1, font: { size: nvalue10 }, value: nvalue10, label: "dorsal striatum", shape: s_box, color: "#fa2e55" },
{ id: 1_2_1_1, font: { size: nvalue5 }, value: nvalue5, label: "caudate nucleus", shape: s_box, color: "#fa2e55" },
{ id: 1_2_1_2, font: { size: nvalue5 }, value: nvalue5, label: "putamen", shape: s_box, color: "#fa2e55" },
//lenticular nucleus = globus pallidus + putamen
//striatum = caudate nucleus + putamen
{ id: 1_2_2, font: { size: nvalue10 }, value: nvalue10, label: "ventral striatum", shape: s_box, color: "#fa2e55" },
{ id: 1_2_2_1, font: { size: nvalue5 }, value: nvalue5, label: "nucleus accumbens", shape: s_box, color: "#fa2e55" },
{ id: 1_2_2_2, font: { size: nvalue5 }, value: nvalue5, label: "olfactory tubercle", shape: s_box, color: "#fa2e55" },
{ id: 1_2_3, font: { size: nvalue10 }, value: nvalue10, label: "globus pallidus", shape: s_box, color: "#fa2e55" },
{ id: 1_2_4, font: { size: nvalue10 }, value: nvalue10, label: "ventral pallidum", shape: s_box, color: "#fa2e55" },
{ id: 1_2_5, font: { size: nvalue10 }, value: nvalue10, label: "subthalamic nucleus", shape: s_box, color: "#fa2e55" },
{ id: 1_3, font: { size: nvalue20 }, value: nvalue20, label: "hipoccampus", shape: s_box, color: "#46e33e" },
{ id: 1_3_3, font: { size: nvalue10 }, value: nvalue10, label: "dentate gyrus", shape: s_box, color: "#46e33e" },
{ id: 1_3_4, font: { size: nvalue10 }, value: nvalue10, label: "subiculum", shape: s_box, color: "#46e33e" },
{ id: 1_3_2, font: { size: nvalue10 }, value: nvalue10, label: "mamillary body", shape: s_box, color: "#46e33e" },
{ id: 1_4, font: { size: nvalue20 }, value: nvalue20, label: "amygdala", shape: s_box, color: "#f75ef0" },
{ id: 1_4_1, font: { size: nvalue10 }, value: nvalue10, label: "[L] nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_2, font: { size: nvalue10 }, value: nvalue10, label: "basal nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_3, font: { size: nvalue10 }, value: nvalue10, label: "central nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_4, font: { size: nvalue10 }, value: nvalue10, label: "[M] nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_5, font: { size: nvalue10 }, value: nvalue10, label: "cortical nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_6, font: { size: nvalue10 }, value: nvalue10, label: "accessory basal nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_7, font: { size: nvalue10 }, value: nvalue10, label: "[A] amygdaloid area", shape: s_box, color: "#f75ef0" },
{ id: 1_4_8, font: { size: nvalue10 }, value: nvalue10, label: "paralaminar nucleus", shape: s_box, color: "#f75ef0" },
{ id: 1_4_9, font: { size: nvalue10 }, value: nvalue10, label: "intercalated cells", shape: s_box, color: "#f75ef0" },
{ id: 1_5, font: { size: nvalue20 }, value: nvalue20, label: "thamalus", shape: s_box, color: "#bae342" },
{ id: 1_5_1, font: { size: nvalue5 }, value: nvalue5, label: "[A] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_2, font: { size: nvalue5 }, value: nvalue5, label: "[M] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_3, font: { size: nvalue5 }, value: nvalue5, label: "[MD] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_4, font: { size: nvalue5 }, value: nvalue5, label: "[VA] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_5, font: { size: nvalue5 }, value: nvalue5, label: "[VL] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_6, font: { size: nvalue5 }, value: nvalue5, label: "[VP] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_7, font: { size: nvalue5 }, value: nvalue5, label: "[LD] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_8, font: { size: nvalue5 }, value: nvalue5, label: "[LP] thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_9, font: { size: nvalue5 }, value: nvalue5, label: "pulvinar thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_11, font: { size: nvalue5 }, value: nvalue5, label: "[M] geniculate nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_12, font: { size: nvalue5 }, value: nvalue5, label: "reticular nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_13, font: { size: nvalue5 }, value: nvalue5, label: "intralaminar thalamic nuclei", shape: s_box, color: "#bae342" },
{ id: 1_5_14, font: { size: nvalue5 }, value: nvalue5, label: "stria terminalis", shape: s_box, color: "#bae342" },
{ id: 1_6, font: { size: nvalue20 }, value: nvalue20, label: "hypothalamus", shape: s_box, color: "#7574f5" },
{ id: 1_6_1, font: { size: nvalue10 }, value: nvalue10, label: "preoptic nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_2, font: { size: nvalue10 }, value: nvalue10, label: "[A] nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_3, font: { size: nvalue10 }, value: nvalue10, label: "paraventricular nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_4, font: { size: nvalue10 }, value: nvalue10, label: "supraoptic nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_5, font: { size: nvalue10 }, value: nvalue10, label: "suprachiasmatic nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_6, font: { size: nvalue10 }, value: nvalue10, label: "[DM] nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_7, font: { size: nvalue10 }, value: nvalue10, label: "[P] nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_8, font: { size: nvalue10 }, value: nvalue10, label: "[L] nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_9, font: { size: nvalue10 }, value: nvalue10, label: "mammillary body", shape: s_box, color: "#7574f5" },
{ id: 1_6_10, font: { size: nvalue10 }, value: nvalue10, label: "[VM] nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_6_11, font: { size: nvalue10 }, value: nvalue10, label: "arcuate nucleus", shape: s_box, color: "#7574f5" },
{ id: 1_7, font: { size: nvalue20 }, value: nvalue20, label: "pituitary", shape: s_box, color: "#728e24" },
{ id: 1_7_1, font: { size: nvalue20 }, value: nvalue20, label: "[A] pituitary", shape: s_box, color: "#728e24" },
{ id: 1_7_2, font: { size: nvalue20 }, value: nvalue20, label: "[P] pituitary", shape: s_box, color: "#728e24" },
{ id: 1_8, font: { size: nvalue40 }, value: nvalue40, label: "cerebellum", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_1, font: { size: nvalue10 }, value: nvalue10, label: "spinocerebellum", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_1_1, font: { size: nvalue5 }, value: nvalue5, label: "intermediate hemisphere", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_1_2, font: { size: nvalue5 }, value: nvalue5, label: "vermis", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_2, font: { size: nvalue10 }, value: nvalue10, label: "cerebrocerebellum", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_2_1, font: { size: nvalue10 }, value: nvalue10, label: "[A] cerebrocerebellum", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_2_2, font: { size: nvalue10 }, value: nvalue10, label: "[P] cerebrocerebellum", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_3, font: { size: nvalue10 }, value: nvalue10, label: "vestibulocerebellum / flocculonodular", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_4, font: { size: nvalue10 }, value: nvalue10, label: "deep cerebellar nuclei", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_4_1, font: { size: nvalue5 }, value: nvalue10, label: "fastigial nuclei", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_4_2, font: { size: nvalue5 }, value: nvalue10, label: "dentate nuclei", shape: s_box, color: "#5ca0f7" },
{ id: 1_8_4_3, font: { size: nvalue5 }, value: nvalue10, label: "interposed nuclei", shape: s_box, color: "#5ca0f7" },
{ id: 1_9, font: { size: nvalue50 }, value: nvalue50, label: "brainstem", shape: s_box, color: "#23980d" },
{ id: 1_9_1, font: { size: nvalue10 }, value: nvalue10, label: "midbrain", shape: s_box, color: "#23980d" },
{ id: 1_9_1_1, font: { size: nvalue10 }, value: nvalue10, label: "substantia nigra", shape: s_box, color: "#23980d" },
{ id: 1_9_1_2, font: { size: nvalue10 }, value: nvalue10, label: "ventral tegmental area", shape: s_box, color: "#23980d" },
{ id: 1_9_1_3, font: { size: nvalue10 }, value: nvalue10, label: "dorsal tegmental nucleus", shape: s_box, color: "#23980d" },
{ id: 1_9_1_4, font: { size: nvalue10 }, value: nvalue10, label: "red nucleus", shape: s_box, color: "#23980d" },
{ id: 1_9_1_5, font: { size: nvalue10 }, value: nvalue10, label: "[S] colliculus", shape: s_box, color: "#23980d" },
{ id: 1_9_1_6, font: { size: nvalue10 }, value: nvalue10, label: "[I] colliculus", shape: s_box, color: "#23980d" },
{ id: 1_9_1_7, font: { size: nvalue10 }, value: nvalue10, label: "pretectum", shape: s_box, color: "#23980d" },
{ id: 1_9_2, font: { size: nvalue10 }, value: nvalue10, label: "pons", shape: s_box, color: "#23980d" },
{ id: 1_9_2_1, font: { size: nvalue5 }, value: nvalue5, label: "pedunculopontine tegmental nucleus", shape: s_box, color: "#23980d" },
{ id: 1_9_2_2, font: { size: nvalue5 }, value: nvalue5, label: "pontine nuclei", shape: s_box, color: "#23980d" },
{ id: 1_9_2_3, font: { size: nvalue10 }, value: nvalue10, label: "[S] olivary complex", shape: s_box, color: "#23980d" },
{ id: 1_9_2_0, font: { size: nvalue10 }, value: nvalue10, label: "reticular formation", shape: s_box, color: "#23980d" },
{ id: 1_9_2_0_1, font: { size: nvalue10 }, value: nvalue10, label: "caudal pontine reticular nucleus", shape: s_box, color: "#23980d" },
{ id: 1_9_3, font: { size: nvalue10 }, value: nvalue10, label: "medulla oblongata", shape: s_box, color: "#23980d" },
{ id: 1_9_3_1, font: { size: nvalue10 }, value: nvalue10, label: "vestibular nuclei", shape: s_box, color: "#23980d" },
{ id: 1_9_3_1_1, font: { size: nvalue5 }, value: nvalue5, label: "vestibular Y-group", shape: s_box, color: "#23980d" },
{ id: 1_9_4, font: { size: nvalue10 }, value: nvalue10, label: "raphe nuclei", shape: s_box, color: "#23980d" },
{ id: 1_9_3_2, font: { size: nvalue10 }, value: nvalue10, label: "[I] olivary nucleus", shape: s_box, color: "#23980d" },
{ id: 1_9_3_3, font: { size: nvalue10 }, value: nvalue10, label: "cochlear nucleus complex", shape: s_box, color: "#23980d" },
{ id: 1_9_3_4, font: { size: nvalue10 }, value: nvalue10, label: "nuclei of the [L] lemniscus", shape: s_box, color: "#23980d" },
{ id: 1_10, font: { size: nvalue10 }, value: nvalue10, label: "claustrum", shape: s_box, color: "#4dfeba" },
{ id: 222_0, font: { size: nvalue50 }, value: nvalue50, label: "medula-----------espinhal", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_1, label: "C1", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_2, label: "C2", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_3, label: "C3", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_4, label: "C4", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_5, label: "C5", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_6, label: "C6", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_7, label: "C7", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_8, label: "C8", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_9, label: "T1", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_10, label: "T2", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_11, label: "T3", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_12, label: "T4", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_13, label: "T5", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_14, label: "T6", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_15, label: "T7", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_16, label: "T8", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_17, label: "T9", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_18, label: "T10", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_19, label: "T11", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_20, label: "T12", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_21, label: "L1", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_22, label: "L2", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_23, label: "L3", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_24, label: "L4", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_25, label: "L5", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_26, label: "S1", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_27, label: "S2", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_28, label: "S3", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_29, label: "S4", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_30, label: "S5", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 222_31, label: "Cocígeo", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 1000_22, font: { size: 200 }, value: 200, label: "cérebro", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 1000_23, font: { size: nvalue30 }, value: nvalue30, label: "sulco\nbulbo-protuberancial", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 1000_24, font: { size: nvalue30 }, value: nvalue30, label: "bulbo\nraquidiano", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 1000_25, font: { size: nvalue30 }, value: nvalue30, label: "protuberância", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 1000_26, font: { size: nvalue30 }, value: nvalue30, label: "mesencéfalo\n-protuberância", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 1000_27, font: { size: nvalue30 }, value: nvalue30, label: "mesencéfalo", shape: s_box, color: { background: c_white, border: c_black } },
{ id: 100_1, font: { size: nvalue50 }, value: nvalue50, label: "I", color: c_green},
{ id: 100_2, font: { size: nvalue50 }, value: nvalue50, label: "II", color: c_green },
{ id: 100_3, font: { size: nvalue50 }, value: nvalue50, label: "III", color: c_red },
{ id: 100_3_1, label: "III [S]", color: c_red },
{ id: 100_3_2, label: "III [I]", color: c_red },
{ id: 100_4, font: { size: nvalue50 }, value: nvalue50, label: "IV", color: c_red },
{ id: 100_5, font: { size: nvalue50 }, value: nvalue50, label: "V", color: c_brown },
{ id: 100_5_1, label: "V1 oftálmico", color: c_green},
{ id: 100_5_1_1, label: "frontal", color: c_green},
{ id: 100_5_1_1_1, label: "supra-troclear", color: c_green},
{ id: 100_5_1_1_2, label: "supra-orbital", color: c_green},
{ id: 100_5_1_2, label: "lacrimal", color: c_green},
{ id: 100_5_1_3, label: "nasociliar", color: c_green},
{ id: 100_5_1_3_1, label: "etmoidal [P]", color: c_green},
{ id: 100_5_1_3_2, label: "etmoidal [A]", color: c_green},
{ id: 100_5_1_3_3, label: "infra-troclear", color: c_green},
{ id: 100_5_1_4, label: "tentorial", color: c_green},
{ id: 100_5_1_5, label: "dural", color: c_green},
{ id: 100_5_2, label: "V2 maxilar", color: c_green},
{ id: 100_5_2_1, label: "meníngeo [M]", color: c_green},
{ id: 100_5_2_2, label: "esfeno-palatino", color: c_green},
{ id: 100_5_2_3, label: "zigomático\n/orbitário", color: c_green},
{ id: 100_5_2_3_1, label: "zigomático-facial", color: c_green},
{ id: 100_5_2_3_2, label: "zigomático-temporal", color: c_green},
{ id: 100_5_2_3_3, label: "infra-orbital", color: c_green},
{ id: 100_5_2_4, label: "palatinos [I] + [S]", color: c_green},
{ id: 100_5_2_5, label: "faríngeo", color: c_green},
{ id: 100_5_2_6, label: "alveolar [M,S]", color: c_green},
{ id: 100_5_2_7, label: "alveolar [A,S]", color: c_green},
{ id: 100_5_2_8, label: "infra-orbital", color: c_green},
{ id: 100_5_2_8_1, label: "palpebral [I]", color: c_green},
{ id: 100_5_2_8_2, label: "nasal", color: c_green},
{ id: 100_5_2_8_3, label: "labial [S]", color: c_green},
{ id: 100_5_3, label: "V3 mandibular", color: c_brown },
{ id: 100_5_3_2, label: "meníngeo recurrente", color: c_green},
{ id: 100_5_3_3, label: "massetérico", color: c_red},
{ id: 100_5_3_4, label: "temporal PF", color: c_red},
{ id: 100_5_3_5, label: "bucal", color: c_green},
{ id: 100_5_3_6, label: "pterigoideu [L]", color: c_red},
{ id: 100_5_3_7, label: "auriculotemporal", color: c_green},
{ id: 100_5_3_8, label: "lingual", color: c_green},
{ id: 100_5_3_9, label: "alveolar [I]", color: c_brown},
{ id: 100_5_3_9_4, label: "milo-hioideu", color: c_red},
{ id: 100_5_3_9_1, label: "dental", color: c_green},
{ id: 100_5_3_9_2, label: "incisivo", color: c_green},
{ id: 100_5_3_9_3, label: "mental", color: c_green},
{ id: 100_5_3_10, label: "pterigoideu [M]", color: c_red},
{ id: 100_6, font: { size: nvalue50 }, value: nvalue50, label: "VI", color: c_red },
{ id: 100_7, font: { size: nvalue50 }, value: nvalue50, label: "VII", color: { background: c_white, border: c_black } },
{ id: 100_7_1, label: "grande petroso SF", color: c_pink },
{ id: 100_7_2, label: "pequeno petroso SF", color: c_pink },
{ id: 100_7_3, label: "_N do _M estapédio", color: c_red },
{ id: 100_7_4, label: "_N corda do tímpano", color: { background: c_white, border: c_black } },
{ id: 100_7_5, label: "auricular [P]", color: c_red },
{ id: 100_7_6, label: "ramo para o digástrico", color: c_red },
{ id: 100_7_7, label: "ramo para o estilo-hioideu", color: c_red },
{ id: 100_7_8, label: "temporal", color: c_red },
{ id: 100_7_9, label: "zigomático", color: c_red },
{ id: 100_7_10, label: "bucal", color: c_red },
{ id: 100_7_11, label: "marginal mandibular", color: c_red },
{ id: 100_7_12, label: "cervical", color: c_red },
{ id: 100_7_13, label: "ramo auricular", color: c_green },
{ id: 100_7_14, label: "petroso externo", color: c_blue },
{ id: 100_7_14_1, label: "ramo para\n_A meníngea média", color: c_blue },
{ id: 100_8, font: { size: nvalue50 }, value: nvalue50, label: "VIII", color: c_green},
{ id: 100_8_1, label: "vestibular", color: c_green},
{ id: 100_8_2, label: "coclear", color: c_green},
{ id: 100_9, font: { size: nvalue50 }, value: nvalue50, label: "IX", color: { background: c_white, border: c_black } },
{ id: 100_9_1, label: "timpânico de Jacobson", color: n_group },
{ id: 100_9_1_1, label: "pequeno petroso PF (IX)", color: c_pink },
{ id: 100_9_2, label: "ansa de Haller\n/ comunicante com VII", color: n_group },
{ id: 100_9_3, label: "ramo para _M\nestilo-faríngo", color: c_red },
{ id: 100_9_4, label: "ramos amigdalinos", color: c_green },
{ id: 100_9_5, label: "ramos faríngeos", color: c_green },
{ id: 100_9_6, label: "ramos terminais linguais", color: c_green },
{ id: 100_9_7, label: "ramos para o\nseio carotídeo", color: c_green },
{ id: 100_10, font: { size: nvalue50 }, value: nvalue50, label: "X", color: { background: c_white, border: c_black } },
{ id: 100_10_1, label: "auricular", color: c_green },
{ id: 100_10_2, label: "(ramos cervicais)", color: c_brown },
{ id: 100_10_2_1, label: "meníngeo", color: c_green },
{ id: 100_10_2_2, label: "anastomótico da\nfossa jugular (VII)", color: n_group},
{ id: 100_10_2_3, label: "faríngeo", color: c_red },
{ id: 100_10_2_4, label: "cardíacos cervicais [S]", color: { background: c_white, border: c_black } },
{ id: 100_10_2_5, label: "laríngeo [S]", color: c_brown },
{ id: 100_10_3, label: "(ramos torácicos)", color: n_group},
{ id: 100_10_3_1, label: "laríngeo recurrente", color: n_group},
{ id: 100_10_3_2, label: "cardíacos torácicos", color: n_group},
{ id: 100_10_3_3, label: "pulmonares [A]", color: n_group},
{ id: 100_10_3_4, label: "pulmonares [P]", color: n_group},
{ id: 100_10_3_5, label: "esofágicos", color: n_group},
{ id: 100_10_4, label: "(ramos abdominais)", color: n_group},
{ id: 100_10_4_1, label: "gástrico", color: n_group},
{ id: 100_10_4_2, label: "celíaco", color: n_group},
{ id: 100_10_4_3, label: "hepático", color: n_group},
{ id: 100_10_4_4, label: "mesentérico [S]", color: n_group},
{ id: 100_11, font: { size: nvalue50 }, value: nvalue50, label: "XI", color: c_red },
{ id: 100_12, font: { size: nvalue50 }, value: nvalue50, label: "XII", color: c_red },
{ id: 100_12_1, label: "ramos meningeais", color: c_green },
{ id: 100_12_2, label: "ramos linguais", color: c_red },
{ id: 101_25, font: { size: nvalue30 }, value: nvalue30, label: "plexo\ncervical", color: n_group},
{ id: 101_25_1, label: "occipital menor", color: n_group},
{ id: 101_25_2, label: "auricular maior", color: n_group},
{ id: 101_25_3, label: "cervical transverso", color: n_group},
{ id: 101_25_4, label: "ansa cervical", color: n_group},
{ id: 101_25_5, label: "supra-clavicular", color: n_group},
{ id: 101_25_6, label: "frénico", color: n_group},
{ id: 101_26, font: { size: nvalue30 }, value: nvalue30, label: "plexo\nbraquial", color: n_group},
{ id: 101_26_1, label: "musculocutâneo", color: n_group},
{ id: 101_26_2, label: "axilar", color: n_group},
{ id: 101_26_3, label: "mediano", color: n_group},
{ id: 101_26_3_1, label: "recorrente do _N mediano", color: n_group},
{ id: 101_26_3_2, label: "interósseo [A]", color: n_group},
{ id: 101_26_3_3, label: "ramos digitais", color: n_group},
{ id: 101_26_4, label: "radial", color: n_group},
{ id: 101_26_4_1, label: "interósseo [P]", color: n_group},
{ id: 101_26_4_2, label: "ramo PF do radial", color: n_group},
{ id: 101_26_5, label: "ulnar", color: n_group},
{ id: 101_26_5_1, label: "ramo PF do ulnar", color: n_group},
{ id: 101_26_5_2, label: "ramo palmar SF", color: n_group},
{ id: 101_26_5_3, label: "ramo [D] do ulnar", color: n_group},
{ id: 101_26_5_4, label: "ramo SF do ulnar", color: n_group},
{ id: 101_26_6, label: "(colaterais)", color: n_group},
{ id: 101_26_6_1, label: "escapular [D]", color: n_group},
{ id: 101_26_6_2, label: "supra-escapular", color: n_group},
{ id: 101_26_6_3, label: "subclávio", color: n_group},
{ id: 101_26_6_4, label: "peitoral [L]", color: n_group},
{ id: 101_26_6_5, label: "peitoral [M]", color: n_group},
{ id: 101_26_6_6, label: "torácico longo", color: n_group},
{ id: 101_26_6_7, label: "subescapular [I]", color: n_group},
{ id: 101_26_6_8, label: "subescapular [M]\n/toraco [D]", color: n_group},
{ id: 101_26_6_9, label: "subescapular [S]", color: n_group},
{ id: 101_26_6_10, label: "cutâneo [M] do braço", color: c_green},
{ id: 101_26_6_11, label: "cutâneo [M] do antebraço", color: c_green},
{ id: 101_27, font: { size: nvalue30 }, value: nvalue30, label: "intercostais", color: n_group},
{ id: 101_28, font: { size: nvalue30 }, value: nvalue30, label: "plexo\nlombar", color: n_group},
{ id: 101_28_1, label: "ilio-hipogástrico", color: n_group},
{ id: 101_28_2, label: "ilio-inguinal", color: n_group},
{ id: 101_28_3, label: "genitofemoral", color: n_group},
{ id: 101_28_4, label: "femoral cutâneo [L]", color: n_group},
{ id: 101_28_5, label: "femoral", color: n_group},
{ id: 101_28_5_1, label: "safeno", color: n_group},
{ id: 101_28_5_2, label: "intrapatelar", color: n_group},
{ id: 101_28_5_3, label: "intermedial cutâneo", color: n_group},
{ id: 101_28_5_4, label: "medial cutâneo", color: n_group},
{ id: 101_28_6, label: "obturador", color: n_group},
{ id: 101_28_7, label: "obturador interno", color: n_group},
{ id: 101_29, font: { size: nvalue30 }, value: nvalue30, label: "plexo\nsagrado", color: n_group},
{ id: 101_29_1, label: "glúteo [S]", color: n_group},
{ id: 101_29_2, label: "glúteo [I]", color: n_group},
{ id: 101_29_3, label: "cutâneo [P]", color: n_group},
{ id: 101_29_4, label: "ciático", color: n_group},
{ id: 101_29_4_1, label: "tibial", color: n_group},
{ id: 101_29_4_1_1, label: "plantar [L]", color: n_group},
{ id: 101_29_4_1_1_1, label: "ramo SF do plantar [L]", color: n_group},
{ id: 101_29_4_1_1_2, label: "ramo PF do plantar [L]", color: n_group},
{ id: 101_29_4_1_2, label: "plantar [M]", color: n_group},
{ id: 101_29_4_2, label: "fibular comum", color: n_group},
{ id: 101_29_4_2_1, label: "fibular SF", color: n_group},
{ id: 101_29_4_2_2, label: "fibular PF", color: n_group},
{ id: 101_29_4_2_2_1, label: "ramo [L] do fibular PF", color: n_group},
{ id: 101_29_4_3, label: "sural", color: c_green},
{ id: 101_29_4_3_1, label: "calcanhar [L]", color: c_green},
{ id: 101_29_4_3_2, label: "cutâneo [D,L]", color: c_green},
{ id: 101_29_5, label: "pudendo", color: n_group},
{ id: 101_29_5_1, label: "ramos perineais", color: n_group},
{ id: 101_29_5_2, label: "anal [I]", color: n_group},
{ id: 101_29_6, label: "quadrado femoral\n(L4-5 + S1)", color: n_group},
{ id: 101_29_7, label: "_N para o obturador interno", color: n_group},
{ id: 101_30, font: { size: nvalue30 }, value: nvalue30, label: "plexo\nsacrococcígeno", color: n_group},
//_GG symp:
{ id: 100_33_1, label: "_GG ciliar", color: c_pink},
{ id: 100_33_1_1, label: "ciliares curtos", color: c_pink},
//_GG symp:
{ id: 100_30_1, label: "_GG cervical [S]", color: c_blue},
{ id: 100_31_1, label: "plexo carotídeo interno", color: c_blue},
{ id: 100_31_1_1, label: "grande petroso PF", color: c_blue},
{ id: 100_31_1_1_2 , label: "_N canal pterigoideu\n/Vidiano", color: n_group },
{ id: 100_31_2, label: "(plexo timpânico)", color: n_group},
{ id: 100_30_2, label: "_GG cervical médio", color: c_blue},
{ id: 100_30_3, label: "_GG cervicotorácico\n/estrelado", color: c_blue},
{ id: 100_30_4, label: "_GGs torácicos", color: c_blue},
{ id: 100_30_4_1, label: "esplâncnico maior\nT5-9", color: c_blue},
{ id: 100_30_4_2, label: "esplâncnico menor\nT9-12", color: c_blue},
{ id: 100_30_4_3, label: "esplâncnico imo\nT12", color: c_blue},
{ id: 100_30_5, label: "_GGs lombares", color: c_blue},
{ id: 100_30_6, label: "_GGs sagrados", color: c_blue},
{ id: 100_30_7, label: "_GG ímpar", color: c_blue},
{ id: 100_32_1, font: { size: nvalue30 }, value: nvalue30, label: "_GG geniculado", color: c_green},
{ id: 100_32_2, font: { size: nvalue30 }, value: nvalue30, label: "_GG pterigo-palatino", color: c_pink},
{ id: 100_32_3, font: { size: nvalue30 }, value: nvalue30, label: "_GG submaxilar", color: c_pink},
{ id: 100_32_4, font: { size: nvalue30 }, value: nvalue30, label: "_GG ótico", color: c_pink},
{ id: 100_32_5, font: { size: nvalue30 }, value: nvalue30, label: "_GG [S] do IX", color: n_group},
{ id: 100_32_6, font: { size: nvalue30 }, value: nvalue30, label: "_GG [I] do IX", color: n_group},
//Organs:
{ id: 45_1, font: { size: nvalue30 }, value: nvalue30, label: "língua", color: n_group},
//Glands:
{ id: 105_1, font: { size: nvalue30 }, value: nvalue30, label: "_GL sublingual", color: c_GL},
{ id: 105_2, font: { size: nvalue30 }, value: nvalue30, label: "_GL submaxilar", color: c_GL},
{ id: 105_3, font: { size: nvalue30 }, value: nvalue30, label: "_GL lacrimal", color: c_GL},
{ id: 105_4, font: { size: nvalue30 }, value: nvalue30, label: "_GL parotídea", color: c_GL},
{ id: 105_5, font: { size: nvalue30 }, value: nvalue30, label: "_GL faríngeas", color: c_GL},
{ id: 105_6, font: { size: nvalue30 }, value: nvalue30, label: "_GL palatinas", color: c_GL},
{ id: 105_7, font: { size: nvalue30 }, value: nvalue30, label: "_GL nasais", color: c_GL},
//Muscles: possible to disable this group with: (update IDs with .doc IDs)
/*
{ id: 905_1, label: 'occipital', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_2, label: 'frontal', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_3, label: 'orbicular do olho', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_4, label: 'corrugador do supercílio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_5, label: 'abaixador do supercílio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_6, label: 'tarsal [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_7, label: 'auricular [A]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_8, label: 'auricular [P]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_9, label: 'auricular [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_10, label: 'temporal', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_11, label: 'masseter', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_12, label: 'pterigoideu [L]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_13, label: 'pterigoideu [M]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_14, label: 'bucinador', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_15, label: 'levantador do ângulo da boca', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_16, label: 'depressor do lábio [I] / quadrado do mento', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_17, label: 'mental', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_18, label: 'prócero', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_19, label: 'nasal (transverso + alar)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_20, label: 'depressor do septo nasal / mirtiforme', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_21, label: 'levantador do lábio [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_22, label: 'levantador do lábio [S] e da asa do nariz', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_23, label: 'zigomático menor', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_24, label: 'zigomático maior', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_25, label: 'risório', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_26, label: 'depressor do ângulo da boca', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_27, label: 'platisma', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_28, label: 'orbicular da boca', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_29, label: 'levantador da pálpebra [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_30, label: 'ciliar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_31, label: 'dilatador da pupila', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_32, label: 'esfíncter da pupila', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_33, label: 'oblíquo [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_34, label: 'oblíquo [I]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_35, label: 'reto [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_36, label: 'reto [I]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_37, label: 'reto [M]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_38, label: 'reto [L]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_39, label: 'estapédio / estribo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_40, label: 'tensor timpânico', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_41, label: 'levantador do véu palatino', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_42, label: 'tensor do véu palatino', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_43, label: 'salpingo-faríngeo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_44, label: 'palato-faríngeo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_45, label: 'da úvula', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_46, label: 'vertical da língua', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_47, label: 'transverso da língua', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_48, label: 'longitudinal [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_49, label: 'longitudinal [I]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_50, label: 'palato-glosso\n(envia feixes amigdalo-glosso)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_51, label: 'genio-glosso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_52, label: 'hio-glosso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_53, label: 'estilo-glosso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_54, label: 'estilo-faríngeo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_55, label: 'génio-hioideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_56, label: 'milo-hioideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_57, label: 'estilo-hioideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_58, label: 'digástrico', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_59, label: 'esterno-cleido-mastoideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_60, label: 'omo-hioideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_61, label: 'esterno-cleido-hioideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_62, label: 'esterno-tireoideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_63, label: 'tiro-hioideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_64, label: 'constritor [I] da faringe = tirofaríngeo + cricofaríngeo (esfíncter esofágico [S])', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_65, label: 'constritor [M] da faringe', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_66, label: 'constritor [S] da faringe', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_67, label: 'crico-tireoideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_68, label: 'crico-aritenoideu [L]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_69, label: 'crico-aritenoideu [P]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_70, label: 'tireo-aritenoideu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_71, label: 'vocal', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_72, label: 'aritenoideu transverso + oblíquo + aryepiglotticus', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_73, label: 'thyroepiglotticus', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_74, label: 'pequeno reto [A] / reto [A] da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_75, label: 'grande reto [A] / longo da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_76, label: 'longo do colo / pescoço', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_77, label: 'escaleno [A]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_78, label: 'escaleno [M]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_79, label: 'escaleno [P]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_80, label: 'reto [L] cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_81, label: 'inter-transversais (C+T+L)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_82, label: 'quadrado lombar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_83, label: 'pequeno reto [P] da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_84, label: 'grande reto [P] da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_85, label: 'oblíquo [I] da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_86, label: 'oblíquo [S] da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_87, label: 'inter-espinhosos (C+T+L)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_88, label: 'rotadores (curto + longo, da cabeça+C+T+L)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_89, label: 'multífidos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_90, label: 'semi-espinhosos (da cabeça + cervical + lombar)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_91, label: 'eretores da espinha / sacroiliolombar (3 colunas C+T+L de iliocostal+longuíssimo+espinhal)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_92, label: 'esplénio da cabeça', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_93, label: 'esplénio cervical', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_94, label: 'levantador da escápula', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_95, label: 'trapézio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_96, label: 'romboide menor', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_97, label: 'romboide maior', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_98, label: 'grande [D]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_99, label: 'serrátil [P,S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_100, label: 'serrátil [P,I]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_101, label: 'serrátil [A]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_102, label: 'grande peitoral', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_103, label: 'pequeno peitoral', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_104, label: 'subclávio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_105, label: 'supracostais / levantador das costelas', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_106, label: 'intercostais externos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_107, label: 'intercostais internos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_108, label: 'intercostais íntimos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_109, label: 'subcostais / infracostais', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_110, label: 'transverso do tórax /\ntriangular do esterno (5-6 feixes)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_111, label: 'oblíquo externo do abdómen (fibras [I,M])', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_112, label: 'oblíquo interno do abdómen (fibras [S,M])', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_113, label: 'transverso abdominal (fibras /H/)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_114, label: 'reto abdominal', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_115, label: 'piramidal', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_117, label: 'grande psoas', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_118, label: 'pequeno psoas', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_119, label: 'ilíaco', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_120, label: 'isquiococcígeo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_121, label: 'levantador do ânus (3)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_122, label: 'esfíncter uretral (interno + externo)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_123, label: 'perineal transverso (SF + PF)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_124, label: 'esfíncter uretrovaginal + compressor da uretra', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_125, label: 'bulbo-esponjoso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_126, label: 'isquiocavernoso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_127, label: 'esfíncter externo do ânus', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_128, label: 'interósseos dorsais', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_129, label: 'interósseos palmares', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_130, label: 'flexor curto do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_131, label: 'oponente do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_132, label: 'abdutor curto do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_133, label: 'adutor do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_134, label: 'palmar curto', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_135, label: 'abdutor do mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_136, label: 'oponente do mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_137, label: 'flexor curto do mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_138, label: 'flexor longo do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_139, label: 'flexor PF dos dedos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_140, label: 'quadrado pronador', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_141, label: 'lumbricais (1º + 2º)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_142, label: 'lumbricais (3º + 4º)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_143, label: 'flexor SF dos dedos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_144, label: 'flexor radial do carpo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_145, label: 'palmar longo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_146, label: 'redondo pronador', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_147, label: 'flexor ulnar do carpo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_148, label: 'abdutor longo do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_149, label: 'extensor curto do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_150, label: 'extensor longo do polegar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_151, label: 'extensor do indicador', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_152, label: 'extensor ulnar do carpo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_153, label: 'extensor do dedo mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_154, label: 'extensor dos dedos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_155, label: 'ancónio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_156, label: 'extensor radial curto do carpo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_157, label: 'extensor radial longo do carpo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_158, label: 'braquiorradial', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_159, label: 'supinador', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_160, label: 'tríceps braquial', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_161, label: 'braquial', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_162, label: 'coracobraquial', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_163, label: 'bicípite braquial', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_164, label: 'supra-espinhoso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_165, label: 'infra-espinhoso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_166, label: 'subescapular', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_167, label: 'redondo menor', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_168, label: 'redondo maior', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_169, label: 'deltoide', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_170, label: 'glúteo mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_171, label: 'piriforme', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_172, label: 'obturador externo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_173, label: 'obturador interno', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_174, label: 'gémeo [I]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_175, label: 'gémeo [S]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_176, label: 'quadrado femoral', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_177, label: 'glúteo médio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_178, label: 'glúteo máximo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_179, label: 'tensor da fáscia lata', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_180, label: 'adutor magno (+ adutor mínimo, que é a fáscia [S] dele)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_181, label: 'adutor curto', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_182, label: 'adutor longo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_183, label: 'grácil', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_184, label: 'pectíneo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_185, label: 'sartório / costureiro', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_186, label: 'articular do joelho', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_187, label: 'quadríceps femoral/crural ⊃reto da coxa /[A]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_188, label: 'quadríceps femoral/crural ⊃vasto [L]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_189, label: 'quadríceps femoral/crural ⊃vasto intermédio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_190, label: 'quadríceps femoral/crural ⊃vasto [M]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_191, label: 'isquiossural ⊃semi-membranoso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_192, label: 'isquiossural ⊃semi-tendinoso', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_193, label: 'isquiossural ⊃bíceps femoral / crural', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_194, label: 'extensor longo dos dedos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_195, label: 'extensor longo do hálux', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_196, label: 'fibular terceiro', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_197, label: 'tibial [A]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_198, label: 'fibular curto', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_199, label: 'fibular longo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_200, label: 'popliteu', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_201, label: 'flexor longo do hálux', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_202, label: 'flexor longo dos dedos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_203, label: 'tibial [P]', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_204, label: 'tríceps sural ⊃gastrocnémio', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_205, label: 'tríceps sural ⊃sóleo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_206, label: 'plantar delgado', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_207, label: 'extensor curto dos dedos + extensor curto do hálux', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_208, label: 'interósseos [D] do pé (4)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_209, label: 'interósseos plantares do pé (3)', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_210, label: 'quadrado plantar', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_211, label: 'lumbricais do pé', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_212, label: 'flexor curto dos dedos', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_213, label: 'flexor curto do hálux', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_214, label: 'adutor do hálux', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_215, label: 'abdutor do hálux', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_216, label: 'flexor curto do dedo mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_217, label: 'oponente do mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
{ id: 905_218, label: 'abdutor do mínimo', font: { size: nmusclevalue }, value: nmusclevalue, shape: s_box, color: c_muscle },
*/
]);
// create an array with edges
var edges = new vis.DataSet([
{ from: 100_5_2_8_1, to: 100_5_2_8, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_2_8_2, to: 100_5_2_8, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_2_8_3, to: 100_5_2_8, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_1_1_1, to: 100_5_1_1, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_1_1_2, to: 100_5_1_1, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_1_3_1, to: 100_5_1_3, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_1_3_2, to: 100_5_1_3, arrows: "to", value: evalue2, color: c_green},
{ from: 100_5_1_3_3, to: 100_5_1_3, arrows: "to", value: evalue2, color: c_green},
{ from: 101_29_4_3, to: 101_29_4_1, arrows: "to", value: evalue2, color: c_green},
{ from: 101_29_4_3, to: 101_29_4_2, arrows: "to", value: evalue2, color: c_green},
{ from: 101_29_4_3_1, to: 101_29_4_3, arrows: "to", value: evalue2, color: c_green},
{ from: 101_29_4_3_2, to: 101_29_4_3, arrows: "to", value: evalue2, color: c_green},
{ from: 101_26_5, to: 101_26_5_4, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_5, to: 101_26_5_3, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_4_1_1, to: 101_29_4_1_1_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_4_1_1, to: 101_29_4_1_1_2, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_4_2_2, to: 101_29_4_2_2_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_4_1, to: 101_29_4_1_2, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_4_1, to: 101_29_4_1_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_10, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_11, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_6, arrows: "to", value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_7, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_4, to: 101_26_4_2, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_4, to: 101_26_4_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_3, to: 101_26_3_3, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_3, to: 101_26_3_2, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_5, to: 101_26_5_2, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_5, to: 101_26_5_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_26_3, to: 101_26_3_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_5, to: 101_29_5_1, arrows: "to", value: evalue2, color: n_group},
{ from: 101_29_5, to: 101_29_5_2, arrows: "to", value: evalue2, color: n_group},
{ from: 100_30_4, to: 100_30_4_1, arrows: "to", value: evalue2, color: n_group},
{ from: 100_30_4, to: 100_30_4_2, arrows: "to", value: evalue2, color: n_group},
{ from: 100_30_4, to: 100_30_4_3, arrows: "to", value: evalue2, color: n_group},
{ from: 100_5_1_2, to: 105_3, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_9_1, to: 100_31_2, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_31_2, to: 100_9_1_1, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_9_1_1, to: 100_32_4, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_32_4, to: 100_5_3_7, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_5_3_7, to: 105_4, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_9, to: 100_32_5, value: evalue2},
{ from: 100_32_5, to: 100_32_6, value: evalue2},
{ from: 100_32_6, to: 100_9_1, value: evalue2},
{ from: 100_32_6, to: 100_9_2, value: evalue2},
{ from: 100_32_6, to: 100_9_3, value: evalue2},
{ from: 100_32_6, to: 100_9_4, value: evalue2},
{ from: 100_32_6, to: 100_9_5, value: evalue2},
{ from: 100_32_6, to: 100_9_6, value: evalue2},
{ from: 100_32_6, to: 100_9_7, value: evalue2},
{ from: 100_32_2, to: 105_5, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_32_2, to: 105_6, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_32_2, to: 105_7, arrows: "to", value: evalue2, color: c_pink},
{ from: 100_32_2, to: 100_5_2_3, arrows: "to", value: evalue2, color: n_group},
{ from: 100_32_3, to: 105_1, arrows: "to", value: evalue2, color: n_group},
{ from: 100_32_3, to: 105_2, arrows: "to", value: evalue2, color: n_group},
{ from: 100_5_3_8, to: 100_32_3, value: evalue2, color: n_group},
{ from: 100_31_1_1_2, to: 100_32_2, arrows: "to", value: evalue2, color: n_group},
{ from: 100_31_1, to: 100_31_1_1, arrows: "to", value: evalue2, color: n_group},
{ from: 100_31_1_1, to: 100_31_1_1_2, arrows: "to", value: evalue2, color: n_group},
{ from: 100_7_1, to: 100_31_1_1_2, arrows: "to", value: evalue2, color: n_group},
{ from: 100_7_1, to: 100_7_2_1, value: evalue2, color: n_group},
{ from: 100_7_2, to: 100_7_2_1, value: evalue2, color: n_group},
{ from: 100_7_2_1, to: 100_32_2, value: evalue2, color: n_group},
{ from: 100_7_14, to: 100_7_14_1, value: evalue2, color: n_group},
{ from: 100_30_1, to: 100_30_2, value: evalue2, dashes: true, color: n_group},
{ from: 100_30_2, to: 100_30_3, value: evalue2, dashes: true, color: n_group},
{ from: 100_30_3, to: 100_30_4, value: evalue2, dashes: true, color: n_group},
{ from: 100_30_4, to: 100_30_5, value: evalue2, dashes: true, color: n_group},
{ from: 100_30_5, to: 100_30_6, value: evalue2, dashes: true, color: n_group},
{ from: 100_30_6, to: 100_30_7, value: evalue2, dashes: true, color: n_group},
{ from: 100_30_1, to: 100_31_1, value: evalue2, arrows: "to", color: n_group},
{ from: 100_30_1, to: 100_31_2, value: evalue2, arrows: "to", color: n_group},
{ from: 100_7_4, to: 100_5_3_8, label: "anastomosa", value: evalue5, color: n_group},
{ from: 100_7, to: 100_32_1, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_1, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_2, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_3, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_4, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_5, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_6, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_7, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_8, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_9, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_10, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_11, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_12, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_13, value: evalue2, color: n_group},
{ from: 100_32_1, to: 100_7_14, value: evalue2, color: n_group},
{ from: 100_8, to: 100_8_1, value: evalue2, color: n_group},
{ from: 100_8, to: 100_8_2, value: evalue2, color: n_group},
{ from: 100_5_2_3, to: 100_5_1_2, label: "comunicante", arrows: "to", value: evalue5, color: n_group},
{ from: 100_5_2_3, to: 100_5_2_3_3, value: evalue2, color: n_group},
{ from: 100_5_2_3, to: 100_5_2_3_2, value: evalue2, color: n_group},
{ from: 100_5_2_3, to: 100_5_2_3_1, value: evalue2, color: n_group},
{ from: 101_29_4, to: 101_29_4_1, value: evalue2, color: n_group},
{ from: 101_29_4, to: 101_29_4_2, value: evalue2, color: n_group},
{ from: 101_29_4_2, to: 101_29_4_2_1, value: evalue2, color: n_group},
{ from: 101_29_4_2, to: 101_29_4_2_2, value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_1, value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_2, value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_3, value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_4, value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_5, value: evalue2, color: n_group},
{ from: 101_29_5, to: 101_30, value: evalue2, color: n_group},
{ from: 101_29, to: 101_29_7, value: evalue2, color: n_group},
{ from: 101_28_5, to: 101_28_5_1, value: evalue2, color: n_group},
{ from: 101_28_5, to: 101_28_5_2, value: evalue2, color: n_group},
{ from: 101_28_5, to: 101_28_5_3, value: evalue2, color: n_group},
{ from: 101_28_5, to: 101_28_5_4, value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_1, value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_2, value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_3, value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_4, value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_5, value: evalue2, color: n_group},
{ from: 101_28, to: 101_28_6, value: evalue2, color: n_group},
{ from: 101_25, to: 101_25_1, value: evalue2, color: n_group},
{ from: 101_25, to: 101_25_2, value: evalue2, color: n_group},
{ from: 101_25, to: 101_25_3, value: evalue2, color: n_group},
{ from: 101_25, to: 101_25_4, value: evalue2, color: n_group},
{ from: 101_25, to: 101_25_5, value: evalue2, color: n_group},
{ from: 101_25, to: 101_25_6, value: evalue2, color: n_group},
{ from: 101_26, to: 101_26_6, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_1, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_2, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_3, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_4, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_5, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_6, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_7, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_8, value: evalue2, color: n_group},
{ from: 101_26_6, to: 101_26_6_9, value: evalue2, color: n_group},
{ from: 101_26, to: 101_26_1, value: evalue2, color: n_group},
{ from: 101_26, to: 101_26_2, value: evalue2, color: n_group},
{ from: 101_26, to: 101_26_3, value: evalue2, color: n_group},
{ from: 101_26, to: 101_26_4, value: evalue2, color: n_group},
{ from: 101_26, to: 101_26_5, value: evalue2, color: n_group},
{ from: 1_1_2, to: 1_1_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1, to: 1_1_1_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_5, to: 1_1_1_5_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1, to: 1_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1, to: 1_1_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1, to: 1_1_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2, to: 1_1_1_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2, to: 1_1_1_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2_1, to: 1_1_1_2_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2_1, to: 1_1_1_2_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2_2, to: 1_1_1_2_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2_2, to: 1_1_1_2_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1_2, to: 1_1_1_2_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1, to: 1_1_1_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_1, to: 1_1_1_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_3, to: 1_9_3_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2, to: 1_9_2_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_3_1, to: 1_9_3_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_5, to: 1_1_5_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_1, to: 1_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1, to: 1_1_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_1, to: 1_1_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_1, to: 1_1_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_1, to: 1_1_6, value: evalue2, dashes: true, color: n_group},
{ from: 1_2, to: 1_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_2_1, to: 1_2_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_2_1, to: 1_2_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_2, to: 1_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_2_2, to: 1_2_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_2_2, to: 1_2_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_2, to: 1_2_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_2, to: 1_2_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_2, to: 1_2_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_9, to: 1_9_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_9, to: 1_9_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9, to: 1_9_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_9, to: 1_9_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_2, to: 1_1_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_3, to: 1_1_3_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_6, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_7, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_4, to: 1_1_4_8, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_6, to: 1_1_6_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_6, to: 1_1_6_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_5, to: 1_1_5_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_5, to: 1_1_5_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_5_1, to: 1_1_5_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_1_5_1, to: 1_1_5_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_7, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_6, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_7, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_8, value: evalue2, dashes: true, color: n_group},
{ from: 1_4, to: 1_4_9, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_6, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_7, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_8, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_9, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_10, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_11, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_12, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_13, value: evalue2, dashes: true, color: n_group},
{ from: 1_5, to: 1_5_14, value: evalue2, dashes: true, color: n_group},
{ from: 1_3, to: 1_3_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_3, to: 1_3_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_8, to: 1_8_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_8, to: 1_8_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_8, to: 1_8_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_8, to: 1_8_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_4, to: 1_8_4_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_4, to: 1_8_4_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_4, to: 1_8_4_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_1, to: 1_8_1_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_1, to: 1_8_1_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_2, to: 1_8_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_8_2, to: 1_8_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2, to: 1_9_2_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_1, to: 1_9_1_6, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2, to: 1_9_2_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_3, to: 1_9_3_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2_0, to: 1_9_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2_0, to: 1_9_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2_0, to: 1_9_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2_0, to: 1_9_2_0_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_2_0, to: 1_9_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_3, to: 1_9_3_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_9_3, to: 1_9_3_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_7, to: 1_7_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_7, to: 1_7_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_11, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_10, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_9, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_8, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_7, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_6, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_5, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_4, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_3, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_2, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_6_1, value: evalue2, dashes: true, color: n_group},
{ from: 1_6, to: 1_7, value: evalue10, arrows: "to", color: n_other},
{ from: 1_9_4, to: 1_1, value: evalue10, arrows: "to", color: n_serotonin},
{ from: 1_9_4, to: 1_2_2_1, value: evalue10, arrows: "to", color: n_serotonin},
{ from: 1_9_4, to: 1_3, value: evalue10, arrows: "to", color: n_serotonin},
{ from: 1_9_4, to: 1_2_1, value: evalue10, arrows: "to", color: n_serotonin},
{ from: 1_9_1_2, to: 1_1_1_2, value: evalue20, arrows: "to", color: n_dopamine},
{ from: 1_3_2, to: 1_5_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_3_2, to: 1_9_1_3, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_3_2, to: 1_9_1_2, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_5_1, to: 1_1_5, value: evalue10, arrows: "to", color: n_other},
{ from: 1_3_2, to: 1_8, value: evalue10, arrows: "to", color: n_other},
{ from: 1_3_4, to: 1_3_2, value: evalue10, arrows: "to", color: n_other},
{ from: 1_5_2, to: 1_1_5_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_5_13, to: 1_1_5_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_1_2, to: 1_1_1_3, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_3, to: 1_1_2_2, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_2_2, to: 1_1_1_2_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_2_2, to: 1_1_1_5, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_2_2, to: 1_1_1_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_3, to: 1_1_3, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_3, to: 1_3_4, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_3, to: 1_5_1, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_3, to: 1_3, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_4_7, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_1_2_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_1_2_2, value: evalue10, arrows: "to", color: n_other},
{ from: 1_8_4_3, to: 1_9_1_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_8_4_2, to: 1_9_1_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_1_1, to: 1_9_1_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_2, to: 1_9_2_2, value: evalue10, arrows: "to", color: n_other},
{ from: 1_9_2_2, to: 1_8_2, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_4_5, to: 1_1_4_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_4_1, to: 1_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_3, to: 1_3_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1, to: 1_5_8, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_1, to: 1_5_9, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_6_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_1_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_4_5, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1_1, to: 1_1_1_2_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_1_1, to: 1_4_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_1_1_2_2_1, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_1_1_2_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_1_4_2, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_3_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_1_4_7, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_1_5_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_1_5_2, to: 1_1_2_2, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_1_5_1, to: 1_1_5_2, value: evalue10, arrows: "to, from", color: n_other},
{ from: 100_8, to: 1_9_3_3, value: evalue10, arrows: "to", color: n_other},
{ from: 1_9_3_3, to: 1_9_3_4, value: evalue10, arrows: "to", color: n_other},
{ from: 1_9_3_3, to: 1_9_2_3, value: evalue10, arrows: "to, from", color: n_other},
{ from: 1_9_2_3, to: 1_9_1_6, value: evalue10, arrows: "to", color: n_other},
{ from: 1_9_3_4, to: 1_9_1_6, value: evalue10, arrows: "to", color: n_other},
{ from: 1_2_2_1, to: 1_2_4, value: evalue10, arrows: "to", color: n_GABA},
{ from: 1_2_2_1, to: 1_6_8, value: evalue10, arrows: "to", color: n_GABA},
{ from: 1000_22, to: 1000_27, dashes: true},
{ from: 1000_27, to: 1000_26, dashes: true},
{ from: 1000_26, to: 1000_25, dashes: true},
{ from: 1000_25, to: 1000_23, dashes: true},
{ from: 1000_23, to: 1000_24, dashes: true},
{ from: 1000_24, to: 222_0, dashes: true},
{ from: 1000_26, to: 100_3, color: n_group, value: evalue10},
{ from: 1000_27, to: 100_4, color: n_group, value: evalue10},
{ from: 1000_25, to: 100_5, color: n_group, value: evalue10},
{ from: 1000_24, to: 100_9, color: n_group, value: evalue10},
{ from: 1000_24, to: 100_10, color: n_group, value: evalue10},
{ from: 1000_24, to: 100_11, color: n_group, value: evalue10},
{ from: 1000_24, to: 100_12, color: n_group, value: evalue10},
{ from: 222_0, to: 222_1 },
{ from: 222_0, to: 222_2 },
{ from: 222_0, to: 222_3 },
{ from: 222_0, to: 222_4 },
{ from: 222_0, to: 222_5 },
{ from: 222_0, to: 222_6 },
{ from: 222_0, to: 222_7 },
{ from: 222_0, to: 222_8 },
{ from: 222_0, to: 222_9 },
{ from: 222_0, to: 222_10 },
{ from: 222_0, to: 222_11 },
{ from: 222_0, to: 222_12 },
{ from: 222_0, to: 222_13 },
{ from: 222_0, to: 222_14 },
{ from: 222_0, to: 222_15 },
{ from: 222_0, to: 222_16 },
{ from: 222_0, to: 222_17 },
{ from: 222_0, to: 222_18 },
{ from: 222_0, to: 222_19 },
{ from: 222_0, to: 222_20 },
{ from: 222_0, to: 222_21 },
{ from: 222_0, to: 222_22 },
{ from: 222_0, to: 222_23 },
{ from: 222_0, to: 222_24 },
{ from: 222_0, to: 222_25 },
{ from: 222_0, to: 222_26 },
{ from: 222_0, to: 222_27 },
{ from: 222_0, to: 222_28 },
{ from: 222_0, to: 222_29 },
{ from: 222_0, to: 222_30 },
{ from: 222_0, to: 222_31 },
{ from: 222_0, to: 1_9_3, value: evalue10 },
{ from: 1_9_3, to: 1000_23, value: evalue10 },
{ from: 1000_23, to: 1_9_2, dashes: true, value: evalue10},
{ from: 1_9_2, to: 1_9_1, dashes: true, value: evalue10},
{ from: 1000_22, to: 1_9_1, dashes: true, value: evalue10},
{ from: 1000_22, to: 100_1, value: evalue10},
{ from: 1000_22, to: 100_2, value: evalue10 },
{ from: 1_9_1, to: 100_3 },
{ from: 1_9_1, to: 100_4 },
{ from: 1_9_2, to: 100_5 },
{ from: 1000_23, to: 100_6, value: evalue10 },
{ from: 1000_23, to: 100_7, value: evalue10 },
{ from: 1000_23, to: 100_8, value: evalue10 },
{ from: 1_9_3, to: 100_9 },
{ from: 1_9_3, to: 100_10 },
{ from: 1_9_3, to: 100_11 },
{ from: 1_9_3, to: 100_12 },
{ from: 100_5, to: 100_5_1 },
{ from: 100_5, to: 100_5_2 },
{ from: 100_5, to: 100_5_3 },
{ from: 100_5_1, to: 100_5_1_1 },
{ from: 100_5_1, to: 100_5_1_2 },
{ from: 100_5_1, to: 100_5_1_3 },
{ from: 100_5_1, to: 100_5_1_4 },
{ from: 100_5_1, to: 100_5_1_5 },
{ from: 100_5_2, to: 100_5_2_1 },
{ from: 100_5_2, to: 100_5_2_2 },
{ from: 100_5_2, to: 100_5_2_3 },
{ from: 100_5_2, to: 100_5_2_4 },
{ from: 100_5_2, to: 100_5_2_5 },
{ from: 100_5_2, to: 100_5_2_6 },
{ from: 100_5_2, to: 100_5_2_7 },
{ from: 100_5_2, to: 100_5_2_8 },
{ from: 100_5_2, to: 100_5_2_9 },
{ from: 100_5_2, to: 100_5_2_10 },
{ from: 100_5_2, to: 100_5_2_11 },
{ from: 100_5_3, to: 100_5_3_1 },
{ from: 100_5_3, to: 100_5_3_2 },
{ from: 100_5_3, to: 100_5_3_3 },
{ from: 100_5_3, to: 100_5_3_4 },
{ from: 100_5_3, to: 100_5_3_5 },
{ from: 100_5_3, to: 100_5_3_6 },
{ from: 100_5_3, to: 100_5_3_7 },
{ from: 100_5_3, to: 100_5_3_8 },
{ from: 100_5_3, to: 100_5_3_9 },
{ from: 100_5_3, to: 100_5_3_10 },
{ from: 100_5_3_9, to: 100_5_3_9_4, arrows: "to", color:{color:c_red}, value: evaluemotor},
{ from: 100_5_3_9_3, to: 100_5_3_9, arrows: "to", color:{color:c_green}, value: evaluesensor },
{ from: 100_5_3_9_2, to: 100_5_3_9, arrows: "to", color:{color:c_green}, value: evaluesensor },
{ from: 100_5_3_9_1, to: 100_5_3_9, arrows: "to", color:{color:c_green}, value: evaluesensor },
{ from: 100_10, to: 100_10_1 },
{ from: 100_10, to: 100_10_2, dashes: true},
{ from: 100_10_2, to: 100_10_2_1 },
{ from: 100_10_2, to: 100_10_2_2 },
{ from: 100_10_2, to: 100_10_2_3 },
{ from: 100_10_2, to: 100_10_2_4 },
{ from: 100_10_2, to: 100_10_2_5 },
{ from: 100_10, to: 100_10_3, dashes: true },
{ from: 100_10_3, to: 100_10_3_1 },
{ from: 100_10_3, to: 100_10_3_2 },
{ from: 100_10_3, to: 100_10_3_3 },
{ from: 100_10_3, to: 100_10_3_4 },
{ from: 100_10_3, to: 100_10_3_5 },
{ from: 100_10, to: 100_10_4, dashes: true },
{ from: 100_10_4, to: 100_10_4_1 },
{ from: 100_10_4, to: 100_10_4_2 },
{ from: 100_10_4, to: 100_10_4_3 },
{ from: 100_10_4, to: 100_10_4_4 },
{ from: 100_12, to: 100_12_1 },
{ from: 100_12, to: 100_12_2 },
{ from: 100_3, to: 100_3_1},
{ from: 100_3, to: 100_3_2},
{ from: 222_1, to: 100_11},
{ from: 222_2, to: 100_11},
{ from: 222_3, to: 100_11},
{ from: 222_4, to: 100_11},
{ from: 222_5, to: 100_11},
{ from: 222_1, to: 101_25},
{ from: 222_2, to: 101_25},
{ from: 222_3, to: 101_25},
{ from: 222_4, to: 101_25},
{ from: 222_5, to: 101_25},
{ from: 222_5, to: 101_26},
{ from: 222_6, to: 101_26},
{ from: 222_7, to: 101_26},
{ from: 222_8, to: 101_26},
{ from: 222_9, to: 101_26},
{ from: 222_9, to: 101_27},
{ from: 222_10, to: 101_27},
{ from: 222_11, to: 101_27},
{ from: 222_12, to: 101_27},
{ from: 222_13, to: 101_27},
{ from: 222_14, to: 101_27},
{ from: 222_15, to: 101_27},
{ from: 222_16, to: 101_27},
{ from: 222_17, to: 101_27},
{ from: 222_18, to: 101_27},
{ from: 222_19, to: 101_27},
{ from: 222_20, to: 101_28},
{ from: 222_21, to: 101_28},
{ from: 222_22, to: 101_28},
{ from: 222_23, to: 101_28},
{ from: 222_24, to: 101_28},
{ from: 222_24, to: 101_29},
{ from: 222_25, to: 101_29},
{ from: 222_26, to: 101_29},
{ from: 222_27, to: 101_29},
{ from: 222_28, to: 101_29},
{ from: 222_29, to: 101_29},
{ from: 222_29, to: 101_30},
{ from: 222_30, to: 101_30},
{ from: 222_31, to: 101_30},
// muscles
{ from: 45_1, to: 905_46, dashes: true},
{ from: 45_1, to: 905_47, dashes: true},
{ from: 45_1, to: 905_48, dashes: true},
{ from: 45_1, to: 905_49, dashes: true},
{ from: 45_1, to: 905_51, dashes: true},
{ from: 45_1, to: 905_52, dashes: true},
{ from: 45_1, to: 905_53, dashes: true},
{ from: 100_12_2, to: 905_46, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_47, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_48, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_49, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_51, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_52, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_53, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_12_2, to: 905_55, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_50, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28, to: 905_117, label: "L1-4 ⊃ ramos [V]", value: evaluemuscles, color:{color:c_muscle}, arrows: "to"},
{ from: 101_28, to: 905_82, value: evaluemuscles, color:{color:c_muscle}, arrows: "to"},
{ from: 101_28, to: 905_81, value: evaluemuscles, color:{color:c_muscle}, arrows: "to"},
{ from: 100_11, to: 905_59, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_11, to: 905_95, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_1, to: 905_29, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_2, to: 905_30, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_2, to: 905_32, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_2, to: 905_34, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_1, to: 905_35, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_2, to: 905_36, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_3_2, to: 905_37, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_4, to: 905_33, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_6, to: 905_38, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_5, to: 905_1, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_8, to: 905_2, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_8, to: 905_3, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_8, to: 905_4, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_3, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_4, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_4, to: 905_10, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_3, to: 905_11, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_6, to: 905_12, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_10, to: 905_13, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_5, to: 905_14, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_30_1, to: 100_5_1_3, label: "[midríase]", value: evaluemuscles, color:{color:c_blue}, arrows: "to" },
{ from: 100_5_1_3, to: 905_30, label: "[lente + longe]", value: evaluemuscles, color:{color:c_blue}, arrows: "to" },
{ from: 100_5_1_3, to: 905_31, label: "[midríase]", value: evaluemuscles, color:{color:c_blue}, arrows: "to" },
{ from: 100_3_2, to: 100_33_1, label: "[miose]", value: evaluemuscles, color:{color:c_pink}, arrows: "to" },
{ from: 100_33_1, to: 100_33_1_1, label: "[miose]", value: evaluemuscles, color:{color:c_pink}, arrows: "to" },
{ from: 100_33_1_1, to: 905_30, label: "[lente + perto]", value: evaluemuscles, color:{color:c_pink}, arrows: "to" },
{ from: 100_33_1_1, to: 905_32, label: "[miose]", value: evaluemuscles, color:{color:c_pink}, arrows: "to" },
{ from: 100_7_9, to: 905_15, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_15, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_16, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_11, to: 905_16, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_11, to: 905_17, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_8, to: 905_18, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_18, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_19, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_19, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_20, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_20, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_21, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_21, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_22, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_22, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_23, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_23, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_24, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_24, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_25, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_26, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_11, to: 905_26, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_12, to: 905_27, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_9, to: 905_28, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_10, to: 905_28, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_11, to: 905_28, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_3, to: 905_39, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_10, to: 905_40, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_41, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_10, to: 905_42, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_43, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_44, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_45, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_9_5, to: 905_54, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_9_4, to: 905_56, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_7, to: 905_57, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_5_3_9_4, to: 905_58, label: "barriga [A]", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_7_6, to: 905_58, label: "barriga [P]", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_25_4, to: 905_60, label: "[S] por C1; [I] por C1-3", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_25_4, to: 905_61, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_25_4, to: 905_62, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_63, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_64, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_65, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_3, to: 905_66, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_2_5, to: 905_67, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_3_1, to: 905_68, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_3_1, to: 905_69, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_3_1, to: 905_70, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_3_1, to: 905_71, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 100_10_3_1, to: 905_72, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_74, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_2, to: 905_74, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_75, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_2, to: 905_75, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_3, to: 905_75, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_4, to: 905_75, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_2, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_3, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_4, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_5, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_6, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_7, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_8, to: 905_76, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_5, to: 905_77, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_6, to: 905_77, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_7, to: 905_77, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_8, to: 905_77, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_3, to: 905_78, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_4, to: 905_78, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_5, to: 905_78, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_6, to: 905_78, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_7, to: 905_78, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_5, to: 905_79, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_6, to: 905_79, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_7, to: 905_79, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_8, to: 905_79, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_80, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_2, to: 905_80, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_81, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_20, to: 905_82, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_21, to: 905_82, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_22, to: 905_82, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_23, to: 905_82, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_24, to: 905_82, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_83, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_84, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_85, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_1, to: 905_86, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_87, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_88, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_89, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_90, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_91, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_2, to: 905_92, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_3, to: 905_92, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_7, to: 905_93, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_8, to: 905_93, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_1, to: 905_94, label: "(C3-4)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_1, to: 905_96, label: "(C4)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_1, to: 905_97, label: "(C5)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_8, to: 905_98, label: "(C6-8)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_27, to: 905_99, label: "(2-5)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_17, to: 905_100, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_18, to: 905_100, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_19, to: 905_100, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_20, to: 905_100, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_6, to: 905_101, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_4, to: 905_102, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_5, to: 905_102, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_5, to: 905_103, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_3, to: 905_104, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_105, label: "(T1-12)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_27, to: 905_106, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_27, to: 905_107, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_27, to: 905_108, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_27, to: 905_109, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_27, to: 905_110, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_111, label: "(T7-12)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_112, label: "(T6-12 + L1)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_113, label: "(T6-12 + L1)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_0, to: 905_114, label: "(T6-12)", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_1, to: 905_115, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_25_6, to: 905_116, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_21, to: 905_117, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_22, to: 905_117, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_23, to: 905_117, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_24, to: 905_117, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_21, to: 905_118, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_119, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_29, to: 905_120, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_30, to: 905_120, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_1, to: 905_121, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_1, to: 905_122, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_1, to: 905_123, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_1, to: 905_124, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_1, to: 905_125, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_1, to: 905_126, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_5_2, to: 905_127, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_128, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_129, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3_1, to: 905_130, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3_1, to: 905_131, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3_1, to: 905_132, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_133, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_2, to: 905_134, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_135, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_136, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_137, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3_2, to: 905_138, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5, to: 905_139, label: "parte [L]", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3, to: 905_139, label: "parte [M]", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3_2, to: 905_140, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3_3, to: 905_141, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5_1, to: 905_142, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3, to: 905_143, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3, to: 905_144, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3, to: 905_145, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_3, to: 905_146, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_5, to: 905_147, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_148, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_149, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_150, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_151, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_152, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_153, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_1, to: 905_154, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4, to: 905_155, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_2, to: 905_156, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4, to: 905_157, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4, to: 905_158, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4_2, to: 905_159, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4, to: 905_160, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_4, to: 905_161, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_1, to: 905_161, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_1, to: 905_162, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_1, to: 905_163, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_2, to: 905_164, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_2, to: 905_165, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_7, to: 905_166, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_9, to: 905_166, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_2, to: 905_167, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_6_7, to: 905_168, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_26_2, to: 905_169, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_1, to: 905_170, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_25, to: 905_171, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_26, to: 905_171, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 222_27, to: 905_171, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_6, to: 905_172, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_7, to: 905_173, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_7, to: 905_173, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_6, to: 905_174, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_7, to: 905_175, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_6, to: 905_176, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_1, to: 905_177, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_2, to: 905_178, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_1, to: 905_179, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_180, label: "parte isquiotibial", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_6, to: 905_180, label: "parte adutora", value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_6, to: 905_181, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_6, to: 905_182, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_6, to: 905_183, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_184, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_6, to: 905_184, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_185, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_186, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_187, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_188, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_189, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_28_5, to: 905_190, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_191, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_192, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_193, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2, to: 905_193, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_2, to: 905_194, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_2, to: 905_195, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_2, to: 905_196, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_2, to: 905_197, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_1, to: 905_198, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_1, to: 905_199, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_200, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_201, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_202, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_203, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_204, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_205, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1, to: 905_206, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_2, to: 905_207, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1, to: 905_208, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_2_2_1, to: 905_208, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1, to: 905_209, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1, to: 905_210, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1, to: 905_211, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_2, to: 905_211, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_2, to: 905_212, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_2, to: 905_213, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1_2, to: 905_214, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_2, to: 905_215, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1_1, to: 905_216, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1, to: 905_217, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
{ from: 101_29_4_1_1, to: 905_218, value: evaluemuscles, color:{color:c_muscle}, arrows: "to" },
]);
// create a network
var container = document.getElementById("mynetwork");
var data = {
nodes: nodes,
edges: edges,
};
// https://visjs.github.io/vis-network/docs/network/physics.html
/* inside options:
layout: {
hierarchical: {
direction: "UD",
},
},
*/
/* old physics:
physics: {
enabled: true,
solver: "repulsion",
repulsion: {
nodeDistance: 100 // Put more distance between the nodes.
},
hierarchicalRepulsion: {
avoidOverlap: 1,
},
},
*/
const options = {
edges: {
length: 200, // Longer edges between nodes.
color: {
inherit: false,
opacity:1.0
}
},
nodes: {
font: { size: 20 } },
physics: {
// Even though it's disabled the options still apply to network.stabilize().
enabled: false,
solver: "repulsion",
repulsion: {
nodeDistance: 300 // Put more distance between the nodes.
}
}
};
var network = new vis.Network(container, data, options);
// Run physics once to space out the nodes.
network.stabilize();
function addChildNodes(nodesToUpdate, node){
// Add child nodes for the passed node
// Loop around all edges
data.edges.forEach(edge => {
// Check if connected from the passed node and connected node exists
if(edge.from === node.id && data.nodes.get(edge.to)){
// Find the child node in the update array
let childNode = nodesToUpdate.find(node => node.id === edge.to);
// Check if the child node is hidden
// If the node is not hidden then it's already been processed
// Don't process it again otherwise could get caught in a loop
if(childNode.hidden){
// Node is currently hidden, therefore hasn't been processed yet
// Set node to be displayed
childNode.hidden = false;
// Recursive call to function to process its children
addChildNodes(nodesToUpdate, childNode);
}
}
});
}
network.on('select', function (properties) {
// Define an array of nodes ot update, this is quicker than
// updating each node individually
let nodesToUpdate = [];
// If no nodes are selected, unhide all hidden nodes
if(properties.nodes.length === 0){
// Populate array with list of nodes to unhide
data.nodes.forEach(node => {
if(node.hidden){
nodesToUpdate.push({id:node.id, hidden: false});
}
});
// Update nodes and return
data.nodes.update(nodesToUpdate);
return;
}
// One or more nodes are selected
// Populate array with list of all nodes, hiding them
data.nodes.forEach(node => {
nodesToUpdate.push({id:node.id, hidden: true});
});
// Update the arra setting list of selected and connected nodes to unhide
properties.nodes.forEach(nodeId => {
// Find the selected node in the array
let node = nodesToUpdate.find(node => node.id === nodeId);
// Update selected node to be displayed
node.hidden = false;
// Call recursive function to add all dependents
addChildNodes(nodesToUpdate, node);
});
// Submit updates to hide/unhide nodes
data.nodes.update(nodesToUpdate);
});
This Pen doesn't use any external CSS resources.