// JScript source code
function onOver(objSrcElement,strCss) {			
	if (strCss!="")
		objSrcElement.className=strCss;			
}		
function onOut(objSrcElement,strCss) {	
	if (strCss!="")
		objSrcElement.className=strCss;
}