// JavaScript Document

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

Desc[0] = 	"Dormston School, Sedgley, West Midlands<br>New 350 seat theatre for school & community";
Hyper[0] = "<a href='http://www.dormston.dudley.gov.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[1] = 	"Jesus College, Oxford<br>Junior common room & conservatory extension";
Hyper[1] = "<a href='http://www.jesus.ox.ac.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";

Desc[2] = 	"Oxford University sports & leisure club<br>New building on central Oxford greenbelt site";
Hyper[2] = "<a href='http://www.ox.ac.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";



Desc[3] = 	"Dormston School, Sedgley, West Midlands<br>New art & sculpture gallery";
Hyper[3] = "<a href='http://www.dormston.dudley.gov.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";


Desc[4] = 	"Dormston School, Sedgley, West Midlands<br>New 4 badminton court sports hall";
Hyper[4] = "<a href='http://www.dormston.dudley.gov.uk/' title='click here to view this website in a new window' target='_blank' class='imagedesc'>";


var Images = Desc.length;