function changeImage(workid,imgid)
{
	document.getElementById('pimg').src='images/'+workid+'_'+imgid+'.jpg';
}