function showWindow(show,svc_desc)
{
    if ( show )   
    document.getElementById("indent").innerHTML = svc_desc ;    
}

function WStartHidingText()
{
	document.getElementById("indent").innerHTML = 'Hanifin &amp; Associates is dedicated to empowering you to achieve your organization\'s goals. We\'ll help you create a foundation on which to build measurable, performance-based strategies. And we\'ll translate that strategic plan into pragmatic business practices that get bottom-line results. ' ;
}


