<!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(97, 119, 391, 258);

context.strokeStyle = '#000000';
context.strokeRect(130, 157, 70, 65);

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(293, 164);

context.lineTo(295, 164);
context.stroke();

context.lineTo(301, 164);
context.stroke();

context.lineTo(311, 164);
context.stroke();

context.lineTo(320, 164);
context.stroke();

context.lineTo(325, 164);
context.stroke();

context.lineTo(329, 164);
context.stroke();

context.lineTo(331, 164);
context.stroke();

context.lineTo(333, 164);
context.stroke();

context.lineTo(335, 164);
context.stroke();

context.lineTo(339, 166);
context.stroke();

context.lineTo(341, 166);
context.stroke();

context.lineTo(345, 167);
context.stroke();

context.lineTo(347, 168);
context.stroke();

context.lineTo(350, 168);
context.stroke();

context.lineTo(354, 168);
context.stroke();

context.lineTo(357, 168);
context.stroke();

context.lineTo(361, 168);
context.stroke();

context.lineTo(363, 168);
context.stroke();

context.lineTo(367, 168);
context.stroke();

context.lineTo(371, 168);
context.stroke();

context.lineTo(375, 168);
context.stroke();

context.lineTo(376, 168);
context.stroke();

context.lineTo(379, 168);
context.stroke();

context.lineTo(381, 168);
context.stroke();

context.lineTo(383, 168);
context.stroke();

context.lineTo(385, 168);
context.stroke();

context.lineTo(387, 168);
context.stroke();

context.lineTo(389, 168);
context.stroke();

context.lineTo(389, 168);
context.stroke();

context.lineTo(390, 168);
context.stroke();

context.lineTo(391, 168);
context.stroke();

context.lineTo(394, 166);
context.stroke();

context.lineTo(395, 165);
context.stroke();

context.lineTo(397, 165);
context.stroke();

context.lineTo(400, 165);
context.stroke();

context.lineTo(401, 165);
context.stroke();

context.lineTo(401, 164);
context.stroke();

context.lineTo(402, 164);
context.stroke();

context.lineTo(403, 164);
context.stroke();

context.lineTo(406, 164);
context.stroke();

context.lineTo(407, 163);
context.stroke();

context.lineTo(410, 163);
context.stroke();

context.lineTo(411, 162);
context.stroke();

context.lineTo(412, 162);
context.stroke();

context.lineTo(413, 162);
context.stroke();

context.lineTo(413, 162);
context.stroke();

context.lineTo(415, 162);
context.stroke();

context.lineTo(415, 162);
context.stroke();

context.lineTo(416, 162);
context.stroke();

context.lineTo(417, 162);
context.stroke();

context.lineTo(417, 162);
context.stroke();

context.lineTo(418, 162);
context.stroke();

context.lineTo(418, 162);
context.stroke();

context.strokeStyle = '#000000';
context.beginPath();
context.moveTo(235, 190);
context.lineTo(351, 190);
context.stroke();
context.closePath();

context.strokeStyle = '#000000';
context.strokeRect(300, 208, 159, 144);

context.strokeStyle = '#000000';
context.strokeRect(128, 286, 109, 65);
</script>
</body>
</html>