var imgs=new Array('<img src="indian/independence/day/images/spiritofnation.jpg" width="396" height="154" border="0" alt="">','<img src="indian/independence/day/images/pakistan/pakistanindependenceday.jpg" width="396" height="154" border="0" alt="">','<img src="indian/independence/day/images/zimbabwe/zimbabweflag.jpg" width="396" height="154" border="0" alt="">','<img src="indian/independence/day/images/philippines/philippinesleaders.jpg" width="396" height="154" border="0" alt="">','<img src="../../../indian/independence/day/images/france/franceindependence.jpg" width="268" height="142" border="0" alt="">','<img src="indian/independence/day/images/usaindependence/nationalflag.jpg " width="396" height="154" border="0" alt="">','<img src="../../../indian/independence/day/images/russia/russiaemblem.jpg" width="268" height="142" border="0" alt="Leaders of Russia">');

function showpappu(i)
{
		window.d1.innerHTML=imgs[i];
}

function killpappu()
{
	window.d1.innerHTML=imgs[0];
}