<!--
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=12;
document.write("<style type=\"text/css\">");
document.write("A.navlinks{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;}
}
// -->
