


function changeImage(cimage)
{
	if(cimage.id=="welcome")
	{	
		cimage.src="/portal/newgen/topnav/images/top_welcomea.gif";		
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}

	if(cimage.id=="product")
	{		
		cimage.src="/portal/newgen/topnav/images/top_producta.gif";		
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}

	if(cimage.id=="customer")
	{	
		cimage.src="/portal/newgen/topnav/images/top_customera.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}

	if(cimage.id=="money")
	{
		cimage.src="/portal/newgen/topnav/images/top_moneya.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";		
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}

	if(cimage.id=="bargain")
	{
		cimage.src="/portal/newgen/topnav/images/top_bargaina.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}

	if(cimage.id=="apply")
	{
		cimage.src="/portal/newgen/topnav/images/top_applya.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
	}
	if(cimage=="submenu")
	{
		document.getElementById("product").src="/portal/newgen/topnav/images/top_producta.gif";		
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}
}
var chimage="";
brandCapture();
function brandCapture()
{
var res="";

var a=window.location;
str=new String(a)

var s=str.indexOf("brdimg");

if(s!=-1)
{
var offer=str.substring(s+1);

var offer1=offer.indexOf("=");

res=unescape(offer.substring(offer1+1));

if(res.indexOf("&")!=-1)
{
res1=res.indexOf("&")

res2=res.substring(0,res1)


chimage=res2;

}
else
{
 chimage=res;
 
}
}
}
topchangeImage(chimage)
function topchangeImage(bimage)
{
	if(bimage=="home")
	{	
			
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcomea.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}

	if(bimage=="product")
	{	
		
		document.getElementById("product").src="/portal/newgen/topnav/images/top_producta.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}
	if(bimage=="customer")
	{	
		
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customera.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}
	if(bimage=="financial")
	{	
			
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_moneya.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}
	if(bimage=="greatoff")
	{	
	
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargaina.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_apply.gif";
	}
	if(bimage=="apply")
	{	
			
		document.getElementById("product").src="/portal/newgen/topnav/images/top_product.gif";
		document.getElementById("customer").src="/portal/newgen/topnav/images/top_customer.gif";
		document.getElementById("welcome").src="/portal/newgen/topnav/images/top_welcome.gif";		
		document.getElementById("money").src="/portal/newgen/topnav/images/top_money.gif";
		document.getElementById("bargain").src="/portal/newgen/topnav/images/top_bargain.gif";
		document.getElementById("apply").src="/portal/newgen/topnav/images/top_applya.gif";
	}
}