|  | Window dimensionsA wide zoom window of 400x170 pixels.   Here's the code:
		<html>    <head>        <title>Magic Zoom: Window dimensions</title>                <!-- link to magiczoom.css file -->                <link href="magiczoom.css" rel="stylesheet" type="text/css" media="screen"/>                <!-- link to magiczoom.js file -->                <script src="magiczoom.js" type="text/javascript"></script>            </head>    <body>                        <p>A wide zoom window of 400x170 pixels.</p>        <!-- define Magic Zoom -->        <a href="images/r1-black-3.jpg" rel="zoom-width:400px;zoom-height:170px;" class="MagicZoom"><img src="images/r1-black-2.jpg"/></a>            </body></html>
 |