Antond,
var width = document.getElementsByName('width');
var height = document.getElementsByName('height');
var glubina = document.getElementsByName('glubina');
for (i=0; i < width.length; i++) {
if (width[i].checked) { width = width[i].value; break; }
}
for (i=0; i < heigth.length; i++) {
if (height[i].checked) { height = height[i].value; break; }
}
for (i=0; i < glubina.length; i++) {
if (glubina[i].checked) { glubina = glubina[i].value; break; }
}