Paris in Color(Click here to go back to the main site)
Prints of these images are available for purchase. Please email Leonard at: leonardp@sbcglobal.net
if($_GET['caption']=="")
{
print "Rue de la Harpe";
}
elseif($_GET['caption']=="Grenier")
{
print "Rue Grenier sur l'Eau and Rue des Barres";
}
else
{
print $_GET['caption'];
}
?>