// JavaScript Document
<!--
  //set the first down image name for this page
  var g1="qualitative_but"; 
  function downImage1(){ 
  //set the down image name convention
  var g,dd="_f3";
  if((g=MM_findObj(g1))!=null){gg=g.src;
  tu=gg.lastIndexOf(".");
  g.src=gg.substring(0,tu)+dd+gg.substring(tu,gg.length);}
  }
  //-->
  <!--
  //set the second down image name for this page - leave blank if not applicable
  var g2=""; 
  function downImage2(){ 
  //set the down image name convention
  var g,dd="_f3";
  if((g=MM_findObj(g2))!=null){gg=g.src;
  tu=gg.lastIndexOf(".");
  g.src=gg.substring(0,tu)+dd+gg.substring(tu,gg.length);}
  }
  //-->