if (document.images) {           // Active Images
	ap_nvisaon = new Image();
	ap_nvisaon.src = "/img/ap_nvisa2.gif";
	ap_nvisaoff = new Image();
	ap_nvisaoff.src = "/img/ap_nvisa1.gif";

	ap_nautoon = new Image();
	ap_nautoon.src = "/img/ap_nauto2.gif";
	ap_nautooff = new Image();
	ap_nautooff.src = "/img/ap_nauto1.gif";
	
	ap_nconson = new Image();
	ap_nconson.src = "/img/ap_ncons2.gif";
	ap_nconsoff = new Image();
	ap_nconsoff.src = "/img/ap_ncons1.gif";

	ap_nequion = new Image();
	ap_nequion.src = "/img/ap_nequi2.gif";
	ap_nequioff = new Image();
	ap_nequioff.src = "/img/ap_nequi1.gif";

	ap_nmembon = new Image();
	ap_nmembon.src = "/img/ap_nmemb2.gif";
	ap_nmemboff = new Image();
	ap_nmemboff.src = "/img/ap_nmemb1.gif";

	ap_nfaqson = new Image();
	ap_nfaqson.src = "/img/ap_nfaqs2.gif";
	ap_nfaqsoff = new Image();
	ap_nfaqsoff.src = "/img/ap_nfaqs1.gif";

	ap_nmorton = new Image();
	ap_nmorton.src = "/img/ap_nmort2.gif";
	ap_nmortoff = new Image();
	ap_nmortoff.src = "/img/ap_nmort1.gif";

}


