var incFontSize = true;

function toggleFontSize(){
	
	for ( i = 0; i < document.styleSheets.length; i++ ) {
			if ( document.styleSheets[i].title ) {
				if(true == incFontSize)
					document.styleSheets[i].href = "../styles/style_big.css";
				else
					document.styleSheets[i].href = "../styles/style.css";
					
				incFontSize = !incFontSize;
          }
        }
}

function addbookmark()
{
	bookmarkurl = window.location.href;
	//bookmarkurl="http://www.icicinri.htm"
	//alert(bookmarkurl)
	bookmarktitle="ICICI NRI Servcies"
	if (document.all){
		window.external.AddFavorite(bookmarkurl,bookmarktitle)
	}
	else if (document.layers) {
  		bktext = open("", "displayWindow", "width=200,height=100,status=no,toolbar=no,menubar=no");
	  	bktext.document.open();
		bktext.document.write("<html><body bgcolor='white' text='black'>"+"Please Bookmark this Page." + "<br>Press CTRL+C after closing.<br><br>"+"<a href='javascript:self.close();'>Close this window</a>");
	    bktext.document.write("</font><!--Google Analytics Script Starts -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-18075365-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!--Google Analytics Script Ends -->
</body></html>");
	    bktext.document.close() ;
  }
  else{
	  
  }
}
	
function showFlash(){
	//alert('show')
	document.getElementById('flashSubs').style.display = 'none';
	document.getElementById('flashAnimations').style.display = 'block';
}

function hideFlash(){
	//ALERT('HIDE')
	document.getElementById('flashSubs').style.display = 'block';
	document.getElementById('flashAnimations').style.display = 'none';
}

