/*DECIMALNI SEPARATOR*/ function VDec(str){ var rez = str.replace(",", "."); return rez; }