var str = "Ciao HtML.iT";
str = str.toLowerCase();
alert (str);