/*
This js file contains functions used throughout the application
*/

//Functions used for Cisco/WebEx partner handling/authentication
//The following function attempts to call the partnerLogin function in the parent window
function callPartnerLogin(){

	var mySSO = new document.parentWindow.parent.webex.sso.SSOHandler();
	mySSO.init( this.window );

	//document.parentWindow.parent.test();
}
