<?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 %>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Phil Lynes Photography - Picture Page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="styles/phillynes.css" rel="stylesheet" type="text/css" />
<script src="js/image.js" language="JavaScript" type="text/javascript"></script>

<%
dim galleryID
dim pictureID
dim imageURL

galleryID = Request.QueryString("idGallery")
pictureID = Request.QueryString("idPicture")

imageURL = "images/gallery" & galleryID & "/" & pictureID & ".jpg"

galleryURL = "gallery" & galleryID & ".htm"
%>


</head>

<body onload="MM_preloadImages('images/gallery_1_grey.gif','images/gallery_2_grey.gif','images/gallery_3_grey.gif','images/gallery_4_grey.gif','images/gallery_1_green.gif','images/gallery_2_green.gif','images/gallery_3_green.gif','images/gallery_4_green.gif','images/gallery_1_black.gif','images/gallery_2_black.gif','images/gallery_3_black.gif','images/gallery_4_black.gif','images/underhang.gif','images/underhang_small.gif','images/phillynes_logo_small.gif','images/back.gif')">

<table width="750" cellpadding="0" cellspacing="0" align="center" border="0">
	<tr>
		
    <td class="smallLogoCell"><img src="images/phillynes_logo_small.gif" width="241" height="78" alt="Phil Lynes Photography" /></td>
	<td id="topbackCell"><a href="<%=galleryURL%>"><img src="images/back.gif" width="105" height="26" alt="Back" border="0" /></a></td>
	<td class="smallLogoCell">&nbsp;</td>
	</tr>
	<tr>		
    	
    <td colspan="3" id="pictureCell"><img src="<%=imageURL%>" border="0" alt="Phil Lynes Photography" /></td>
	</tr>
	<tr>
		
    <td colspan="3" id="backCell"><a href="<%=galleryURL%>"><img src="images/back.gif" width="105" height="26" alt="Back" border="0" /></a></td>
	</tr>
</table>

<table width="750" cellpadding="0" cellspacing="0" align="center" border="0">
	<tr>	
    	<td id="footerCell">&nbsp;</td>
		<td id="extremeCell"><a href="http://www.extreme-creations.co.uk" target="_blank">website design by Extreme Creations</a></td>
	</tr>
</table>

</body>
</html>
