descriptions = new Array(
	"<h5><span class=\"span_new\">NEW!</span> AwayFind for Gmail Firefox/Chrome Plugin</h5><h6>Create alerts directly within Gmail or Google Apps</h6><ul><li>In just two clicks, create alerts for urgent messages</li><li>Set alerts to expire after a week, month, etc</li><li>Available for both Mozilla Firefox and Google Chrome</li></ul>",
	"<h5>Filters &amp; Routing for Important Messages</h5><h6>Tell AwayFind what to look for and where to reach you</h6><ul><li>Be as specific as you'd like with what you're looking for</li><li>Receive notifications via text message, IM, Twitter DM, or even voice.</li></ul>",
	"<h5>Intelligent Autoresponders</h5><h6>Stay responsive, but free from interruptions</h6><ul><li>Set your contacts expectations about your availability</li><li>Limit auto-responder frequency to once or twice per year</li><li>When a contact needs you right away, they can reach you</li></ul>",
	"<h5>The AwayFind Contact Form</h5><h6>When people need to reach you, you're a click away</h6><ul><li>For urgent communications, receive a summary of the situation</li><li>Keep your mobile number private</li><li>Silently delegate certain categories of messages to your co-workers</li></ul>");


function show_video(i) {
	$('video1').hide();
	$('video2').hide();
	$('video3').hide();
	$('video4').hide();
	$('box_1').removeClassName('active');
	$('box_2').removeClassName('active');
	$('box_3').removeClassName('active');
	$('box_4').removeClassName('active');
	$('video' + i).show();
	$('box_' + i).addClassName('active');
	$('description').innerHTML = descriptions[i-1];;
}