function infoChange(subject)
{
	var textBox = document.getElementById("info-text");
	if (subject == "Retriever")
	{
		textBox.innerHTML = "<em>Retriever</em> is an ex-military, 30 foot RIB, originally designed for over the horizon deployment and recovery of troops.  Built to survive the punishment of being dropped out of a C130 as part of her mission capability, she's taken all the abuse we've handed out.Powered by twin diesels coupled to commercial stern drives, Retriever is capable of generating 600 horsepower and moving through the water at over 30 knots.  Her hull design, along with a displacement of over 12,000 pounds, adds stability and strength to her resume making her a capable, seaworthy, tow and salvage vessel.  The deck has been completely redesigned, with a new pilot house that offers more comfort and protection for the operator and she carries a full complement of salvage gear in standing readiness for response to emergency. Retriever's capability in rough weather conditions has allowed us to assist public agencies, such as the Coast Guard and Harbor Patrol, with rescues.  Her agility and size offers great flexibility in the range and type of emergency to which we respond, giving us the ability to assist in situations that would be outside the scope of most vessels.  She's often the most valuable asset on scene.";
	}
	else if (subject == "Maverick")
	{
		textBox.innerHTML = "<em>Maverick</em>, is the newest addition to the fleet.   At 7.8 meters she's a nimble and responsive RIB with high speed capability.  Her original mission was to respond to emergencies, stabilize the situation until Retriever or a more suitable salvage/tow boat could arrive on scene, and stand by to assist if necessary, but this boat has proven useful in other ways.  Her ability to make over 45 knots is an obvious advantage when quick response is essential, but she has also been the primary tow boat on long offshore cases as well.  The boat offers great benefit in terms of her seakeeping capabilities, preventing fatigue and injury in the operator.  The Ullman shock mitigating seats ensure that passengers and captain alike are comfortable and held in a safe, ergonomically correct posture for prevention of injury.<br />Although her deck is not protected from weather, the trade off is close contact with the environment and immediate feedback regarding changing conditions.  Her low profile affords a connection that makes you feel as if you're part of the ocean, not just sitting on top of it.  It's almost as if she leaves no footprint at all and is herself a sea creature.";
	}
	else if (subject == "eq-default")
	{
		textBox.innerHTML = "Channel Watch Marine uses many different types of equipment in the course of their work. Equipment ranging from a simple compass to a 600hp, twin diesel, rigid hull inflatable is at their finger tips to aid in rescuing those in danger. Have a look at the tools they have available to them and more importantly enjoy an insight into the world of <em>OceanRescue</em>.";
	}

	if (subject == "Intro")
	{
		textBox.innerHTML = "This is the first video in a series about the exciting and often dangerous life of an ocean rescue & salvage Captain. The life of a Rescue Captain is not your average day at the office."
	}
	else if (subject == "Cat30")
	{
		textBox.innerHTML = "A Catalina 30 has lost its motor and torn its sails in a gale off the coast of Santa Barbara California.  It's a race against time to save this boat and the people on-board before the boat is washed onto the rocks."
	}
	else if (subject == "Islander")
	{
		textBox.innerHTML = "A small sailboat dragged anchor and washed ashore. Tune in to find out if it was successfully recovered."
	}
	else if (subject == "GrayWhale")
	{
		textBox.innerHTML = "A 30 foot female Gray Whale has died and washed ashore. The remains have to be removed and Channel Watch Marine was called to move this magnificent creature."
	}
        else if (subject == "bmw")
        {
                textBox.innerHTML = "A quick stop to view the nights sky turns a BMW into a submarine.";     
        }
        else if (subject == "schock")
        {      
                textBox.innerHTML = "Navigational errors and a malfunctioning GPS put these sailors on the beach at Pt. Mugu Naval Base."
        }
        else if (subject == "swell")
        {      
                textBox.innerHTML = "An evening sail in large seas goes wrong for the crew aboard this Catalina 36'."
        }
        else if (subject == "Zac")
        {      
                textBox.innerHTML = "A 16 year old sailor prepares for the adventure of a lifetime and hopefully a world record."
        }
        else if (subject == "dinghy")
        {      
                textBox.innerHTML = "Paul Amaral gets an early start locating and recovering a skiff lost in bad weather."
        }
        else if (subject == "pwc")
        {      
                textBox.innerHTML = "Inexperienced PWC riders call Channel Watch Marine for assistance after they are unable to get their machines off the beach in adverse conditions."
        }
        else if (subject == "delivery")
        {      
                textBox.innerHTML = "While delivering their Catalina 36 from San Diego to Northern California, dead batteries force this couple to call Channel Watch Marine."
        }
	else if (subject == "vid-default")
	{
		textBox.innerHTML = "Welcome to <em>OceanRescue.tv</em>. Ride along with us and witness the adrenaline charged lives of our rescue captains."
	}
}

