
//swap image
function swapImage(sImg, sSrc){
		theImg = eval("document."+sImg);
		theImg.src = sSrc;
}