var photo= new Array()


photo [0]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/1.jpg"
photo [1]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/2.jpg"
photo [2]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/3.jpg"
photo [3]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/4.jpg"
photo [4]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/5.jpg"
photo [5]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/6.jpg"
photo [6]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/7.jpg"
photo [7]= "pc cutro hardware software assistenza computer riparazione pc crotone stampanti/8.jpg"


function img8 () {	
	
	
	document.photo_diplay.src=photo[7]		
}
function img7 () {	
	
	
	document.photo_diplay.src=photo[6]		
}
function img6 () {	
	
	
	document.photo_diplay.src=photo[5]		
}
function img5 () {
	
	
	document.photo_diplay.src=photo[4]		
}
function img4 () {
	
	
	document.photo_diplay.src=photo[3]		
}

function img3 () {
	
	
	document.photo_diplay.src=photo[2]
}
function img2 () {
	document.photo_diplay.src=photo[1]
}
function img1 () {
	document.photo_diplay.src=photo[0]
}