// issue functions 

function SwapIssueImage(image){
	var imgBox = document.getElementById('issueImgBox');
	imgBox.src = image;
}