function blender(id,blend) {
		el				=	document.getElementById(id);
		el.setAttributeNS("http://ns.adobe.com/AdobeSVGViewerExtensions/","adobe-blending-mode",blend);
}


