//expand SFDC Workshop
//============================================================================
//============================================================================
function expandSW(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Supportforce Workshop</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Supportforce Workshop</strong>";
		}
}

function expandSFAW(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; SFA Workshop</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; SFA Workshop</strong>";
		}
}

function expandCFW(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Custom Forecasting Workshop</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Custom Forecasting Workshop</strong>";
		}
}

function expandCMW(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Campaign Management Workshop</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Campaign Management Workshop</strong>";
		}
}
//expand Executive Leadership
//============================================================================
//============================================================================
function expandSG(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Steve Gunner - Chief Executive Officer</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Steve Gunner - Chief Executive Officer</strong>";
		}
}
function expandNM(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Norman Muttitt - Chief Operating Officer</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Norman Muttitt - Chief Operating Officer</strong>";
		}
}
function expandPB(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Paul Baldwin - Chief Financial Officer</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Paul Baldwin - Chief Financial Officer</strong>";
		}
}
function expandBD(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Bob Dunfee - Director, Business Development</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Bob Dunfee - Director, Business Development</strong>";
		}
}
function expandCV(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Chad Vos - Director, Consulting Services</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Chad Vos - Director, Consulting Services</strong>";
		}
}
function expandDD(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Donald Dureau - Director, Consulting Services</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Donald Dureau - Director, Consulting Services</strong>";
		}
}
function expandML(thistag, tag) {
		styleObj=document.getElementById(thistag).style;
		if (styleObj.display=='none')
		{
			styleObj.display='';
   tag.innerHTML = "<strong>&laquo; Mike Lingo - Director, Consulting Services</strong>";
		}
		else {
			styleObj.display='none';
			tag.innerHTML = "<strong>&raquo; Mike Lingo - Director, Consulting Services</strong>";
		}
}