/*	
	(c) Copyright 2010
	C.Y. Research, Inc. d/b/a Ameritest
	4841 Tramway Ridge Dr. NE
	Albuquerque, NM 87111
	505-856-0763
	info@ameritest.net
	http://www.ameritest.net/
*/

	if (document.images) 
	{
		var abo_main_on	= new Image();		abo_main_on.src	=  '../images/nav/btn_abo_main_on.gif';
		var abo_main_off= new Image();		abo_main_off.src= '../images/nav/btn_abo_main_off.gif';
		
		var abo_con_on	= new Image();		abo_con_on.src	=  '../images/nav/btn_abo_con_on.gif';
		var abo_con_off	= new Image();		abo_con_off.src	= '../images/nav/btn_abo_con_off.gif';
		
		var abo_chu_on	= new Image();		abo_chu_on.src	=  '../images/nav/btn_abo_chu_on.gif';
		var abo_chu_off	= new Image();		abo_chu_off.src	= '../images/nav/btn_abo_chu_off.gif';
		
		var abo_vis_on	= new Image();		abo_vis_on.src	=  '../images/nav/btn_abo_vis_on.gif';
		var abo_vis_off	= new Image();		abo_vis_off.src	= '../images/nav/btn_abo_vis_off.gif';
		
		var abo_lead_on	= new Image();		abo_lead_on.src	=  '../images/nav/btn_abo_lead_on.gif';
		var abo_lead_off= new Image();		abo_lead_off.src= '../images/nav/btn_abo_lead_off.gif';
		
		var abo_new_on	= new Image();		abo_new_on.src	=  '../images/nav/btn_abo_new_on.gif';
		var abo_new_off	= new Image();		abo_new_off.src	= '../images/nav/btn_abo_new_off.gif';
		
		var abo_pre_on	= new Image();		abo_pre_on.src	=  '../images/nav/btn_abo_pre_on.gif';
		var abo_pre_off	= new Image();		abo_pre_off.src	= '../images/nav/btn_abo_pre_off.gif';
		
		// var abo_cli_on	= new Image();		abo_cli_on.src	= '../images/nav/btn_abo_cli_on.gif';
		// 		var abo_cli_off	= new Image();		abo_cli_off.src	= '../images/nav/btn_abo_cli_off.gif';
	}

