var nmbr=0
var next=0
var back=0

names = new Array
tech = new Array
project = new Array
link = new Array
img = new Array
icon = new Array
link = new Array

function gonext(){
	next++;
	if(next > 13){
		next = 13	}
	repli(next)
}

function goback(){
	back--;
	if(back < 0){
		back = 0
	}
	
	repli(back)
}

	function repli(nmbr){
		document.getElementById ('imgid').src = "images/memorial/" + img[nmbr];
    	document.getElementById ('projectid').innerHTML = project[nmbr];
    	next = nmbr;
		back = nmbr;

    };

img[0]="memorial00.jpg"
project[0]="<p class='featuretag'>Laran Bronze recently completed a major casting and installation project for the National World War II Memorial. <a href='http:\/\/www.kaskeystudio.com' target='_blank' class='body'>Sculptor Ray Kaskey<\/a> chose our team to work on this important project, which involved casting eight eagles (each ten feet high and weighing 2,600 pounds). Two 10 foot wreaths weighing 3,500 pounds each, two 12 foot wreaths weighing 5,000 pounds each, and 24 bronze reliefs. Click 'Next' to view photos of the work as it progressed in our foundry.<\/p>"

img[1]="memorial01.jpg"
project[1]="<p class='featuretag'>Foam and clay enlargement of eagle - building the armature to support the foam and clay enlargement.<\/p>"

img[2]="memorial02.jpg"
project[2]="<p class='featuretag'>Sandblasting bronze to prepare surface for patina.<\/p>"

img[3]="memorial03.jpg"
project[3]="<p class='featuretag'>Welding in stainless steel armature for ribbon.<\/p>"

img[4]="memorial04.jpg"
project[4]="<p class='featuretag'>Fitting bronze ribbon around stainless steel armature.<\/p>"

img[5]="memorial05.jpg"
project[5]="<p class='featuretag'>Assembly of Bronze Eagles.<\/p>"

img[6]="memorial06.jpg"
project[6]="<p class='featuretag'>Assembly of Bronze Eagles.<\/p>"

img[7]="memorial07.jpg"
project[7]="<p class='featuretag'>Test fitting stainless armature from wreath to the eagle.<\/p>"

img[8]="memorial08.jpg"
project[8]="<p class='featuretag'>Test fitting stainless armature from wreath to the eagle.<\/p>"

img[9]="memorial09.jpg"
project[9]="<p class='featuretag'>Veterans visiting work in progress at Apex Piping where amature was completed.<\/p>"

img[10]="memorial10.jpg"
project[10]="<p class='featuretag'>Fitting eagles on columns.<\/p>"

img[11]="memorial11.jpg"
project[11]="<p class='featuretag'>Installation in Washington, DC.<\/p>"

img[12]="memorial12.jpg"
project[12]="<p class='featuretag'>Completed installation in Washington, DC.<\/p>"

img[13]="memorial13.jpg"
project[13]="<p class='featuretag'>Completed installation in Washington, DC.<\/p>"