/*
Copyright 2006 - Personnel Profiles Employment Screening
Unauthorized use in whole, or in part is a violation of copyright laws.
*/

function highlightButton(s)
{
	if ("INPUT"==event.srcElement.tagName)
	event.srcElement.className=s
}