function swapImage(imgName, imgSrc){
	document.images[imgName].src = "_images/sub_nav/" + imgSrc;
	//alert(imgName);
}
