descriptions = new Array(
	"<h5><span class=\"span_new\">NEW!</span> AwayFind Overview Trailer</h5><h6>AwayFind keeps you interruption-free</h6><ul><li>Watch this quick video to see how AwayFind works</li><li>AwayFind will help you to escape your inbox, but still receive urgent messages</li></ul>", // 1
	"<h5>For Google Apps Domains</h5><h6>AwayFind is available for your Google Apps domain</h6><ul><li>Direct and immediate integration through <br>Google Apps Marketplace</li><li>Zero installation and compatibility issues <br>to worry about</li><li style='list-style: none;'><a target='_blank' href='https://www.google.com/enterprise/marketplace/viewListing?productListingId=4925+9424300573372110328'><img src='/images/AddtoApps-noshadow.png' alt='' /></a></li></ul>", // 2
	"<h5>Plugins for Gmail</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>", // 3
	"<h5>How AwayFind Alerts You</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>", // 4
	"<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>", // 5
	"<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>" // 6
);


function show_video(i) {
	$('video1').hide();
	$('video2').hide();
	$('video3').hide();
	$('video4').hide();
	$('video5').hide();
	$('video6').hide();
	$('box_1').removeClassName('active');
	$('box_2').removeClassName('active');
	$('box_3').removeClassName('active');
	$('box_4').removeClassName('active');
	$('box_5').removeClassName('active');
	$('box_6').removeClassName('active');
	$('video' + i).show();
	$('box_' + i).addClassName('active');
	$('description').innerHTML = descriptions[i-1];;
}
