function addVmlPlotObject(a,e,d,f,c){var b=document.createElement("v:polyline");b.points=e;b.filled=f;b.style.position="absolute";b.style.top=c;var h=document.createElement("v:stroke");h.color=d;b.appendChild(h);var g=document.createElement("v:fill");g.color=d;g.opacity=0.7;b.appendChild(g);a.appendChild(b);return b};