﻿function changeStyle(xobj,xStyle) 
{
	xobj.className = xStyle;
}
