
<!--

// This function is for the link panel background color animation. 

function rollBg(obj,color){
	obj.style.backgroundColor=color;
}
// ---------------------------

// end JavaScript. -->