function go5(){
if (document.selecter5.select5.options[document.selecter5.select5.selectedIndex].value != "none") {
location = document.selecter5.select5.options[document.selecter5.select5.selectedIndex].value
		}
	}

document.write('<form name="selecter5"><select name="select5" size=1 onchange="go5()">');

document.write('<option value=none>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;International Shark Attack File Statistics');

document.write('<option value=none>&nbsp;&nbsp;');

document.write('<option value="http://sharks-attacks.netfirms.com/attack/2003attacksummary.htm">&nbsp;-&nbsp; 2003 Worldwide Shark Attack Summary');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/World.htm">&nbsp;-&nbsp;  MAPS of Confirmed Unprovoked Attacks');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/Trends.htm">&nbsp;-&nbsp; Worldwide Trends Over the Past Decade &amp; Century');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/statsw.htm">&nbsp;-&nbsp; ISAF Statistics of Highest Attack Activity Over Past Decade - Worldwide');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/statsus.htm">&nbsp;-&nbsp; ISAF Statistics of Highest Shark Attack Activity Over Past Decade - USA');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/pop.htm">&nbsp;-&nbsp; Shark Attacks vs. Population Growth Over the Past Decade');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/Act.htm">&nbsp;-&nbsp; Shark Attacks vs. Victims Activity');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/species.htm">&nbsp;-&nbsp; ISAF Statistics for Attacking Species of Sharks');

document.write('<option value=none>&nbsp;&nbsp;');
document.write('<option value=none>&nbsp;&nbsp; Statistics of Unprovoked White Shark Attacks');
			
document.write('<option value="http://sharks-attacks.netfirms.com/attack/White/Decade.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Graphs of White Shark Attacks &amp; Percentage of Fatal Attacks by Decade');

document.write('<option value=none>&nbsp;&nbsp;');
document.write('<option value=none>&nbsp;&nbsp; MAPS of Confirmed Unprovoked White Shark Attacks:');
			  
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/World.htm">&nbsp;&nbsp;&nbsp;-&nbsp; World');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/USA.htm">&nbsp;&nbsp;&nbsp;-&nbsp; USA');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/SAfrica.htm">&nbsp;&nbsp;&nbsp;-&nbsp; South Africa');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Australia.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Australia');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Medi.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Mediterranean');

document.write('<option value=none>&nbsp;&nbsp;');
document.write('<option value=none>&nbsp;&nbsp;Statistics of Great White Shark Attacks:');

document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Age.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Age of the Victim');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Sex.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Victims Sex');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Race.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Victims Race');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Length.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Great White Shark Length');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Time.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Attacks Time of Day');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Temp.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Water Temperature');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/white/Depth.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Water Depth');

document.write('<option value=none>&nbsp;&nbsp;');
document.write('<option value=none>&nbsp;&nbsp; Statistics of Attacks on Divers:');
			
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/All2.htm">&nbsp;&nbsp;&nbsp;-&nbsp; ISAF Statistics - Attacks on Divers Worldwide');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Decade.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Percentage of Fatal Attacks');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Activity.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Activity of Victim &amp; Others');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Clothes.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Clothes/Gear');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Others.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Others in the Vicinity of the Diver');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/VictChar.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Divers Characteristics');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Injuries.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Injuries');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/WaterCond.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Water Conditions');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Depth.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Water Depth &amp; Attack Depth');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/Shark.htm">&nbsp;&nbsp;&nbsp;-&nbsp; The Shark');
document.write('<option value="http://sharks-attacks.netfirms.com/attack/scuba/PBS.htm">&nbsp;&nbsp;&nbsp;-&nbsp; Passes,  Bumps, Bites &amp; Strikes');

document.write('</select>');
document.write('</form>');