I´ve just programmed something with ComboBoxes. Everything is working fine.

Problem is, when I load the movie in a higher level the ComboBoxes stop working.

Does anyone knows an answer?
Thanks Dirk

Script for a Box:

typ.setChangeHandler("Wohnmobil");

function Wohnmobil(){
alert_Wombi._x=-100;
alert_Wombi._y=-100;
var auswahlindex = typ.getSelectedIndex();
var wombi=(typ.getItemAt(auswahlindex).data);
wert=wombi.split(",");
kontroll.KontrolleWohnmobil=wert[1];
zusammenstellung.wombi="max. Gewicht Ihres Wohnmobils "+wert[1]+" kg";
zusammenstellung.wombiLeer="Leergewicht Ihres Wohnmobils "+wert[2]+" kg";
maxg=wert[1];
g=wert[2];
n=wert[3];
l=wert[4];
pA=Math.abs(10*n+10*l);