	<!-- Hide script from old browsers
			
/* Used on About Us page to create tabbed browsing */
function changeActive(activeTab) {

	if (activeTab == 1) {
		document.getElementById('nav1a').style.visibility='visible'; 
		document.getElementById('nav2a').style.visibility='hidden'; 
		document.getElementById('nav3a').style.visibility='hidden'; 
		document.getElementById('aboutContent').innerHTML='<p class="text">Sounds for Sights is committed to helping people get out and explore someplace new. Our audio walks are the perfect answer for those travelers who don’t want the hassle, expense, or constraints of group tours. With our guides for your MP3 player, you can sightsee on your own terms. Embark on the tour when you want and at your own pace. An audio guide lets you spend quality time at sights that are interesting to you so you become better acquainted with a new area and more in tune with the local atmosphere. Founded and run by two tech-savvy travelers, Sounds for Sights offers professionally-narrated, quality audio guides at an affordable price.</p>';
	}
	else if (activeTab == 2) {
		document.getElementById('nav1a').style.visibility='hidden'; 
		document.getElementById('nav2a').style.visibility='visible'; 
		document.getElementById('nav3a').style.visibility='hidden'; 
		document.getElementById('aboutContent').innerHTML='' +
			'<p class="text">In October 2004, two friends and coworkers were commuting together to evening classes in Manhattan when they noticed how people everywhere were listening to their iPods and MP3 players. The players were convenient and freed you to listen to music while walking around, running errands, or taking the train. Suddenly, the thought occurred as to how valuable these might have been during their previous travels, by <b>combining the benefits of a travel guide with the portability and convenience of an MP3 player.</b></p>' +
			'<p class="text">As visitors from New Jersey themselves, the pair often wished they knew more about the City and what it had to offer, so they set out to create a resource that would offer a fun and easy way to explore a new neighborhood. With little time or money, but a <b>strong vision</b>, they worked together to develop the concept and determine how best to provide it to the public. The pair saw great potential in developing self-paced Audio Walking Guides. The tours would <b>introduce you to and guide you around an area, without having to constantly refer to a text-based guidebook</b> or being constrained to the scheduling of group tours.</p>' +
			'<p class="text">After a great deal of product testing and incessant retooling, the first Sounds for Sights Audio Tour was received fresh from the recording studio. While both had read the script to the <a href="http://www.soundsforsights.com/Catalog/NYC-SouthStreet">South Street Seaport tour</a> countless times, heading into Manhattan with that final version was exhilarating. Over the next three months two additional tours were developed and in August of 2005, SoundsforSights.com was launched.</p>';
	}
	else {
		document.getElementById('nav1a').style.visibility='hidden'; 
		document.getElementById('nav2a').style.visibility='hidden'; 
		document.getElementById('nav3a').style.visibility='visible'; 
		document.getElementById('aboutContent').innerHTML=
			'<img src="http://www.soundsforsights.com/Images/adam/and_cropped.jpg" alt="Adam N. Duckworth" style="float: right; height: 150px; width: 133px; padding-left: 10px;" />' +
			'<a style="text-decoration:none" href="mailto:adam.duckworth@soundsforsights.com"><h1 text-decoration="none">Adam N. Duckworth</h1></a>' +
			'<p class="text"><strong>Managing Partner</strong></p>' +
			'<p class="text">As a seasoned traveler, Adam was quick to see the value in his partner’s idea of an audio tour. How many times would it have been the perfect way to explore a new area? Prague Castle? Moab? Dublin? Balboa Park? It sure would have come in handy then. And with new technological developments, he can only foresee more effective ways for an audio tour to deliver pertinent content to travelers where and when they need it.</p>' +
			'<p class="text">After graduating from Hartwick College with dual Bachelors of Science degrees in Computer Science and Chemistry and moving to New Jersey to work in the pharmaceutical industry, Adam quickly became frustrated with life in big-business corporate America. With a small voice in a huge company and no good way to truly advance change, the opportunity to help start and run a small company was welcomed with open arms.</p>' +
			'<p class="text">Now, Adam is able to directly influence the direction of his work and help create a product that he stands behind. It’s rewarding, it’s refreshing, and every new tour is a new adventure.</p>' +
			'<img src="http://www.soundsforsights.com/Images/adam/dots_horz_400width.gif" align="center" alt="separator bar" style="height: 3px; width: 410px;" /><br /><br />' +
			'<img src="http://www.soundsforsights.com/Images/adam/djd_cropped.jpg" alt="David J. Duran" style="float: right; height: 150px; width: 133px; padding-left: 10px;" />' +
			'<a style="text-decoration:none" href="mailto:david.duran@soundsforsights.com"><h1 text-decoration="none">David J. Duran</h1></a>' +
			'<p class="text"><strong>Managing Partner</strong></p>' +
			'<p class="text">David became obsessed with traveling after his first trip abroad to London in 2002. Additional travels to Italy, France, and most recently, Peru, have galvanized his desire to explore the World.</p>' +
			'<p class="text">After receiving his Bachelors of Science degree from Carnegie Mellon University in 2003, David moved to New Jersey to pursue work within the Pharmaceutical Industry. Inadvertently, moving to the outskirts of New York reinvigorated his interest in exploring new places. David worked to research and develop the first four Sounds for Sights tours, and in the process he has become ever more impressed by the City and its way of life.</p>' +
			'<p class="text">Now after leaving behind a promising career, he draws on his leadership, technical, and travel experiences to help develop a better way for everyone, to not only see, but to truly experience our World.</p>';
	}
}
	// End hiding script -->

