var fiidata = new Array()

fiidata[0] = "Volatility persists!"
fiidata[1] = "July 12, 2006"
fiidata[2] = "<img src='http://www.equitymaster.com/images/2006/07142006fii.gif' vspace=0 hspace=3 align=left border=0>While the Indian stockmarkets were not generous to investors (declined week-on-week), the rain gods gave a handful to Mumbai and as usual, the city choked during the last week! This did have an impact on the daily volumes traded, which was low in the first three days, only to gain momentum in the later half. Despite a weak start, there was selective buying interest in some sectors. But sentiment was dampened following the Prime Minister's decision to keep disinvestments of public sector units on hold (read Neyveli Lignite Corporation). This time, it was not only the 'Left' that was 'as usual' against the move, but also an important ally from Tamil Nadu (DMK). Incidentally, DMK was a strong supporter of disinvestments of PSUs under the erstwhile NDA government. Besides these domestic concerns, global factors such as North Korea testing missiles and renewed worries about interest rates increasing in Japan added to the nervousness. In this backdrop, it was a tug-of-war between the bulls and the bears with bears winning the battle towards the end of the week."
fiidata[3] = "On the FIIs front, while the first four sessions saw net inflows, the final trading day witnessed almost half of these inflow move out. The week finally saw a total net inflow of Rs 5.9 bn (US$ 133 m). Total net FII inflow into Indian equities in this calender year now stands at US$ 2.8 bn, around 40% lower than what came in during the January to June period in 2005."

function fiiShowData(website)
{
	if(website == "tnt")
	{
		document.write("<font style='COLOR: #000000; FONT-FAMILY: Times New Roman, Times, serif; FONT-SIZE: 22px; FONT-WEIGHT: normal; TEXT-DECORATION: none'><p align=justify>"+fiidata[0]+"</font>")
		document.write("<br><font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'>"+fiidata[1]+"</font>")
		document.write("<br><br><font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'>"+fiidata[2]+"</font>")
		document.write("<p align=justify><font style='COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px; FONT-WEIGHT: normal; TEXT-DECORATION: none'>"+fiidata[3]+"</font>")
		
	}
	else
	{
		document.write("<font face=verdana size=2><b>"+fiidata[0]+"</b></font>")
		document.write("<p align=justify><font face=arial size=2>"+fiidata[2]+"</font>")
		document.write("<p align=justify><font face=arial size=2>"+fiidata[3]+"</font>")
		//document.write("<p align=justify><font face=arial size=2>"+fiidata[4]+"</font>")
	}
	
}


function fiiArchives(yr)
{
	beginYear = 2012
	EndYear = 1993

	dataUpd = "<form><li type=square><font style='font-size:9pt; font-family:arial'><b>FIIs Archives:</b> <select name='YearFile'>"	
	for(i=beginYear; i>=EndYear; i--)
	{
		if(i != yr)
		{
			dataUpd += "<option value='/india-markets/fiis/DisplayMonthlyFII.asp?Year="+ i.toString().substring(4,0)+"'>"+i+"</option>"
		}
	}
	dataUpd += "</select><input type=button value='go' onClick='showFile(this.form)'></form>"	
	document.write(dataUpd)
}

function showFile(form)
{
	window.location.href = form.YearFile.options[form.YearFile.selectedIndex].value
}



