function zoolTip() {
	var toolTip = document.getElementById('tooltipsContainerDiv').getElementsByTagName(div);
	for(n=0;n<toolTip.length;n++){
		toolTip[n].id = n;
	}
}