<!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(118, 125, 329, 43);

context.lineWidth = 4;

context.lineWidth = 3;

context.lineWidth = 4;

context.lineWidth = 5;
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(200, 25, 207, 113);

context.strokeStyle = '#000000';
context.strokeRect(285, 139, 40, 67);

context.strokeStyle = '#000000';
context.strokeRect(94, 205, 412, 42);

context.strokeStyle = '#000000';
context.strokeRect(207, 245, 188, 141);

context.strokeStyle = '#000000';
context.strokeRect(207, 386, 37, 112);

context.strokeStyle = '#000000';
context.strokeRect(339, 387, 55, 110);
var canvas, context, canvaso, contexto;
canvaso = document.getElementById('imageView');
context = canvaso.getContext('2d');
context.lineWidth = 5;

context.strokeStyle = '#000000';
context.strokeRect(209, 23, 163, 149);

context.strokeStyle = '#000000';
context.strokeRect(256, 171, 70, 61);

context.strokeStyle = '#000000';
context.strokeRect(78, 231, 432, 41);

context.strokeStyle = '#000000';
context.strokeRect(230, 272, 128, 132);

context.strokeStyle = '#000000';
context.strokeRect(230, 400, 24, 97);

context.strokeStyle = '#000000';
context.strokeRect(319, 408, 34, 90);
</script>
</body>
</html>