function setImageSource(strImage,intCaptionIndex){
	if(intCaptionIndex==0){
		$('#imgnav a:eq(0)').css('color','#000000');
	}else{
		$('#imgnav a:eq(0)').css('color','#4667a9');
	}

	document.getElementById('mainimg').src=strImage;

	return false;
}
