// JavaScript Document
<!--
var MM_contentVersion = 7;
var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
if ( plugin ) {
		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
	    for (var i = 0; i < words.length; ++i)
	    {
		if (isNaN(parseInt(words[i])))
		continue;
		var MM_PluginVersion = words[i]; 
	    }
	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
}
else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
   && (navigator.appVersion.indexOf("Win") != -1)) {
	document.write('<scr' + 'ipt language=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
	document.write('on error resume next \n');
	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
	document.write('</scr' + 'ipt\> \n');
}
if ( MM_FlashCanPlay ) {
	document.write('<div class="srTitle"><a href="../index.jsp" target="_self">A SPECIAL REPORT:</a></div>');
	document.write('<div class="srTitleSec">AFTER THE TSUNAMI</div>');
	document.write('<div id="choicebox2"><div id="choicebox"><a href="index_high.jsp" target="_self">HIGH BANDWIDTH &nbsp;[ FLASH INTERFACE ]</a></div></div>');
	document.write('<div id="choicebox2"><div id="choicebox"><a href="index_low.jsp" target="_self">LOW BANDWIDTH &nbsp;[ NO FLASH INTERFACE ]</a></div></div>');
} else{
	document.write('<div class="srTitle"><a href="../index.jsp" target="_self">A SPECIAL REPORT:</a></div>');
	document.write('<div class="srTitleSec">AFTER THE TSUNAMI</div>');
	document.write('<div id="choicebox2"><div id="choicebox_nl">HIGH BANDWIDTH &nbsp;[ FLASH INTERFACE ]</div></div>');
	document.write('<div id="choicebox2"><div id="choicebox"><a href="index_low.jsp" target="_self">LOW BANDWIDTH &nbsp;[ NO FLASH INTERFACE ]</a></div></div>');
	document.write('<div id="ccPopup">If you choose &quot;HIGH BANDWIDTH&quot;, you need Flash Player 7.</div>');
	document.write('<div align="center"><a href="http://www.nsf.gov/cgi-bin/good-bye?http://www.macromedia.com/go/getflashplayer/" target="_blank"><img src="images/getflashplayer.gif" alt="Get Flash Player" border="0" /></a></div><br />');
}
//-->