// JavaScript Document

//set the down image name for this page
  var g7="nav_home";
  function P7_downImage(){ //v1.0 byPVII
  //set the down image name convention
  var g,dd="-over";
  if((g=MM_findObj(g7))!=null){gg=g.src;
  tu=gg.lastIndexOf(".");
  g.src=gg.substring(0,tu)+dd+gg.substring(tu,gg.length);}
  }
