function setImageSource(strImage){
	document.getElementById('sideimg').src=strImage;
	return false;
}