btnhome_on = new Image();
btnhealth_on = new Image();
btnauto_on = new Image();
btnhomeowners_on = new Image();
btnbusiness_on = new Image();
btnlife_on = new Image();
btnaboutus_on = new Image();
btnfaq_on = new Image();
btncontactus_on = new Image();


btnhome_off = new Image();
btnhealth_off = new Image();
btnauto_off = new Image();
btnhomeowners_off = new Image();
btnbusiness_off = new Image();
btnlife_off = new Image();
btnaboutus_off = new Image();
btnfaq_off = new Image();
btncontactus_off = new Image();

btnhome_on.src="homeb.gif";
btnhealth_on.src="healthb.gif";
btnauto_on.src="autob.gif";
btnhomeowners_on.src="homeownersb.gif";
btnbusiness_on.src="businessb.gif";
btnlife_on.src="lifeb.gif";
btnaboutus_on.src="aboutusb.gif";
btnfaq_on.src="faqb.gif";;
btncontactus_on.src="contactusb.gif";



btnhome_off.src="homea.gif";
btnhealth_off.src="healtha.gif";
btnauto_off.src="autoa.gif";
btnhomeowners_off.src="homeownersa.gif";
btnbusiness_off.src="businessa.gif";
btnlife_off.src="lifea.gif";
btnaboutus_off.src="aboutusa.gif";
btnfaq_off.src="faqa.gif";;
btncontactus_off.src="contactusa.gif";


function swapImg(N, S) {document.images[N].src = eval(S+".src");}


