function jumpTo(dest) {
    document.getElementById('idtuckpointing').style.color = '#86A8D8'
    document.getElementById('idrepointing').style.color = '#FFFFFF' 
    document.getElementById('idmasonryCleaning').style.color = '#FFFFFF' 
    document.getElementById('idwaterproofing').style.color = '#FFFFFF'  
    document.getElementById('idjointSealing').style.color = '#FFFFFF'  
    document.getElementById('idterraCotta').style.color = '#FFFFFF'  
    document.getElementById('idparapetWalls').style.color = '#FFFFFF' 
    document.getElementById('idchimneys').style.color = '#FFFFFF'  
    document.getElementById('idlintel').style.color = '#FFFFFF'  

    document.getElementById('idvalueAdded').style.color = '#86A8D8'  
    document.getElementById('idconditionSurveys').style.color = '#FFFFFF'
    document.getElementById('idfiscalPlanning').style.color = '#FFFFFF'  
    document.getElementById('iddataStorage').style.color = '#FFFFFF'  

    document.getElementById('idtuckpointing101').style.color = '#86A8D8'  
/////////////
	document.getElementById('id' + dest).style.color = '#FF6410'    // make link text orange

	window.location = '/services.html#' + dest      // (only jumps to lowest scrollbar position)

//	window.open('/services.html#' + dest)           // (works but causes total refresh - white flash)



//	window.location = 'http://192.168.181.7:8066/services.html#repointing'
//	window.location = 'http://192.168.181.7:8066/services.html#' + dest

//	window.location.replace('file:///H:/INPROG/Preservation Services/Fieldstone/programming/services.html#' + dest);

//	window.redirect =  '/services.html#' + dest
//	alert('in jumpTo')
}
