function setOpacity(element, opacity) {

			// Set IE
			element.style.filter = 'alpha(opacity=' + opacity + ')';
		}