if (document.images) {
image0 = new Image;
image1 = new Image;
image2 = new Image;
image0.src = 'http:\/\/newtownsaints.co.uk\/galleria\/img\/Image2.jpg';
image1.src = 'http:\/\/newtownsaints.co.uk\/galleria\/img\/Image3.jpg';
image2.src = 'http:\/\/newtownsaints.co.uk\/galleria\/img\/Image4.jpg';
} 
else {
image0 = '';
image1 = '';
image2 = '';
document.rollimg = '';
}
var cap = ['Newtown Flats',
'Spring Daffodills',
'Spring 2009'];

function rollover(n) {
document.rollimg.src = window['image'+n].src;
document.getElementById('caption').innerHTML = cap[n];
}
//~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

