/*
UWDIntranet Global JS File
created: May 26th, 2005
author: Michael Trythall (mtrythall@diamondtechnologies.com)
*/

function chgSecButton(obj) {
	document.getElementById(obj).style.backgroundColor = '637ab6';
}
