//rollover for graphics alone
function swap(iname,swapGfc) {
	document.images[iname].src = swapGfc;
}

function swapDiv(textin) {
	textin = textin.replace("&apos;","'");
	document.getElementById("headingtext").innerHTML = textin;
}
