// JavaScript Document
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;
 image8 = new Image;
 image9 = new Image;
 image10 = new Image;
 image11 = new Image;
 image12 = new Image;
 image13 = new Image;
 image14 = new Image;
 image15 = new Image;
 image16 = new Image;
 image17 = new Image;
 image0.src = 'imgs/550/correspondent-detail.jpg';
 image1.src = 'imgs/550/Presenter.jpg';
 image2.src = 'imgs/550/Insurgents.jpg';
 image3.src = 'imgs/550/Hors-d-oeuvres.jpg';
 image4.src = 'imgs/550/Flag.jpg';
 image5.src = 'imgs/550/Kate,-20-from-Liverpool.jpg';
 image6.src = 'imgs/550/PMQ-oil-paint.jpg'; 
 image7.src = 'imgs/550/PMQ-collage.jpg';
 image8.src = 'imgs/550/Paradise.jpg';
 image9.src = 'imgs/550/Ace-of-Spades.jpg';
 image10.src = 'imgs/550/Home-on-the-Range.jpg';
 image11.src = 'imgs/550/Home-on-the-Range-(photo-re.jpg';
 image12.src = 'imgs/550/Communist-March.jpg';
 image13.src = 'imgs/550/Eastern-Exodus.jpg';
 image14.src = 'imgs/550/Orange-Jump-Suit.jpg';
 image15.src = 'imgs/550/Cool-Stuff-from-BAE-1.jpg';
 image16.src = 'imgs/550/Cool-Stuff-from-BAE-2.jpg';
 image17.src = 'imgs/550/Cool-Stuff-from-BAE-3.jpg';
} else {
 image0 = '';
 image1 = '';
 image2 = '';
 image3 = '';
 image4 = '';
 image5 = '';
 image6 = '';
 image7 = '';
 image8 = '';
 image9 = '';
 image10 = '';
 image11 = '';
 image12 = '';
 image13 = '';
 image14 = '';
 image15 = '';
 image16 = '';
 image17 = '';
 document.rollimg = '';
 }
 
 var cap = ['Correspondent, oil on canvas, 135x100cm, 2004. Detail below.',
			'Presenter, oil on canvas, 120x90cm, 2005',
			'Insurgents, oil on canvas, 75x63cm, 2005',
 'Hors D Oeuvres , oil on canvas, 69x60cm, 2005.',
 'Flag, oil on canvas, 72x116cm, 2004.',
 'Kate, 20 from Liverpool, oil on canvas, 135x90cm, 2005.',
 'PMQ, oil on canvas, 108x96cm, 2004.',
 'PMQ, collage on canvas, 108x96cm, 2004.',
 'Paradise, oil on canvas, 76x96, 2006.',
 'Ace of Spades , oil on canvas, 96x120cm, 2004.',
 'Home on the Range, oil on canvas, 84x112cm, 2004.',
 'Home on the Range (photo-realist version), oil on canvas, 84x112cm, 2004.',
 'Communist March, 1936, London, oil on canvas, 110x100cm, 2003.',
 'Eastern Exodus, oil on canvas, 96x80cm, 2005.',
 'Orange Jump Suit, oil on canvas, 90x75cm, 2004.',
 'Cool Stuff from BAE 1, oil on canvas, 38x52cm, 2003.',
 'Cool Stuff from BAE 2, oil on canvas, 38x52cm, 2003.',
 'Cool Stuff from BAE 3, oil on canvas, 38x52cm, 2003.'];

 function rollover(n) {
 document.rollimg.src =  window['image'+n].src;
 document.getElementById('caption').innerHTML
 = cap[n];
 }