i am working html5 canvas but it not work properly
<section class="row" style="margin: 0px auto;">
<canvas id="a" width=1000 height=350></canvas>
<canvas id="b" width=1000 height=350></canvas>
<canvas id="c" width=1000 height=350></canvas>
<canvas id="d" width=1000 height=350></canvas>
<canvas id="e" width=1000 height=350></canvas>
<canvas id="f" width=1000 height=350></canvas>
<canvas id="g" width=1000 height=350></canvas>
<canvas id="h" width=1000 height=350></canvas>
<canvas id="i" width=1000 height=350></canvas>
<img src="original.png" class="ogimg" id="ogimg"/>
<img src="shadow.png" class="high" id="high"/>
<img src="bulldozer-mocha.png" name="bulldozer-mocha.png" onclick="drw(this)">
<img src="bulldozer.png" name="bulldozer.png" onclick="drw_cushion(this)">
<img src="mocha.png" name="mocha.png" onclick="drw_cushions(this)">
</section>
full code is here jsfiddle
code work fully, but it need 2 or 3 page refresh
Please Help me to find the mistake