<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="includes/inc_db.asp"-->
<%
dim objRsUsage
set objRsUsage = objConn.execute("SELECT intUsageID, strUsage FROM tblUsage WHERE strUsageType = 'Rights';")

%>
<script src="includes/xmlhttp.js" type="text/javascript"></script>

<html xmlns="http://www.w3.org/1999/xhtml">
<% 
	pageTitle = "Buy Image Rights"
	pageKeywords = "photographic works, central Scotland, graphic designer, Total Brand"
%>
<!--#include file="includes/inc-head.asp" -->
<body>
<a name="top" id="top"></a> 
<div id="container"> 
  <!--#include file="includes/inc-header.asp" -->
  <div id="mainbkg"> 
    <div id="left"> 
      <!--#include file="includes/inc-nav.asp" -->
    </div>
    <div id="content"> 
      <div id="column1"> 
        <table width="500" border="0" cellspacing="12" cellpadding="0">
          <tr> 
            <td><h1>Buy Image Rights</h1>
              <h2><img src="graphics/rights_01.jpg" alt="Picture of Travel Magazines" width="137" height="137" align="right" style="margin-left:12px;margin-bottom:12px;"/>Escape 
                Images offer high quality rights managed photography for business, 
                editorial and publishing use. All of the images shown on this 
                website are available as high resolution digital files. </h2>
              <p>Escape Images offer excellent rates on all of our photography with Web resolution files available for as little as &pound;15. </p>
              <p>If you would like to purchase any images from our collection please get in touch and we will deal with your request directly. </p>
              <h1>Contact Details</h1>
              <p><strong>Escape Images</strong><br />
                68 Ferguson Drive<br />
                Denny<br />
                Stirlingshire<br />
                Scotland, FK6 5AG</p>
              <p><strong>Office hours:</strong> 9am - 6pm Mon-Fri GMT </p>
              <p><strong>t:</strong> +44 (0)1324 824 007<br />
                  <strong>e:</strong> <a href="mailto:danny@escapeimages.com">danny@escapeimages.com</a> </p>              <p>&nbsp;</p></td>
          </tr>
        </table>
      </div>
      <!--#include file="includes/inc-right.asp" -->
    </div>
  </div>
  <!--#include file="includes/inc-footer.asp" -->
</div>
</body>
</html>
<%
objRsUsage.close : set objRsUsage = nothing
objConn.close : set objConn = nothing
%>
