function changeImg(image,direction,index)
{
	if(document.images)
	if(direction == 'in')
		image.src=images2[index].src;
	else
		image.src=images1[index].src;
}
function Img2()
{
	this[0]=new Image();this[0].src="art/nav_aboutus_on.gif";
	this[1]=new Image();this[1].src="art/nav_applynow_on.gif";
	this[2]=new Image();this[2].src="art/nav_rates_on.gif";
	this[3]=new Image();this[3].src="art/nav_calc_on.gif";
	this[4]=new Image();this[4].src="art/nav_prequalify_on.gif";
	this[5]=new Image();this[5].src="art/nav_forms_on.gif";
	this[6]=new Image();this[6].src="art/nav_faq_on.gif";
	this[7]=new Image();this[7].src="art/nav_contactus_on.gif";
	this[8]=new Image();this[8].src="art/nav_home_on.gif";
	this[9]=new Image();this[9].src="art/nav_loanprograms_on.gif";
	this[10]=new Image();this[10].src="art/nav_ratealert_on.gif";
}
function Img1()
{
	this[0]=new Image();this[0].src="art/nav_aboutus_off.gif";
	this[1]=new Image();this[1].src="art/nav_applynow_off.gif";
	this[2]=new Image();this[2].src="art/nav_rates_off.gif";
	this[3]=new Image();this[3].src="art/nav_calc_off.gif";
	this[4]=new Image();this[4].src="art/nav_prequalify_off.gif";
	this[5]=new Image();this[5].src="art/nav_forms_off.gif";
	this[6]=new Image();this[6].src="art/nav_faq_off.gif";
	this[7]=new Image();this[7].src="art/nav_contactus_off.gif";
	this[8]=new Image();this[8].src="art/nav_home_off.gif";
	this[9]=new Image();this[9].src="art/nav_loanprograms_off.gif";
	this[10]=new Image();this[10].src="art/nav_ratealert_off.gif";
}
if(document.images)
{
	var images2=new Img2();
	var images1=new Img1();
}

