var limba = new Array(); 
 var type = new Array(); 
 var nr = 2; 
limba[0] = 'Romana'; 
type[0] = 1; 
limba[1] = 'English'; 
type[1] = 0; 
