document.writeln("<SCRIPT language=JavaScript> ");
document.writeln("<!-- ");
document.writeln("var globopObject;var opIndex=0;");
document.writeln("var cleared=true;var direction=10;");
document.writeln("function dynOpacity(opObject,stop)");
document.writeln("{if (stop) {clearInterval(window.tm);cleared=true;");
document.writeln("opIndex=10;return;}");
document.writeln("globopObject=opObject;if (opIndex>110) direction=-4;if (opIndex<0) direction=4;");
document.writeln("opIndex+=direction;globopObject.style.filter=\'alpha(opacity:\' + opIndex + \')\';");
document.writeln("if (cleared)");
document.writeln("{window.tm=setInterval(\"dynOpacity(globopObject,false);\",1);cleared=false;}}");
document.writeln("function handleevent()");
document.writeln("{if (event.type==\"mouseover\")if(event.srcElement.tagName==\"IMG\")");
document.writeln("if (event.srcElement.parentElement.tagName==\"A\")");
document.writeln("{dynOpacity(event.srcElement,false);}");
document.writeln("if (event.type==\"mouseout\")if(event.srcElement.tagName==\"IMG\") ");
document.writeln("{event.srcElement.style.filter=\"\";dynOpacity(event.srcElement,true); }}");
document.writeln("document.onmouseover=handleevent;");
document.writeln("document.onmouseout=handleevent;");
document.writeln("\/\/ --> ");
document.writeln("<\/SCRIPT>")