function change_img(z,y)
{
	x = document.getElementById('image-show');
	x.innerHTML = '<img class="image-selected" src="graphics/'+y+'img'+z+'.jpg" border="0" alt="Stoiska">';
}

