/*---------Jcarsoual----*/

$(document).ready(function() {
    $('#mycarousel').jcarousel({ visible:4 });
});


/*--------End Jcarsoual----*/


/*---------Tab Section----*/

function showSection(acc, n, m)
{
	for(var i = 1; i <= m; i++)
	{
		document.getElementById(acc+"-section-"+i).style.display = "none";
		document.getElementById(acc+"-head-"+i).className = "ui-state-default";
	}
	document.getElementById(acc+"-section-"+n).style.display = "block";
	document.getElementById(acc+"-head-"+n).className = "ui-state-active";
}

/*--------End Tab section---*/

/*--------------Banner-----*/



function pop1(linkname)
{
	window.open(linkname,'HDFC','height=500, width=500, scrollbars=yes, resizable=1,top=0,left=0')
}

function pop_news_sep(linkname)
{
	window.open(linkname,'HDFC','height=600, width=1000, scrollbars=yes, resizable=1,top=0,left=0')
}

function pop_annual(linkname)
{
	window.open(linkname,'HDFC','height=550, width=680, scrollbars=yes, resizable=1,top=0,left=0')
}

