/**

RJ Moreau Community Module Interaction
Uses ExternalInterface class within AS3

Original Author: Kenny Silanskas

TARGET: Pages with Community modules and matching EI calls.

**/

function switchToVideoTour(){
	document.module.switchToVideoTour();
}

function switchToTestimonials(){
	document.module.switchToTestimonials();
}

function switchToGallery(){
	document.module.switchToGallery();
}
