var theTitle;
var theNum;

function setTheStandard(imgTitle) {
	theTitle = imgTitle;
	}
	
function getImg(imgNum) {
	document.getElementById('wkImg').src = 'images/workimage/' + theTitle + imgNum + '.jpg';
	}
