function imageWithText(pObjectId,pImagePath) {
	document.getElementById(pObjectId).src = pImagePath;
}
			
function image(pObjectId,pImagePath) {
	document.getElementById(pObjectId).src = pImagePath;
}

function goToJDHT() {
	document.location = "Trust/index_intro.html";
}


function goToMyJaguar() {
	document.location = "Trust/my_jaguar/myJag.html";
}

function goToEshop() {
	document.location = "TrustFrames.html";
}