if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image3 = new Image;
image4 = new Image;
image5 = new Image;
image6 = new Image;
image7 = new Image;
image0.src = '.\/images\/sections\/sect_proj_hosp.jpg';
image1.src = '.\/images\/sections\/sect_proj_comm.jpg';
image2.src = '.\/images\/sections\/sect_proj_built.jpg';
image3.src = '.\/images\/sections\/sect_proj_edu.jpg';
image4.src = '.\/images\/sections\/sect_artists.jpg';
image5.src = '.\/images\/sections\/sect_resources.jpg';
image6.src = '.\/images\/sections\/sect_contact.jpg';
} else {
image0 = '';
image1 = '';
image2 = '';
image3 = '';
image4 = '';
image5 = '';
image6 = '';
document.rollimg = '';
}
var cap = ['Fairfield Hospital  <span>\/<\/span> \'Unable To Stop Because They Were Too Close To the Edge\' <span>\/<\/span> Artist: Rachel Goodyear',
		   
'Victoria Square <span>\/<\/span> \'The Dwellings\' <span>\/<\/span> Photographic artwork by Graeme Vaughan',

'Children\'s Hospital Entrance <span>\/<\/span> \Central Manchester University Hospitals NHS Foundation Trust\ <span>\/<\/span> Artist: Ray Smith',

'Pennine Acute Trust <span>\/<\/span> Milk Myths Project <span>\/<\/span> Artist: Louise Gardiner',

'Main entrance to Withington Community Hospital, Manchester <span>\/<\/span> \"Flight\" <span>\/<\/span> Artist: Suki Chan',

'Meadowbrook Mental Healt Unit, Trafford, Manchester <span>\/<\/span> \"In Your Heart You\'ll Find Your Dreams\" <span>\/<\/span> Designer: Andrew Hodson',

'Sure Start Community Project <span>\/<\/span> Photographed by Brian Chapman'];

var head = ['HEALTHCARE COMMUNITY',
'COMMUNITY AND PUBLIC HEALTH',
'BUILT ENVIRONMENT',
'EDUCATION',
'ARTISTS',
'RESOURCES',
'CONTACT US'];
function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML = cap[n];
document.getElementById('index_sect_head').innerHTML = head[n];
}
