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