<script type="text/javascript" language="JavaScript"> 
<!-- 
var opera = (navigator.userAgent.indexOf('Opera 7')!=-1); 
var msie = (navigator.userAgent.indexOf('MSIE')!=-1); 
if (msie && !opera){msie=1;} 
if (msie && opera){msie=-1;} 
if (msie == 1){ 
delay=.5; 
effect=6; 
document.write("<style type=\"text/css\">"); 
document.write("A.nav{filter:revealTrans(duration="+delay+", transition="+effect+");"); 
document.write("<\/style>"); 
} 
function doovernav(what){ 
if (msie == 1){ 
what.filters.revealTrans.apply(); 
what.filters.revealTrans.play(); 
} 
else{return false;} 
} 
function dooutnav(what){ 
if (msie == 1){ 
what.filters.revealTrans.apply(); 
what.filters.revealTrans.play(); 
} 
else{return false;} 
} 

// --> 
</script>