// JavaScript Development: JavaScriptDesign.com Copyright 2000
// All rights reserved. email: solutions@JavaScriptDesign.com
// Licensed to GGM Internet Solutions

var drkpx = new Array();
var litpx = new Array();

function preLd(num,dark,light) {
 drkpx[num] = new Image();
 drkpx[num].src = dark;
 litpx[num] = new Image();
 litpx[num].src = light;
}

preLd(0,"images/fq-refer-off.gif","images/fq-refer-on.gif"); 
preLd(1,"images/fq-about-off.gif","images/fq-about-on.gif"); 
preLd(2,"images/fq-testing-off.gif","images/fq-testing-on.gif");
preLd(3,"images/fq-treatments-off.gif","images/fq-treatments-on.gif");
preLd(4,"images/fq-faqs-off.gif","images/fq-faqs-on.gif");
preLd(5,"images/fq-reading-off.gif","images/fq-reading-on.gif");
preLd(6,"images/fq-ask-off.gif","images/fq-ask-on.gif");
preLd(7,"images/fq-wellness-off.gif","images/fq-wellness-on.gif");
preLd(8,"images/fq-risk-off.gif","images/fq-risk-on.gif");
preLd(9,"images/fq-contact-off.gif","images/fq-contact-on.gif");
preLd(10,"images/fq-office-off.gif","images/fq-office-on.gif");
preLd(11,"images/fq-yes-off.gif","images/fq-yes-on.gif");