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_about.jpg';
image1.src = '.\/images\/sections\/sect_news.jpg';
image2.src = '.\/images\/sections\/sect_projects.jpg';
image3.src = '.\/images\/sections\/sect_culture.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 = ['The Nightingale Centre and Genisis Prevention Centre Architectural Art Glass Window <span>\/<\/span> Artist: Martin Donlin',
'Regional Cytogenics Unit, St Mary\'s Hospital Manchester <span>\/<\/span> CYTOART 2005 Project <span>\/<\/span> \"A Bucket of Translocations\"',
'Park House, Manchester <span>\/<\/span> \"Elements\" <span>\/<\/span> Artist: Stella Corrall',
'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 = ['ABOUT US',
'NEWS',
'PROJECTS',
'CULTURE &amp; HEALTH',
'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];
}