<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <title></title>
  <meta name="Generator" content="Cocoa HTML Writer">
  <meta name="CocoaVersion" content="949.46">
  <style type="text/css">
    p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier}
    p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Courier; min-height: 14.0px}
    span.s1 {text-decoration: underline ; color: #0000f3}
    span.Apple-tab-span {white-space:pre}
  </style>
</head>
<body>
<p class="p1">&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "xhtml11.dtd"&gt;</p>
<p class="p1">&lt;html xmlns="http://www.w3.org/1999/xhtml"&gt;</p>
<p class="p1">&lt;head&gt;</p>
<p class="p1">&lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;</p>
<p class="p1">&lt;title&gt;Highslide JS&lt;/title&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;!--</p>
<p class="p1"><span class="Apple-tab-span">	</span>1 ) Reference to the files containing the JavaScript and CSS.</p>
<p class="p1"><span class="Apple-tab-span">	</span>These files must be located on your server.</p>
<p class="p1">--&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;script type="text/javascript" src="<a href="view-source:file:///Users/editor/Downloads/highslide-4.1.5/highslide/highslide.js"><span class="s1">../highslide/highslide.js</span></a>"&gt;&lt;/script&gt;</p>
<p class="p1">&lt;link rel="stylesheet" type="text/css" href="<a href="view-source:file:///Users/editor/Downloads/highslide-4.1.5/highslide/highslide.css"><span class="s1">../highslide/highslide.css</span></a>" /&gt;</p>
<p class="p1">&lt;!--[if lt IE 7]&gt;</p>
<p class="p1">&lt;link rel="stylesheet" type="text/css" href="../highslide/highslide-ie6.css" /&gt;</p>
<p class="p1">&lt;![endif]--&gt;</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">&lt;!--</p>
<p class="p1"><span class="Apple-converted-space">    </span>2) Optionally override the settings defined at the top</p>
<p class="p1"><span class="Apple-converted-space">    </span>of the highslide.js file. The parameter hs.graphicsDir is important!</p>
<p class="p1">--&gt;</p>
<p class="p1">&lt;script type="text/javascript"&gt;</p>
<p class="p1">//&lt;![CDATA[</p>
<p class="p1">hs.registerOverlay({</p>
<p class="p1"><span class="Apple-tab-span">	</span>html: '&lt;div class="closebutton" onclick="return hs.close(this)" title="Close"&gt;&lt;/div&gt;',</p>
<p class="p1"><span class="Apple-tab-span">	</span>position: 'top right',</p>
<p class="p1"><span class="Apple-tab-span">	</span>fade: 2 // fading the semi-transparent overlay looks bad in IE</p>
<p class="p1">});</p>
<p class="p2"><br></p>
<p class="p2"><br></p>
<p class="p1">hs.graphicsDir = '../highslide/graphics/';</p>
<p class="p1">hs.wrapperClassName = 'borderless';</p>
<p class="p1">//]]&gt;</p>
<p class="p1">&lt;/script&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;/head&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;body&gt;</p>
<p class="p1">&lt;div&gt;</p>
<p class="p1">&lt;!--</p>
<p class="p1"><span class="Apple-converted-space">    </span>3) This is how you mark up the thumbnail image with an anchor tag around it.</p>
<p class="p1"><span class="Apple-converted-space">    </span>The anchor's href attribute defines the URL of the full-size image.</p>
<p class="p1">--&gt;</p>
<p class="p1">&lt;a href="<a href="view-source:file:///Users/editor/Downloads/highslide-4.1.5/images/full-image.jpg"><span class="s1">../images/full-image.jpg</span></a>" class="highslide" onclick="return hs.expand(this)"&gt;</p>
<p class="p1"><span class="Apple-tab-span">	</span>&lt;img src="<a href="view-source:file:///Users/editor/Downloads/highslide-4.1.5/images/thumbnail.jpg"><span class="s1">../images/thumbnail.jpg</span></a>" alt="Highslide JS"</p>
<p class="p1"><span class="Apple-tab-span">	</span><span class="Apple-tab-span">	</span>title="Click to enlarge" height="120" width="107" /&gt;&lt;/a&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;!--</p>
<p class="p1"><span class="Apple-converted-space">    </span>4 (optional). This is how you mark up the caption. The caption must be directly</p>
<p class="p1"><span class="Apple-converted-space">    </span>after the anchor above.</p>
<p class="p1">--&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;div class="highslide-caption"&gt;</p>
<p class="p1"><span class="Apple-converted-space">    </span>This caption can be styled using CSS.</p>
<p class="p1">&lt;/div&gt;</p>
<p class="p2"><br></p>
<p class="p1">&lt;/div&gt;</p>
<p class="p1">&lt;/body&gt;</p>
<p class="p1">&lt;/html&gt;</p>
</body>
</html>
