<?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 = 'Prints';")

%>
<script src="includes/xmlhttp.js" type="text/javascript"></script>
<html xmlns="http://www.w3.org/1999/xhtml">
<% 
	pageTitle = "Purchase Photographic Prints"
	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>Purchase Photographic Prints</h1>
              <h2><img src="graphics/prints.jpg" alt="Photographic Prints" width="476" height="200" /><br />
                All of the images in the Escape Images collection are avaliable to 
                order as high quality photographic prints. A range of sizes are available as well as special display options for 
                that extra touch.</h2>
              <h1>Print Price Calculator</h1>
              <table width="100%" border="0" cellpadding="0" cellspacing="8" bgcolor="#ededed">
                <tr>
                  <td style="width:100px;"><div align="right">Image Ref:</div></td>
                  <td><input name="strImageRef" id="strImageRef" type="text" value="<%= request("ref") %>" /></td>
                  <!--<td><input name="reference" type="text" class="textfield" id="reference" value="E.g. AUSCAI001" size="20"/></td>!-->
                </tr>
                <tr>
                  <td><div align="right">Finish Type:</div></td>
                  <td><select name="intUsage" id="intUsage" class="dropdown" onchange="setDD(this,'P')">
                    <option selected="selected" value="0">Please select finish type</option>
                    <% while not objRsUsage.eof %>
                    <option value="<%= objRsUsage("intUsageID") %>" ><%= objRsUsage("strUsage") %></option>
                    <% objRsUsage.movenext : wend %>
                  </select></td>
                </tr>
                <tr id="rowDimension" style="display:none;">
                  <td><div align="right">Size:</div></td>
                  <td id="cellDimension"><select name="intDimension" class="dropdown" id="intDimension" onchange="setDD(this,'P')">
                    <option selected="selected" value="0">Please select dimension</option>
                  </select></td>
                </tr>
                <tr id="rowShipping" style="display:none;">
                  <td><div align="right">Shipping Region:</div></td>
                  <td id="cellShipping"><select name="strShipping" class="dropdown" id="strShipping" onchange="setDD(this,'P')">
                    <option selected="selected" value="curShippingUK">UK</option>
                    <option value="curShippingEurope">Europe</option>
                    <option value="curShippingUS">US</option>
                    <option value="curShippingWorld">Rest of the World</option>
                  </select></td>
                </tr>
                <tr id="rowPrice" style="display:none;">
                  <td><div align="right"><strong>Your price is</strong>:</div></td>
                  <td><strong><span id="total">&pound;0.00</span> (inc Shipping)</strong></td>
                </tr>
                <tr id="rowPaypal"  style="display:none;">
                  <td>&nbsp;</td>
                  <td><form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
                    <input id="submit" src="graphics/button_add.gif" alt="Add to cart" type="image" onclick="check_code();return check_code_return;" />
                    <input type="hidden" name="add" value="1" />
                    <input type="hidden" name="cmd" value="_cart" />
                    <input type="hidden" name="business" value="orders@escapeimages.com" />
                    <input type="hidden" name="item_name" id="item_name"  value="" />
                    <input type="hidden" name="item_number" id="item_number" value="<%= request("ref") %>" />
                    <input type="hidden" name="amount" id="amount" value="<%= request("value") %>" />
                    <input type="hidden" name="no_shipping" value="2" />
                    <input type="hidden" name="return" value="http://www.escapeimages.com" />
                    <input type="hidden" name="cancel_return" value="http://www.escapeimages.com" />
                    <input type="hidden" name="currency_code" value="GBP" />
                    <input type="hidden" name="lc" value="GB" />
                    <input type="hidden" name="bn" value="PP-ShopCartBF" />
                  </form></td>
                </tr>
              </table>
              <p><img src="graphics/nav_paypal.gif" alt="Payments via PayPal" width="202" height="58" /></p>
              <h1><img src="graphics/prints_01.jpg" alt="Picture of unmounted print" width="137" height="137" align="left" style="margin-right:12px;"/>Unmounted 
                Prints</h1>
              <p>Our Unmounted Prints feature heavyweight satin paper 
                for a superior finish and archival quality. These prints are delivered 
                in a tube and ready to mount or frame to your own preference. Perfect as a gift for those who like to add their own personal touch to their wall hangings. </p></td>
          </tr>
          <tr>
            <td><h1><img src="graphics/prints_02.jpg" alt="Picture of canvas wrap" width="137" height="137" align="left" style="margin-right:12px;"/>Canvas 
              Wrap</h1>
              <p>If you prefer something a little different we also provide images 
                printed directly onto heavy canvas and hand stretched around a 
                durable 25mm wooden frame. <br />
                The finished product is perfect for any modern home or office 
                and is delivered ready to hang.</p></td>
          </tr>
          <tr>
            <td><h1><img src="graphics/prints_03.jpg" alt="Picture of aluminium mounted print" width="137" height="137" align="left" style="margin-right:12px;"/>Aluminium 
              Mount</h1>
              <p>For the ulitmate in style in your home or office we can mount 
                your images onto a thin aluminium sheet, which is provided with 
                pre-drilled holes and chrome fixings which hold the image off 
                the wall. Sleek and contemporary!</p></td>
          </tr>
          <tr>
            <td><p>If you have any questions or would like to enquire about purchasing 
                images from our collection for commercial or personal use please <a href="contact_us.asp">get 
                  in touch</a>. We always welcome your thoughts and comments on the site 
            and its content.</p></td>
          </tr>
        </table>
      </div>
      <!--#include file="includes/inc-right.asp" -->
    </div>
  </div>
  <!--#include file="includes/inc-footer.asp" -->
</div>
</body>
</html>
