// JavaScript Document
	
	
function getQueryVariable(variable) {
  var query = window.location.search.substring(1);
  var vars = query.split("&");
  for (var i=0;i<vars.length;i++) {
    var pair = vars[i].split("=");
    if (pair[0] == variable) {
      return pair[1];
    }
  } 
  return "";
}	

document.write("<link rel=\"stylesheet\" href=\"https://www.webex.com/menuexport/all.css\" type=\"text/css\" />");
document.write("<link rel=\"stylesheet\" href=\"https://www.webex.com/menuexport/sub.css\" type=\"text/css\" />");

document.write("<script type=\"text/javascript\" src=\"https://www.webex.com/menuexport/globalheader.js\"></script>");
document.write("<script type=\"text/javascript\" src=\"https://www.webex.com/menuexport/globalfooter.js\"></script>");




/*varAddScript = getQueryVariable("Aud");
	if (varAddScript){
		if(varAddScript=='IND')
		{
			document.write("<script type='text/javascript' src='https://www-staging.webex.com/menuexport/globalheader3.js'><\/script>");
			document.write("<link rel=\"stylesheet\" href=\"https://www.webex.com/menuexport/ind-sub.css\" type=\"text/css\" />");
		}
		else if(varAddScript=='SMB')
		{
			
			document.write("<script type='text/javascript' src='https://www-staging.webex.com/menuexport/globalheader3.js'><\/script>");
			document.write("<link type='text/css' rel=\"stylesheet\" href='https://www.webex.com/menuexport/smb-sub.css' />");

		}
		else if(varAddScript=='CORP')
		{
			
			document.write("<link type='text/css' rel=\"stylesheet\" href='https://www.webex.com/menuexport/ent-sub.css' />");

			document.write("<script type='text/javascript' src='https://www-staging.webex.com/menuexport/globalheader3.js'><\/script>");
		}
		else
		{
			
			document.write("<script type='text/javascript' src='https://www-staging.webex.com/menuexport/globalheader3.js'><\/script>");
		

		}
		
	}
	else
		{
			
			document.write("<script type='text/javascript' src='https://www.webex.com/menuexport/1.5/globalheader.js'><\/script>");
		

		}
*/