home *** CD-ROM | disk | FTP | other *** search
- _parent.cierra_desplegables(_name.substr(10,1));
- cont = 1;
- while(contenido[1] >= cont)
- {
- set("o" + cont + ".title",contenido[cont + 2]);
- if(o_select == cont)
- {
- with(eval("o" + cont))
- {
- gotoAndStop(3);
- }
- }
- else
- {
- with(eval("o" + cont))
- {
- gotoAndStop(2);
- }
- }
- cont++;
- }
-