var SUB_NAV_DIR = "/about/media/";
var subImages = new Array();

//	------------------------------------------
//  Preload all the off screen subImages
function preloadSubnav()  {
	subImages[0] = new Image();	subImages[0].src = SUB_NAV_DIR + "bPhilosophy_f2.gif";
	subImages[1] = new Image();	subImages[1].src = SUB_NAV_DIR + "bClientProfile_f2.gif";
	subImages[2] = new Image();	subImages[2].src = SUB_NAV_DIR + "bPeopleOfTAG_f2.gif";
	subImages[3] = new Image();	subImages[3].src = SUB_NAV_DIR + "bIntro_f2.gif";
}