function setDepth(obj,d) { obj.style.zIndex = d; }
function _ro(obj,s) { obj.src = s; }
function _so(obj,o) { 
	obj.style.opacity = o; 
	if (document.all) { obj.filters.alpha.opacity=o*100; }
}
