Problems with_VISIBLE = false;

Hi everybody.
I have a clothes and shoes Template with for example created buttons : “numericstepper” and “size” for shoes.
I used “-visible=false;” and that is very good. But now, I wish to see these buttons “numericstepper” and "size in the shoes item. I don’t know how to do.
Here is the end of my Database.as file…
Can you help me please ? I am searching for a long time the reply…
Thanks a lot,
Regards,
jack.

}

_parent.meuScroll.scroller._y = 0; //GET SCROLLBAR TO THE TOP

//ONLOAD GET PICTURE + DESCRIPTION
_parent.alvo.loadMovie(loadImageBig)
_parent.des.description_txt.html = true;
_parent.des.description_txt.htmlText = “NOM DU PRODUIT : “+loadName+”<br /><br />”+“PRIX : € “+loadPrice+”<br /><br />”+loadDescription;
_parent._parent.point._visible=false;
_parent._parent.pointure_ns._visible=false;
_parent._parent.divers._visible=false;
_parent._parent.Chaussures._visible=false;

}