browserName = navigator.appName;
browserVer = parseInt ( navigator.appVersion );
version = "n2";

if ( browserName == "Netscape" && browserVer >= 3 ) version = "n3";
if ( browserName == "Microsoft Internet Explorer" && browserVer >=4 ) version = "e4";

if ( version == "n3" || version == "e4" )
{
  blank2 = new Image(0, 0);
  blank2.src = "images/intro/blank.jpg";

  youroll= new Image(0, 0);
  youroll.src = "images/intro/you.jpg";

  staffroll= new Image(0, 0);
  staffroll.src = "images/intro/staff.jpg";

  clientroll= new Image(0, 0);
  clientroll.src = "images/intro/client.jpg";

  philosophyroll= new Image(0, 0);
  philosophyroll.src = "images/intro/philosophy.jpg";

  whyroll= new Image(0, 0);
  whyroll.src = "images/intro/why.jpg";

  choosingroll = new Image(0, 0);
  choosingroll.src = "images/intro/choosing.jpg";

  servicesroll = new Image(0, 0);
  servicesroll.src = "images/intro/services.jpg";

  payrollroll = new Image(0, 0);
  payrollroll.src = "images/intro/payroll.jpg";

  feeroll = new Image(0, 0);
  feeroll.src = "images/intro/fee.jpg";

  humorroll = new Image(0, 0);
  humorroll.src = "images/intro/humor.jpg";

  selfhelproll = new Image(0, 0);
  selfhelproll.src = "images/intro/selfhelp.jpg";

  changesroll = new Image(0, 0);
  changesroll.src = "images/intro/changes.jpg";

  contactroll = new Image(0, 0);
  contactroll.src = "images/intro/contact.jpg";


        you_on = new Image (0,0);
        you_on.src = "images/intro/you_on.gif";
        you_off= new Image (0,0);
        you_off.src = "images/intro/you_off.gif";

        staff_on = new Image (0,0);
        staff_on.src = "images/intro/staff_on.gif";
        staff_off= new Image (0,0);
        staff_off.src = "images/intro/staff_off.gif";

        client_on = new Image (0,0);
        client_on.src = "images/intro/client_on.gif";
        client_off= new Image (0,0);
        client_off.src = "images/intro/client_off.gif";

        philosophy_on = new Image (0,0);
        philosophy_on.src = "images/intro/philosophy_on.gif";
        philosophy_off= new Image (0,0);
        philosophy_off.src = "images/intro/philosophy_off.gif";

        why_on = new Image (0,49);
        why_on.src = "images/intro/why_on.gif";
        why_off= new Image (0,49);
        why_off.src = "images/intro/why_off.gif";

        choosing_on = new Image (0,91);
        choosing_on.src = "images/intro/choosing_on.gif";
        choosing_off= new Image (0,91);
        choosing_off.src = "images/intro/choosing_off.gif";

        services_on = new Image (0,153);
        services_on.src = "images/intro/services_on.gif";
        services_off= new Image (0,153);
        services_off.src = "images/intro/services_off.gif";

        payroll_on = new Image (0,192);
        payroll_on.src = "images/intro/payroll_on.gif";
        payroll_off= new Image (0,192);
        payroll_off.src = "images/intro/payroll_off.gif";

        fee_on = new Image (0,233);
        fee_on.src = "images/intro/fee_on.gif";
        fee_off= new Image (0,233);
        fee_off.src = "images/intro/fee_off.gif";

        humor_on = new Image (0,272);
        humor_on.src = "images/intro/humor_on.gif";
        humor_off= new Image (0,272);
        humor_off.src = "images/intro/humor_off.gif";

        selfhelp_on = new Image (0,311);
        selfhelp_on.src = "images/intro/selfhelp_on.gif";
        selfhelp_off= new Image (0,311);
        selfhelp_off.src = "images/intro/selfhelp_off.gif";

        changes_on = new Image (0,373);
        changes_on.src = "images/intro/changes_on.gif";
        changes_off= new Image (0,373);
        changes_off.src = "images/intro/changes_off.gif";

        contact_on = new Image (0,413);
        contact_on.src = "images/intro/contact_on.gif";
        contact_off= new Image (0,413);
        contact_off.src = "images/intro/contact_off.gif";
}
