if (input.Exterior_Repairs_Needed.toString() == "Roof")
{
show Roof;
show Roof_Total;
show Retail_Roof_Total;
}
else
{
hide Roof;
hide Roof_Total;
hide Retail_Roof_Total;
}
if (input.Exterior_Repairs_Needed.toString() == "Roof")
{
show Roof;
show Roof_Total;
show Retail_Roof_Total;
}
else
{
hide Roof;
hide Roof_Total;
hide Retail_Roof_Total;
}
//
//
if (input.Exterior_Repairs_Needed.toString() == "Gutters")
{
show Gutters;
show Gutter_Total;
show Retail_Gutter_Total;
}
else
{
hide Gutters;
hide Gutter_Total;
hide Retail_Gutter_Total;
}