function geLoadPngs(thediv,thename){var d=document.getElementById(thediv).getElementsByTagName("div");for(var i=0;i<d.length;i++){if(d[i].currentStyle!=undefined){if(d[i].getAttribute("name")==thename && d[i].currentStyle.backgroundImage.match(/\.png/i) !== null)gebg_fnFixPng(d[i]);}}} function gebg_fnFixPng(obj){var bg=obj.currentStyle.backgroundImage;var src=bg.substring(5,bg.length-2);obj.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+src+"', sizingMethod='crop')";obj.style.backgroundImage = 'url(\'/templates/default/images/x.gif\')';}
