prova a usare

codice:
	tagDIV.style=styleProperty;
	tagDIV.id="div100Perc";
invece di

codice:
	tagDIV.setAttribute("style", styleProperty);
	tagDIV.setAttribute("id", "div100Perc");