// JavaScript Document

var Desc = new Array();
var Hyper = new Array();

Desc[0] = 	"Radley College, Abingdon<br>Queen’s Court, academic building";
Hyper[0] = "<a href='http://www.radley.org.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[1] = 	"Radley College, Abingdon<br>Humanities building";
Hyper[1] = "<a href='http://www.plymouthcathedral.org.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[2] = 	"Epsom College<br>Library conversion";
Hyper[2] = "<a href='http://www.epsomcollege.org.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[3] = 	"Pembroke College, Oxford<br>New student accommodation";
Hyper[3] = "<a href='http://www.pmb.ox.ac.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[4] = 	"Radley College, Abingdon<br>New sports pavilion";
Hyper[4] = "<a href='http://www.plymouthcathedral.org.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[5] = 	"Jesus College, Oxford<br>10 new student houses";
Hyper[5] = "<a href='http://www.jesus.ox.ac.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";


var Images = Desc.length;