function toggleListOneA(my, eSrc) {
//doc=document.all.sp.value; 
my=my-1;
//alert(my)
doc=document.all.sp.value; 
// alert(doc)
var arr_list =  doc.split("#");
//alert(arr_list[0]);
//alert(arr_list[1]);
//alert(arr_list[2]);
num=-6;
num1=-6;
out="<select id='mean2' name='mean2' class='selec'>";
j=0;
   while(num1 != -1)
     {
     // num1=doc.indexOf("#")
      doc1= arr_list[j];            
     // while(num != -1) 
       //        {
         //      num1=-1;
           //    num=doc1.indexOf(",");
            //   pr1=doc1.substr(0, num);
             //  doc1=doc1.substr(num+1);
             //  if(pr1 == "") pr1=doc1;
             //  out=out + "<option> <font size='-1'>" + pr1 + "</font></option>";
             //  }            
        //}
        if(j == my)
         while(num != -1) {
              num1=-1;
              num=doc1.indexOf("^");
              pr1=doc1.substr(0, num);
              doc1=doc1.substr(num+1);
              if(pr1 == "") pr1=doc1;
              out=out + "<option><font size='-1'>" + pr1 + "</font></option>";
}
  j=j+1;
 }
           
out1=document.all.mean1.outerHTML
//alert(out1);
out = out + "<option>-----------------------------------------</option></select>"
out2 = "<font color='#666666'>Марка автомобиля: </font><br>" + out1 +"<br><br><font color='#666666'>Модель автомобиля:</font> <br>" + out + "<br><br><input type='IMAGE' name='Submit' value='Показать' SRC='images/menu/show.gif'> <input type=hidden name = actionf value = marka>";
//alert(out2);
document.all.fm1.innerHTML = out2 ;
}
