
function preloadImage( strSrc ) {
	var objImage = new Image( strSrc );	
}

function swapImage( strId, strSrc ) {
	document.getElementById( strId ).src = strSrc;	
}