session_start();
$title="Slide 60";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Castle Credits
Roslin Castle before 1544 courtesy Andrew Spratt
Map courtesy UK Ordnance Survey
Modern Roslin Castle exterior courtesy Richard Huseth
Modern Roslin Castle interiors courtesy Gretchen Phillips
Army of Henry VIII drawing from myarmoury.com
Dance of Death, Michael Wolgemut, Nurnberg, 1493
| } include("$incpath/footer.php"); ?>