<!DOCTYPE html>

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Your Canvas</title>

<style type="text/css"><!--
#container { position: relative; }
#imageTemp { position: absolute; top: 1px; left: 1px; }
--></style>

</head>
<body>
<canvas id="imageView" width="600" height="500"></canvas>

<script type="text/javascript">
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(14, 111, 570, 219);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(15, 192);

context.lineTo(15, 192);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(15, 191);
context.lineTo(177, 192);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(174, 111);
context.lineTo(176, 330);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(177, 247);
context.lineTo(459, 248);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(458, 249);
context.lineTo(458, 330);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(368, 111);
context.lineTo(368, 246);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(40, 152, 43, 27);

context.strokeStyle = '#000000';
context.strokeRect(91, 117, 44, 25);

context.strokeStyle = '#000000';
context.strokeRect(30, 274, 72, 35);

context.strokeStyle = '#000000';
context.strokeRect(126, 274, 35, 34);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(254, 250);
context.lineTo(255, 331);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(204, 143, 41, 31);

context.strokeStyle = '#000000';
context.strokeRect(271, 142, 59, 30);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(44, 317);

context.lineTo(44, 317);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(46, 318);

context.lineTo(46, 318);
context.stroke();

context.lineTo(46, 318);
context.stroke();

context.strokeStyle = '#000000';
context.save();
context.translate(46, 318.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(86, 318.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(44, 261);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(90, 261);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(27.5, 159.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(96, 163.5);
context.scale(0.8, 1);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(80, 124.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(143.5, 124.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(225, 182.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(222.5, 127.5);
context.scale(1, 0.6);
context.beginPath();
context.arc(0, 0, 6, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(281, 129.5);
context.scale(1, 0.75);
context.beginPath();
context.arc(0, 0, 5, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(312, 128);
context.scale(1, 0.6666666666666666);
context.beginPath();
context.arc(0, 0, 7, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(281.5, 182.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();

context.strokeStyle = '#000000';
context.save();
context.translate(316.5, 179.5);
context.scale(1, 1);
context.beginPath();
context.arc(0, 0, 4, 0, 6.283185307179586, false);
context.stroke();
context.closePath();
context.restore();
</script>
</body>
</html>