// JavaScript Document
function swapImage(tobj, tpic){
	var nn = "images//site//" +tobj.name + tpic+".jpg";
	tobj.src = nn;
}

