var defaultimage = 1;

var deftext  = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">Read inside what schools say about Images <a href="javascript:;" onclick="getimage(\'next\');">school art exhibitions</a>... </p></td></tr></table>';

var deftext1 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;All comments from pupils, staff and parents were positive... They have even asked when we will be doing it again. It has been a memorable and enjoyable event.&quot;</p><p style="font-size:14px;"><strong>Jo Wootten, Art Coordinator</strong><br />Summer Lane Primary, Barnsley</p></td></tr></table>';

var deftext2 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;Images is a highly organised business,which we have no hesitation in recommending.&quot;</p><p style="font-size:14px;"><strong>Liz Walsh, Headteacher</strong><br />St Clements RC Primary School, Ewell, Surrey</p></td></tr></table>';

var deftext3 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">"Very positive experience – promoted art throughout the school, which was our primary objective."</p><p style="font-size:14px;"><strong>Tina Barry, Art Coordinator</strong><br />St John’s RC Primary, Normanton, Wakefield</p></td></tr></table>';

var deftext4 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">"It was a pleasure to work with Images. The whole process, from the initial enquiry through to the actual exhibition was managed in a friendly and highly professional way… I would recommend working with Images to any school.”</p><p style="font-size:14px;"><strong>Sue Webb, Assistant Headteacher</strong><br />Priory School, Slough</p></td></tr></table>';

var deftext5 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;As for the staff, we cannot believe how easy it was for us. As you so rightly said to me, we were not required to do anything we would not be doing anyway.&quot;</p><p style="font-size:14px;"><strong>Mark McQueen, Headteacher</strong><br />Ursuline Catholic Primary School, Liverpool</p></td></tr></table>';

var deftext6 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;The response from the children, parents and wider community was amazingly positive&#8230; The schools inspector commented that it had been the best exhibition of children&#8217;s work that he had ever seen in a primary school.&quot;</p><p style="font-size:14px;"><strong>Jackie Stevens, Art Coordinator</strong><br />Hampton Junior School, Middlesex</p></td></tr></table>';

var deftext7 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;The children gained a great deal&#8230; sharing ideas and taking pride in their achievements, especially the value given to their work in the exhibition.&quot;</p><p style="font-size:14px;"><strong>Mike Peace, Headteacher</strong><br />Frimley C of E School, Surrey</p></td></tr></table>';

var deftext8 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;&#8230;gave them a sense that their work was valued&#8230; a real joy to see the children&#8217;s enthusiasm&#8230; most impressive was the interest and appreciation the children showed for each other&#8217;s work&#8230; helped to heighten their awareness of art.&quot;</p><p style="font-size:14px;"><strong>Tony Crompton, Headteacher</strong><br />Stokes C of E Primary School, Blaby, Leicester</p></td></tr></table>';

var deftext9 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;Parents were thrilled and the evening of the exhibition saw a huge turnout of parents.&quot;</p><p style="font-size:14px;"><strong>Dave Smith, Headteacher</strong><br />Benchill Primary, Manchester</p></td></tr></table>';

var deftext10 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;The children were thrilled to see their work in the gallery and parents were rightly very proud.&quot;</p><p style="font-size:14px;"><strong>Alison Passmore, Headteacher</strong><br />St James C of E Primary School, Oldbury</p></td></tr></table>';

var deftext11 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;It was a great way to raise money&#8230;with very little effort on the part of the school.&quot;</p><p style="font-size:14px;"><strong>Sharon Cowey, Headteacher</strong><br />St Lukes C of E Primary School, Formby, Liverpool</p></td></tr></table>';

var deftext12 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;Our Art Exhibition&#8230; was very successful and much enjoyed by staff, children and parents&#8230; the event made the front page of the local newspaper.&quot;</p><p style="font-size:14px;"><strong>David Garrard, Headteacher</strong><br />Smitham Primary School, Coulsdon, Surrey</p></td></tr></table>';

var deftext13 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;It has been a huge success. It has really brought the curriculum alive and the children loved it. We will certainly be doing it again.&quot;</p><p style="font-size:14px;"><strong>Nicki Breese, Headteacher</strong><br />Newlands Primary School, Yateley</p></td></tr></table>';

var deftext14 = '<table height="255"><tr><td valign="middle"><p style="font-size:14px;">&quot;The quality of service from Images was first class. Other than the children completing their art work, everything was done for us to the very highest quality.&quot;</p><p style="font-size:14px;"><strong>John Robinson, Headteacher</strong><br />Howard Primary School, Croydon, Surrey</p></td></tr></table>';

function getimage(img) {

	if ((img == "next") && (defaultimage <14)) {
		defaultimage ++;
		
	}
	else if((img == "prev") && (defaultimage > 1)) {
		defaultimage --;
	}
	else if((img == "next") && (defaultimage == 14)){
		defaultimage = 1;
	}

		document.getElementById("x").src= "http://www.imagesart.co.uk/images/i000" + defaultimage + ".jpg";
		
		if(defaultimage == 1) {
			document.getElementById("testim").innerHTML = deftext;
		}
		else if(defaultimage == 2) {
			document.getElementById("testim").innerHTML = deftext1;
		}
		else if(defaultimage == 3) {
			document.getElementById("testim").innerHTML = deftext2;
		}
		else if(defaultimage == 4) {
			document.getElementById("testim").innerHTML = deftext3;
		}
		else if(defaultimage == 5) {
			document.getElementById("testim").innerHTML = deftext4;
		}
		else if(defaultimage == 6) {
			document.getElementById("testim").innerHTML = deftext5;
		}
		else if(defaultimage == 7) {
			document.getElementById("testim").innerHTML = deftext6;
		}
		else if(defaultimage == 8) {
			document.getElementById("testim").innerHTML = deftext7;
		}
		else if(defaultimage == 9) {
			document.getElementById("testim").innerHTML = deftext8;
		}
		else if(defaultimage == 10) {
			document.getElementById("testim").innerHTML = deftext9;
		}
		else if(defaultimage == 11) {
			document.getElementById("testim").innerHTML = deftext10;
		}
		else if(defaultimage == 12) {
			document.getElementById("testim").innerHTML = deftext11;
		}
		else if(defaultimage == 13) {
			document.getElementById("testim").innerHTML = deftext12;
		}
		else if(defaultimage == 14) {
			document.getElementById("testim").innerHTML = deftext13;
		}
}