﻿function c(obj)
{ 
    Element.hide("f1");
    Element.hide("f2")
    Element.hide("f3");
    Element.show(obj);
}