function mouseOverImage(imgId)
{
	document.getElementById(imgId).src='/deloitte-ecm-cm-dpm-web/images/dcom/action_arrow_over.gif';
}

function mouseOutImage(imgId) 
{
	document.getElementById(imgId).src='/deloitte-ecm-cm-dpm-web/images/dcom/action_arrow.gif';
}