Diagnostic Services


Diagnostic Services text

About text
Locations text
Resources text
Reports text
function lU(imageobject, opacity){ if (navigator.appName.indexOf("Netscape")!=-1 &&parseInt(navigator.appVersion)>=5) imageobject.style.MozOpacity=opacity/100 else if (navigator.appName.indexOf("Microsoft")!= -1 &&parseInt(navigator.appVersion)>=4) imageobject.filters.alpha.opacity=opacity } lU(about, 85); lU(locations, 85); lU(resources, 85); lU(review, 85);