
// Declare variables and image source for image rollovers
if (GetJSCapable()) {
    pbs1_on  = new Image; pbs1_on.src  = "_images/home/subhead1_sector1_on.gif";
    pbs1_off = new Image; pbs1_off.src = "_images/home/subhead1_sector1_off.gif";
    pbs2_on  = new Image; pbs2_on.src  = "_images/home/subhead1_sector2_on.gif";
    pbs2_off = new Image; pbs2_off.src = "_images/home/subhead1_sector2_off.gif";
    pbs3_on  = new Image; pbs3_on.src  = "_images/home/subhead1_sector3_on.gif";
    pbs3_off = new Image; pbs3_off.src = "_images/home/subhead1_sector3_off.gif";
    pbs4_on  = new Image; pbs4_on.src  = "_images/home/subhead1_sector4_on.gif";
    pbs4_off = new Image; pbs4_off.src = "_images/home/subhead1_sector4_off.gif";
    pbs5_on  = new Image; pbs5_on.src  = "_images/home/subhead1_sector5_on.gif";
    pbs5_off = new Image; pbs5_off.src = "_images/home/subhead1_sector5_off.gif";
    pbs6_on  = new Image; pbs6_on.src  = "_images/home/subhead1_sector6_on.gif";
    pbs6_off = new Image; pbs6_off.src = "_images/home/subhead1_sector6_off.gif";
    pbs7_on  = new Image; pbs7_on.src  = "_images/home/subhead1_sector7_on.gif";
    pbs7_off = new Image; pbs7_off.src = "_images/home/subhead1_sector7_off.gif";
    pbs8_on  = new Image; pbs8_on.src  = "_images/home/subhead1_sector8_on.gif";
    pbs8_off = new Image; pbs8_off.src = "_images/home/subhead1_sector8_off.gif";
    pbs9_on  = new Image; pbs9_on.src  = "_images/home/subhead1_sector9_on.gif";
    pbs9_off = new Image; pbs9_off.src = "_images/home/subhead1_sector9_off.gif";

    reg_on  = new Image; reg_on.src  = "_images/home/subhead1_register_on.gif";
    reg_off = new Image; reg_off.src = "_images/home/subhead1_register_off.gif";

}