<html>
<head>
<title>Magic Zoom Plus: Activate/Initialize</title>
<!-- link to magiczoom.css file -->
<link href="magiczoomplus/magiczoomplus.css" rel="stylesheet" type="text/css" media="screen"/>
<!-- link to magiczoom.js file -->
<script src="magiczoomplus/magiczoomplus.js" type="text/javascript"></script>
</head>
<body>
<p>Use the activate option to show zoom on click instead of hover.</p>
<!-- define Magic Zoom Plus with click-to-active option -->
<a href="images/harley1c.jpg" title="Cool bike!" rel="click-to-activate: true" class="MagicZoomPlus"><img src="images/harley1b.jpg"/></a>
<p>Use the initialize option to download the image upon click (reduces bandwidth usage, but slows the user experience).</p>
<!-- define Magic Zoom Plus with click-to-initialize option -->
<a href="images/harley2c.jpg" title="Cool bike!" rel="click-to-initialize: true" class="MagicZoomPlus"><img src="images/harley2b.jpg"/></a>
</body>
</html>