<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="124px" height="124px" xmlns="http://www.w3.org/2000/svg" version="1.1">
<script><![CDATA[
var hi = function(elem, state) {
	o = 1.0;
	if (state) o = 0.333;
	document.getElementById('triacc').setAttribute('opacity', o);
	document.getElementById('trisyn').setAttribute('opacity', o);
	document.getElementById('triunp').setAttribute('opacity', o);
	document.getElementById('triuna').setAttribute('opacity', o);
	document.getElementById(elem).setAttribute('opacity', '1.0');
	parent.pie(elem, state);
}
document.method = hi;
]]></script>
<path id="triacc" d="M 62,62 l 60.000000,-0.000000 a60.000000,60.000000 0 0,0 -61.373446,-59.984278 z" fill="#006327" stroke="black" stroke-width="0.75" stroke-linejoin="round"
	onmouseover="hi('triacc', true)" onmouseout="hi('triacc', false)"/>
<path id="trisyn" d="M 62,62 l -1.373446,-59.984278 a60.000000,60.000000 0 1,0 59.374324,75.343257 z" fill="#7dc242" stroke="black" stroke-width="0.75" stroke-linejoin="round"
	onmouseover="hi('trisyn', true)" onmouseout="hi('trisyn', false)"/>
<path id="triunp" d="M 62,62 l 58.000877,15.358978 a60.000000,60.000000 0 0,0 1.033819,-4.639624 z" fill="#dad7a6" stroke="black" stroke-width="0.75" stroke-linejoin="round"
	onmouseover="hi('triunp', true)" onmouseout="hi('triunp', false)"/>
<path id="triuna" d="M 62,62 l 59.034697,10.719354 a60.000000,60.000000 0 0,0 0.965303,-10.719354 z" fill="#b5a63a" stroke="black" stroke-width="0.75" stroke-linejoin="round"
	onmouseover="hi('triuna', true)" onmouseout="hi('triuna', false)"/>
</svg>
