function funct(t) {
var test = ["test", "test2"].join("");
document.getElementById(t).setAttribute('title', test);
alert(test);
}
26 sty 2010
function funct(t) {
var test = ["test", "test2"].join("");
document.getElementById(t).setAttribute('title', test);
alert(test);
}