//To Change Image  Source when the image clicked  in the top tab


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)
//alert(str);
var s=str.indexOf("brdimg");
//alert(s);
if(s!=-1)
{
var offer=str.substring(s+1);
//alert(offer);
var offer1=offer.indexOf("=");
//alert(offer1);
res=unescape(offer.substring(offer1+1));
//alert("res:"+res)
if(res.indexOf("&")!=-1)
{
res1=res.indexOf("&")
//alert("res1:"+res1)
res2=res.substring(0,res1)

//alert("res2:"+res2)

chimage=res2;

}
else
{
 chimage=res;
 
}
}
}
topchangeImage(chimage)
function topchangeImage(bimage)
{
	if(bimage=="home")
	{	
		//cimage.src="images/top_producta.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("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")
	{	
		//cimage.src="/portal/newgen/topnav/images/top_producta.gif";		
		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")
	{	
		//cimage.src="/portal/newgen/topnav/images/top_producta.gif";		
		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")
	{	
		//cimage.src="/portal/newgen/topnav/images/top_producta.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("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")
	{	
		//cimage.src="/portal/newgen/topnav/images/top_producta.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("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")
	{	
		//cimage.src="/portal/newgen/topnav/images/top_producta.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("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";
	}
}
