
function layercolor (name,col) {
		if (NS) document[name].bgColor=col
		if (IE) document.all[name].style.setAttribute("background",col,false)
		if (NS6) document.getElementById(name).style.setAttribute("background",col,false)
		}

