function VistaButton(Name,State)
{
	myGetElementById(Name).className = "VistaButton" + State + " AssetDescription";
}
