// Positions
var foreGroundMidGroundRowOneTopPosition = '340px';
var foreGroundMidGroundRowTwoTopPosition = '400px';
var foreGroundBubbleTopPosition = '0px';
var rowOneMidGroundRowTwoTopPosition = '100px';
var rowOneMidGroundRowOneTopPosition = '430px';
var rowOneBubbleTopPosition = '90px';
var rowTwoMidGroundRowTwoTopPosition = '100px';
var rowTwoMidGroundRowOneTopPosition = '160px';
var rowTwoBubbleTopPosition = '150px';


// Don't replace in scripts_small
function defaultView() {
	document.getElementById('midGroundButtonsRowOne').style.top = '100px';
	document.getElementById('midGroundButtonsRowTwo').style.top = '160px';
	document.getElementById('mainBubble').style.visibility='hidden';
}

// Replace everything below in scripts_small.js when updated


function swapOut(id) {
	document.getElementById(id).style.backgroundImage='url(images/buttonStandard_over.png)';
}

function swapBack(id) {
	document.getElementById(id).style.backgroundImage='url(images/buttonStandard.png)';
}

function swapOutASU(id) {
	document.getElementById(id).style.backgroundImage='url(images/buttonStandardASU_over.png)';
}

function swapBackASU(id) {
	document.getElementById(id).style.backgroundImage='url(images/buttonStandardASU.png)';
}

function showElement(id) {
	document.getElementById(id).style.visibility='visible';
}

function hideLabelBG(id) {
	document.getElementById(id).style.backgroundImage='url(images/blankInput.png)';
}

function toggleElement(bubble, button) {
		currentButton = button;
		selectorA = 'a';
		selectorB = 'b';
		selectorC = 'c';
		selectorD = 'd';
		selectorE = 'e';
		selectorF = 'f';

	if (bubble == 'foreGroundBubble') {
		document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCap.jpg)';
		document.getElementById('midGroundButtonsRowOne').style.top = foreGroundMidGroundRowOneTopPosition;
		document.getElementById('midGroundButtonsRowTwo').style.top = foreGroundMidGroundRowTwoTopPosition;
		document.getElementById('mainBubble').style.top = foreGroundBubbleTopPosition;
		document.getElementById('mainBubble').style.visibility='visible';
		
		if (button == 'buttonOne') {
			document.getElementById('foreGroundBubbleCap').style.left='122px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="websiteIntroductionOrientation.php" id="bubbleContentLink1" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorA);">Website Introduction Talks</a> '
																 //+ '<p class="contentLinkSpace"><span class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorB);">Website Introduction Transcript</a> </p>'
																 + ''
																 + '';			
		}
		else if (button == 'buttonOneA') {
			document.getElementById('foreGroundBubbleCap').style.left='292px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="areYouOnTrackSpreadsheet.php" id="bubbleContentLink1" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorA);" target="_blank">Are You “<em>On Track</em>”? Spreadsheets</a> '
																 + '<p class="contentLinkSpace"><a href="areYouOnTrackTheAmbition.php" id="bubbleContentLink2" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorB);">An Introduction to “The Importance of Being ‘On Track’”</a> </p>'
																 + '<p class="contentLinkSpace"><a href="theImportanceOfEarningTop1Percent.php" id="bubbleContentLink3" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorC);">The Importance of Earning Top 1% Incomes, Saving and Investing for Survival, Freedom and Living a Good Life</a> </p>'
																 + '';	
		}		
		else if (button == 'buttonTwo') {
			document.getElementById('foreGroundBubbleCap').style.left='462px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="theFinancialAmbitionAssignment.php" id="bubbleContentLink1" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorA);">The Financial Ambition Assignment</a> '
																 + '<p class="contentLinkSpace"><a href="aboutAmbition.php" id="bubbleContentLink2" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorB);">About Ambition</a> </p>'
																 + '<p class="contentLinkSpace"><a href="howMuchMoneyIsEnoughTalk.php" id="bubbleContentLink3" class="contentLinks" onmouseover="changeDetail(currentButton, selectorC);">How Much Money is Enough to Live a Good Life… and <em>Why</em>?</a> </p>'
																 + '<p class="contentLinkSpace"><a href="uncommonKnowledgeAndUncommonSense.php" id="bubbleContentLink4" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorD);"><em>Un</em>common Knowledge <br>and <em>Un</em>common Sense</a> </p>';			
		}
		else if (button == 'buttonThree') {
			document.getElementById('foreGroundBubbleCap').style.left='632px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="theBPCApplication.php" id="bubbleContentLink1" class="contentLinks" onmouseover="changeDetail(currentButton, selectorA);">Applications and Requests for Courses and Programs</a> '
																 + '<p class="contentLinkSpace"><a href="readWorkshopInvitation.php" id="bubbleContentLink2" class="contentLinks" target="_blank" target="_blank" onmouseover="changeDetail(currentButton, selectorB);">Invitations to Workshops and Conferences</a> </p>'
																 + '<p class="contentLinkSpace"><a href="learnMoreTheAmbition.php" id="bubbleContentLink3" class="contentLinks" onmouseover="changeDetail(currentButton, selectorC);">The Ambition</a> </p>'
																 + '<p class="contentLinkSpace"><a href="purchaseEdgyTalk.php" id="bubbleContentLink4" target="_blank" class="contentLinks" onmouseover="changeDetail(currentButton, selectorD);">First Papers and Talks to Buy from the Store</a> </p>'			
																 + '<p class="contentLinkSpace"><a href="shareWebsiteInvitation.php" id="bubbleContentLink5" class="contentLinks" onmouseover="changeDetail(currentButton, selectorE);">Build your Networks of Help</a> </p>';
		}
	}
	else if (bubble == 'rowOneBubble') {
	
		document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCap.jpg)';
		document.getElementById('midGroundButtonsRowOne').style.top = rowOneMidGroundRowTwoTopPosition;
		document.getElementById('midGroundButtonsRowTwo').style.top = rowOneMidGroundRowOneTopPosition;
		document.getElementById('mainBubble').style.top = rowOneBubbleTopPosition;
		document.getElementById('mainBubble').style.visibility='visible';
		
		if (button == 'buttonFour') {
			//document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCapLeft.jpg)';
			document.getElementById('foreGroundBubbleCap').style.left='122px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="aboutTheBPC.php" id="bubbleContentLink1" class="contentLinks" onmouseover="changeDetail(currentButton, selectorA);">The Business Professional’s Course</a> '
																 + '<p class="contentLinkSpace"><a href="aboutAjiSource.php" id="bubbleContentLink2" class="contentLinks" onmouseover="changeDetail(currentButton, selectorB);">The Aji Source Fundamental Strategy</a> </p>'
																 + '<p class="contentLinkSpace"><a href="aboutTheASFSWorkshops.php" id="bubbleContentLink6" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorF);">The Aji Source Fundamental Strategy Workshops</a> '
																 + '<p class="contentLinkSpace"><a href="aboutLEIP.php" id="bubbleContentLink3" class="contentLinks" onmouseover="changeDetail(currentButton, selectorC);">The LEIP Program</a> </p>'
																 + '<p class="contentLinkSpace"><a href="learnMoreTheAmbition.php" id="bubbleContentLink4" class="contentLinks" onmouseover="changeDetail(currentButton, selectorD);">The Ambition</a> </p>'			
																 + '<p class="contentLinkSpace"><a href="browseTheStore.php" id="bubbleContentLink5" class="contentLinks" onmouseover="changeDetail(currentButton, selectorE);">The Aji Network Store</a> </p>';
		}
		else if (button == 'buttonFive') {
			document.getElementById('foreGroundBubbleCap').style.left='292px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="aboutTheAjiNetwork.php" id="bubbleContentLink1" class="contentLinks" onmouseover="changeDetail(currentButton, selectorA);">The Aji Network</a> '
																 + '<p class="contentLinkSpace"><span id="bubbleContentLink2" class="contentLinks blueText" onmouseover="changeDetail(currentButton, selectorB);">Toby Hecht,<br> Founder & CEO</span> </p>'
																 + '<p class="contentLinkSpace"><a href="aboutTheAjiNetworkStudents.php" id="bubbleContentLink3" class="contentLinks" onmouseover="changeDetail(currentButton, selectorC);">The Aji Network Students</a> </p>';
		}
		else if (button == 'buttonSix') {
			document.getElementById('foreGroundBubbleCap').style.left='456px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<span id="bubbleContentLink1" class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorA);">Answers to Frequently Asked Questions</a> ';
		}	
		else if (button == 'buttonSeven') {
			document.getElementById('foreGroundBubbleCap').style.left='462px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="testimonialsBusinessOwners.php" id="bubbleContentLink1" class="contentLinks" onmouseover="changeDetail(currentButton, selectorA);">Business Owners</a> '
																 + '<p class="contentLinkSpace"><a href="testimonialsExecutives.php" id="bubbleContentLink2" class="contentLinks" onmouseover="changeDetail(currentButton, selectorB);">Executives</a> </p>'
																 + '<p class="contentLinkSpace"><a href="testimonialsManagers.php" id="bubbleContentLink3" class="contentLinks" onmouseover="changeDetail(currentButton, selectorC);">Managers</a> </p>';	
		}			
		else if (button == 'buttonEight') {
			document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCapRight.jpg)';
			document.getElementById('foreGroundBubbleCap').style.left='710px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<span id="bubbleContentLink1" class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorA);">Workshop Sales Conversation</span> '
																 + '<p class="contentLinkSpace"><span id="bubbleContentLink2" class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorB);">Store Sales Conversation</span> </p>'
																 + '<p class="contentLinkSpace"><span id="bubbleContentLink3" class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorC);">BPC Sales Conversation</span> </p>'
																 + '<p class="contentLinkSpace"><span id="bubbleContentLink4" class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorD);">Aji Source Sales Conversation</span> </p>';	
		}
		else if (button == 'buttonNine') {
			//document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCapLeft.jpg)';
			document.getElementById('foreGroundBubbleCap').style.left='632px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="readWorkshopInvitation.php" id="bubbleContentLink1" class="contentLinks" onmouseover="changeDetail(currentButton, selectorA);">The Aji Source Fundamental Strategy Workshops</a> '
																 + '<p class="contentLinkSpace"><a href="aboutTheBPC.php" id="bubbleContentLink2" class="contentLinks" onmouseover="changeDetail(currentButton, selectorB);">The BPC</a> </p>'
																 + '<p class="contentLinkSpace"><a href="aboutAjiSource.php" id="bubbleContentLink3" class="contentLinks" onmouseover="changeDetail(currentButton, selectorC);">Aji Source</a> </p>';	
		}			
	
	}
	else if (bubble == 'rowTwoBubble') {
		document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCap.jpg)';
		document.getElementById('midGroundButtonsRowOne').style.top = rowTwoMidGroundRowTwoTopPosition;
		document.getElementById('midGroundButtonsRowTwo').style.top = rowTwoMidGroundRowOneTopPosition;
		document.getElementById('mainBubble').style.top = rowTwoBubbleTopPosition;
		document.getElementById('mainBubble').style.visibility='visible';
	
		if (button == 'buttonTen') {
			document.getElementById('foreGroundBubbleCap').style.left='122px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="beginningTheTransitionToBusinessProfessionalism.php" id="bubbleContentLink1" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorA);">Beginning the Transition from Business Labor to Business Professionalism</a> '
																 + '<p class="contentLinkSpace"><a href="viewDignityAndPower.php" id="bubbleContentLink2" class="contentLinks" onmouseover="changeDetail(currentButton, selectorB);">Dignity and Power</a> </p>';
		}
		else if (button == 'buttonEleven') {
			document.getElementById('foreGroundBubbleCap').style.left='292px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="lifestyleAmbitionAssignment.php" id="bubbleContentLink1" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorA);">The Lifestyle Ambition Assignment</a> '
																 + '<p class="contentLinkSpace"><a href="businessAmbitionAssignment.php" id="bubbleContentLink2" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorB);">The Business<br> Ambition Assignment</a> </p>'
																 + '<p class="contentLinkSpace"><a href="aboutLifestyleFinancialBusinessAmbitions.php" id="bubbleContentLink3" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorC);">Help for Thinking about Ambition</a> </p>';	
		}
		else if (button == 'buttonTwelve') {
			document.getElementById('foreGroundBubbleCap').style.left='462px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<span id="bubbleContentLink1" class="inactiveLinks" onmouseover="changeDetail(currentButton, selectorA);">Displays From Students</span> ';
		}				
		else if (button == 'buttonThirteen') {
			//document.getElementById('foreGroundBubbleCap').style.backgroundImage='url(images/bubbleBigCapRight.jpg)';
			document.getElementById('foreGroundBubbleCap').style.left='632px';
			document.getElementById('mainGroundDetail').innerHTML = '';
			document.getElementById('mainGroundLinks').innerHTML = '<a href="readBusinessProfessionalism.php" id="bubbleContentLink1" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorA);">Business Professionalism</a> '
																 + '<p class="contentLinkSpace"><a href="purchaseEdgyTalk.php" id="bubbleContentLink2" class="contentLinks" target="_blank" onmouseover="changeDetail(currentButton, selectorB);">An Edgy Talk about Top 1% Performance and Ambition</a> </p>';
		}	
	
	}

	changeDetail(currentButton, selectorA);
}

function changeDetail(currentButton, selector) {
	window.location.hash = currentButton + selector;
	
	if (currentButton == 'buttonOne') {
		if (selector == 'a') {
			elementHTML = '<em>Short Introduction</em> - <a href="websiteIntroductionOrientation.php" class="contentDetailLink">View the talk</a>'
						+ '<p><em>Overview</em><br>'
						+ '<span style="margin-left: 30px">Expectations and Coaching</span><br>'
						+ '<span style="margin-left: 30px">New Threats, Obligations and Opportunities for Ambitious Businesspeople</span></p>'
						+ '<p><em>“How to Think About Your Annual Income”</em><br>'
						+ '<span style="margin-left: 30px">The Importance of our Offer</span><br>'
						+ '<span style="margin-left: 30px">Are you producing enough annual income? … Not even close…</span></p>'
						+ '<p><em>“Virtues and Vices for Producing Top 1% Annual Incomes”</em><br>'
						+ '<span style="margin-left: 30px">Virtues of Top 1% Performers</span><br>'
						+ '<span style="margin-left: 30px">Vices that Thwart Top 1% Intentions</span></p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'Coming soon.&nbsp; Please check back to read the <em>Website Introduction Transcript.</em> '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
		}		
	}	
	
	if (currentButton == 'buttonOneA') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'To survive, be free and live dignified, good lives during adulthood <em>and</em> old age, ambitious businesspeople earn, save and invest enough money to take care of both their “immediate” <em>and</em> “future” financial concerns at the same time. '
						+ '<p>There is no other choice, <em>really</em>. People’s fundamental concerns and marketplace prices for essential goods and services don’t change when they retire.</p>'
						+ '<p>Use the spreadsheets below and the essays on the left to learn the importance of being “On Track” with your earnings, savings and investments.</p>'
						+ '<p class="contentIndent"> <a href="areYouOnTrackSpreadsheet.php" class="contentDetailLink" target="_blank">Read and Print</a> the <em>Are You “On Track”?</em> Spreadsheets </p>'
						+ '<p class="contentIndent"> <a href="shareAreYouOnTrack.php" class="contentDetailLink">Share</a> <em>Are You “On Track”?</em> </p>';		
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'Money is not trivial.  For people who earn their money by producing valuable offers and practices that help people and businesses take care of their fundamental concerns having enough money is an important source of dignity.  Having enough money is a matter of life and death, <em>really</em>, especially during old age.'
						+ '<p>The essays and spreadsheets on the left are Toby Hecht’s way of accepting the truth about people’s inability to cope effectively with our culture’s undignified silence, obfuscation and misrepresentation about the importance of earning, saving and investing enough to survive, be free and live a good life.</p>'
						+ '<p class="contentIndent"> <a href="areYouOnTrackTheAmbition.php" class="contentDetailLink" target="_blank">Read</a> <em>An Introduction to “The Importance of Being &lsquo;On Track&rsquo;”</em> </p>'
						+ '<p class="contentIndent"> <a href="shareAreYouOnTrack.php" class="contentDetailLink">Share</a> <em>An Introduction to “The Importance of Being &lsquo;On Track&rsquo;”</em> </p>';		
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";	
		}		
		else if (selector == 'c') {
			elementHTML = 'Ambitious businesspeople need to realize how important it is to earn, save and invest enough throughout their careers to take care of their financial concerns for living a good life as soon as possible.  The consequences of failing to produce enough capital for old age are predictable and affect the latter half of middle age as well.  When triggered, the consequences of having too little money saved are unavoidable, unrelenting and brutal to people’s capacity to survive and live as they choose, especially during old age.'
						+ '<p>To learn more about the importance of earning, saving and investing for old age:</p>'
						+ '<p class="contentIndent"> <a href="theImportanceOfEarningTop1Percent.php" class="contentDetailLink" target="_blank">Read and Print</a> <em>The Importance of Earning Top 1% Incomes, Saving and Investing for Survival, Freedom and Living a Good Life</em> </p>'
						+ '<p class="contentIndent"> <a href="shareAreYouOnTrack.php" class="contentDetailLink">Share</a> <em>The Importance of Earning Top 1% Incomes, Saving and Investing for Survival, Freedom and Living a Good Life</em> </p>';		
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";	
		}			
	}	
	
	if (currentButton == 'buttonTwo') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
		document.getElementById('bubbleContentLink4').style.color = "#31546b";
	
		if (selector == 'a') {
			elementHTML = 'To earn, save and invest enough money ambitious businesspeople need to formulate their own “Financial Ambition”.  It produces the commitments, direction and focus necessary to have enough money to buy products and services everyone needs to live a good life during adulthood and 30 years of old age.'
						+ '<p> <em>Common</em> sense is incomplete, flawed and too weak to succeed.  It produces bottom 99% annual incomes, which is not near enough money to live a good life.</p>'
						+ '<p> To get started: </p>'
						+ '<p class="contentIndent"> Read and answer the questions in <a href="theFinancialAmbitionAssignment.php" class="contentDetailLink" target="_blank"><em>The Financial Ambition Assignment</em></a>. </p>'
						+ '<p class="contentIndent"> Download <a href="theFinancialAmbitionResponse.php" class="contentDetailLink" target="_blank"><em>The Financial Ambition Response</em></a> to use for your thinking and writing.</p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'Ambition is <em><b>commitments</b></em> to take care of concerns, produce satisfactory situations and acquire capacities to think and act effectively.  It produces <em><b>direction</em></b> and <em><b>focus</em></b> for thought and action. '
						+ '<p> When people lack ambition they focus on getting the job done rather than having a meaningful, powerful strategy, and drift aimlessly through their careers. </p>'
						+ '<p>To learn more about ambition read the following 3 essays:</p>'
						+ '<p class="contentIndent"> <a href="aboutAmbition.php" class="contentDetailLink" target="_blank"><em>About Ambition</em></a>, <a href="coachingForBeginnersWithAmbition.php" class="contentDetailLink" target="_blank"><em>Coaching for Beginners with Ambition</em></a> and </p>'
						+ '<p class="contentIndent"> <a href="commonSenseAboutMoneyRichesAndWealth.php" class="contentDetailLink" target="_blank"><em>Common Sense about Money, Riches and Wealth</em></a></p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";	
		}		
		else if (selector == 'c') {
			elementHTML = 'When ambitious businesspeople can answer the question “How Much Money is Enough to Live a Good Life… and <em>Why</em>?” effectively, their thoughts and actions, and the commitment, focus, direction and strategies that result, are immediately more effective for fulfilling their personal ambitions. '
						+ '<p> Inability to answer the question leads to missing, flawed and weak interpretations and actions that cause many, many breakdowns in the careers, businesses and families of businesspeople who could earn enough if they could make an effective interpretation. </p>'
						+ '<p>To begin answering the question autonomously, strategically and effectively:</p>'
						+ '<p class="contentIndent"> <a href="howMuchMoneyIsEnoughTalk.php" class="contentDetailLink">View the talk</a> “How Much Money is Enough to Live a Good Life… and <em>Why</em>?” </p>'
						+ '<p class="contentIndent"> <a href="shareHowMuchMoneyIsEnough.php" class="contentDetailLink">Share</a> this talk with others </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}
		else if (selector == 'd') {
			elementHTML = 'Underlying every ambitious businessperson’s efforts to compete for the annual income required to fulfill their personal ambitions for living a good life and to avoid suffering and failing is the <em>knowledge</em> he or she does or does not possess to think and act autonomously, strategically and powerfully. '
						+ '<p> For people with <em>un</em>common financial and lifestyle ambitions, <em>common</em> knowledge and common sense are insufficient and lead to certain failure.  Only <em>superior</em> or <em>un</em>common knowledge to make <em>offers</em> and design <em>practices</em> enables ambitious businesspeople to generate the high annual incomes they seek. </p>'
						+ '<p>To begin thinking more powerfully about <em>Un</em>common Knowledge: </p>'
						+ '<p class="contentIndent"> <a href="uncommonKnowledgeAndUncommonSense.php" class="contentDetailLink" target="_blank">Read</a> the paper “<em>Un</em>common Knowledge and <em>Un</em>common Sense” </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink4').style.color = "#cc0000";			
		}
	}		
	
	if (currentButton == 'buttonThree') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
		document.getElementById('bubbleContentLink4').style.color = "#31546b";
		document.getElementById('bubbleContentLink5').style.color = "#31546b";
		
		if (selector == 'a') {
			// <p class="contentListSpace"> To apply to <em>The Aji Source Fundamental Strategy</em>, read <a href="theFinancialAmbitionAssignment.php" class="contentDetailLink" target="_blank">The Financial Ambition Assignment</a> and complete <a href="theFinancialAmbitionResponse.php" class="contentDetailLink" target="_blank">The Financial Ambition Response</a>.
			elementHTML = 'To apply to <em>The Business Professional’s Course</em>, complete <a href="theBPCApplication.php" class="contentDetailLink" target="_blank">The BPC Application</a>. '
						+ '<p class="contentListSpace"> To apply to <em>The Aji Source Fundamental Strategy</em>, complete <a href="theFinancialAmbitionAssignment.php" class="contentDetailLink" target="_blank">The Financial Ambition Assignment</a>. </p>'
						+ '<p class="contentListSpace"> For help assessing which offer may be most appropriate for you, <a href="requestHelp.php" class="contentDetailLink" target="_blank">Request a Conversation</a> with an <em>Aji Network</em> staff member.</p>'
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";	
		}
		else if (selector == 'b') {
			elementHTML = 'We invite you to attend an “Aji Network Workshop” designed to increase the power of your strategic thinking to produce competitive advantage, <em>superior</em> value and top 1% annual incomes, enterprise value and capital-at-work with <em>The Aji Source Fundamental Strategy</em>. '
						+ '<p> The instruction, exercises and conversations in the Workshop will help you think and act more autonomously, strategically and powerfully to design <em>un</em>commonly effective plans of action to fulfill top 1% lifestyle, financial and business ambitions. </p>'
						+ '<p class="contentIndent"> <a href="readWorkshopInvitation.php" class="contentDetailLink" target="_blank">Read</a> <em>The Aji Source Fundamental Strategy Workshop</em> invitations. </p>'
						+ '<p class="contentIndent"> <a href="registerForWorkshop.php" class="contentDetailLink">Register</a> for the Workshop nearest you. </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}		
		else if (selector == 'c') {
			elementHTML = '<em>The Ambition</em> is a publication of <em>The Aji Network</em> that was offered monthly from January 2005 to February 2010. <p>The 62 essays written by Toby Hecht, Founder of <em>The Aji Network</em>, are essential reading for Business Professionals and other ambitious businesspeople.</p> '
						+ '<p> Click on any of the following links to: </p>'
						+ '<p class="contentIndent"> <a href="learnMoreTheAmbition.php" class="contentDetailLink">Learn more</a> about <em>The Ambition</em> and the complete library of Founder\'s Essays</p>'
						+ '<p class="contentIndent"> <a href="sampleIssueTheAmbition.php" class="contentDetailLink" target="_blank">Read a sample issue</a> </p>'
						+ '<p class="contentIndent"> <a href="backIssuesTheAmbition.php" class="contentDetailLink">Place an order</a> for back issues </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}
		else if (selector == 'd') {
			elementHTML = '<em>The Aji Network</em> offers many papers and talks to help ambitious businesspeople accumulate <em>un</em>common knowledge and power to produce competitive advantage, <em>superior</em> value and top 1% annual incomes, enterprise value and capital-at-work.'
						+ '<p> We recommend visitors and new students of <em>The Aji Network</em> buy the following papers and talks first.  Each introduces uncommon thought and action necessary to think and act autonomously, strategically and powerfully to fulfill top 1% financial ambitions. </p>'
						+ '<p class="contentIndent"> Coming soon, <em>Business Professionalism</em>, the first paper to read from the Founder of <em>The Aji Network</em>. </p>'
						+ '<p class="contentIndent"> <a href="purchaseEdgyTalk.php" class="contentDetailLink" target="_blank">Purchase</a> <em>An Edgy Talk about Top 1% Performance and Ambition</em> </p>';					
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink4').style.color = "#cc0000";				
		}
		else if (selector == 'e') {
			elementHTML = 'Please use <em>The Aji Network</em> website and the tools it provides <em>strategically</em>  -- as part of your plan of action --  to build your <em>Networks of Help</em>. '
						+ '<p> Share it with your customers, employers, employees and colleagues to build your identities of trust and value, leadership roles and increase their capacities to think and act with <em>un</em>common knowledge by sending it with the invitation, below. </p>'
						+ '<p> The <em>strategic</em> purpose of building your Networks of Help is to increase your autonomies, accomplishments, identities of trust and value, leadership roles, business organizations and anticipations of future threats, obligations and opportunities. </p>'
						+ '<p class="contentIndent"> <a href="shareWebsiteInvitation.php" class="contentDetailLink">Share</a> this website with others</p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink5').style.color = "#cc0000";			
		}		
	}		
	
	if (currentButton == 'buttonFour') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
		document.getElementById('bubbleContentLink4').style.color = "#31546b";
		document.getElementById('bubbleContentLink5').style.color = "#31546b";
		document.getElementById('bubbleContentLink6').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = '<em>The Business Professional’s Course</em> (The BPC) is a two-year business course that enables ambitious businesspeople to learn <em>un</em>commonly powerful business distinctions and practices necessary for producing competitive advantage, <em>superior</em> value and top 1% annual incomes, enterprise value and capital-at-work to fulfill their lifestyle, financial and business ambitions.'
						+ '<p> Over the past 20 years students in <em>The BPC</em> have enjoyed an average 79% growth in their average incomes and an 655% return on their investment <em>while still in the course</em>. </p>'
						+ '<p class="contentIndent"> <a href="aboutTheBPC.php" class="contentDetailLink">Learn more</a> about <em>The Business Professional’s Course</em> </p>'
						+ '<p class="contentIndent"> To apply to <em>The Business Professional’s Course</em>, complete <a href="theBPCApplication.php" class="contentDetailLink" target="_blank">The BPC Application</a> </p>'
						+ '<p class="contentIndent"> <a href="shareBPCInvitation.php" class="contentDetailLink" target="_blank">Share</a> <em>The Business Professional’s Course</em> with others </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = '<i>The Aji Network</i> offers &ldquo;fundamental strategy&rdquo; -- a fundamental plan of action for top 1% performance -- and &ldquo;strategic knowledge&rdquo; to execute it successfully.</p><p><i>Aji Source </i>is the name of the 12-part &ldquo;fundamental strategy&rdquo; -- fundamental plan of action -- used by <i>The Aji Network</i> for more than 20 years to enable business professionals to produce competitive advantage, <i>superior</i> value and top 1% annual incomes, enterprise value and capital-at-work to fulfill their lifestyle, financial and business ambitions for living a good life. '
						+ '<p class="contentIndent"> <a href="aboutAjiSource.php" class="contentDetailLink">Learn more</a> about <em>The Aji Source Fundamental Strategy</em> </p>'
						+ '<p class="contentIndent"> To apply to study <em>The Aji Source Fundamental Strategy</em>, please read <a href="theFinancialAmbitionAssignment.php" class="contentDetailLink" target="_blank">The Financial Ambition Assignment</a> and complete <a href="theFinancialAmbitionResponse.php" class="contentDetailLink" target="_blank">The Financial Ambition Response</a> </p>'
						+ '<p class="contentIndent"> <a href="shareAjiSourceInvitation.php" class="contentDetailLink" target="_blank">Share</a> <em>The Aji Source Fundamental Strategy</em> with others </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";	
		}		
		else if (selector == 'f') {
			elementHTML = '<em>The Aji Source Fundamental Strategy</em> (The ASFS) Workshops are serious and powerful workshops for producing immediate and superior strategic action to build careers and businesses that generate top 1% annual incomes between $400K and $4M.  Each workshop is based upon the entire 12-part fundamental strategy, and highlights one part of it.  Each works equally well for those studying <em>The ASFS</em> and those who are accepting their first offer from <em>The Aji Network</em>.  '
						+ '<p class="contentIndent"> <a href="aboutTheASFSWorkshops.php" class="contentDetailLink" target="_blank">Learn more</a> about <em>The Aji Source Fundamental Strategy</em> Workshops</p>'
						+ '<p class="contentIndent"> <a href="calendar.php" class="contentDetailLink"> View</a> our calendar of events and workshops near you </p>'
						+ '<p class="contentIndent"> <a href="email_form.php" class="contentDetailLink">Register</a> for <em>The Aji Source Fundamental Strategy</em> Workshop nearest you </p>'						
						+ '<p class="contentIndent"> <a href="shareWorkshop.php" class="contentDetailLink">Share</a> <em>The Aji Source Fundamental Strategy</em> Workshops with others </p>';			
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink6').style.color = "#cc0000";	
		}			
		else if (selector == 'c') {
			elementHTML = '<i>The LEIP Program </i>is an ongoing program for top graduates of <i>The Business Professional&rsquo;s Course.</i> The average incomes and capital-at-work of students is usually in the top 1%.<p>&ldquo;LEIP&rdquo; is an acronym for Leadership, Entrepreneurship, Innovation and the accumulation of Power, which sums up the work done in the program. Students in LEIP study <i>un</i>commonly powerful human and business concerns, distinctions, tactics and strategies to produce and maintain the competitive advantage, <i>superior</i> value and top 1% annual incomes they seek.</p>'
						+ '<p> Students in LEIP study uncommonly powerful human and business concerns, distinctions, tactics and strategies to produce and maintain the competitive advantage, superior value and top 1% annual incomes they seek. </p>'
						+ '<p class="contentIndent"> <a href="aboutLEIP.php" class="contentDetailLink">Learn more</a> about <em>The LEIP Program</em> </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}
		else if (selector == 'd') {
			elementHTML = '<em>The Ambition</em> is a publication of <em>The Aji Network</em> that was offered monthly from January 2005 to February 2010. <p>The 62 essays written by Toby Hecht, Founder of <em>The Aji Network</em>, are essential reading for Business Professionals and other ambitious businesspeople.</p> '
				+ '<p> Click on any of the following links to: </p>'
				+ '<p class="contentIndent"> <a href="learnMoreTheAmbition.php" class="contentDetailLink">Learn more</a> about <em>The Ambition</em> and the complete library of Founder\'s Essays</p>'
				+ '<p class="contentIndent"> <a href="sampleIssueTheAmbition.php" class="contentDetailLink" target="_blank">Read a sample issue</a> </p>'
				+ '<p class="contentIndent"> <a href="backIssuesTheAmbition.php" class="contentDetailLink">Place an order</a> for back issues </p>';				
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink4').style.color = "#cc0000";			
		}
		else if (selector == 'e') {
			elementHTML = '<i>The Aji Network Store</i> offers many papers and talks written or performed for <i>The Business Professional&rsquo;s Course</i>, <i>The LEIP Program</i>, <i>Aji Source</i> and <i>The Ambition</i>.' 
						+ '	<p>Use the store to learn about and buy papers, talks and assignments to: '	
						+ '	</p>'	
						+ '	<p class="contentIndent">Shore up your <i>strategic</i>, <i>un</i>common knowledge<br>'	
						+ '	Increase the knowledge of your employer, employees, customers or colleagues <br>'	
						+ '	Do special assignments or short courses <br>'	
						+ '	Build and stay in touch with your Networks of Help<br>'	
						+ '	Introduce a business group to which you belong to <i>un</i>common knowledge used to<br>&nbsp;&nbsp;&nbsp;&nbsp; produce competitive advantage, <i>superior</i> value and top 1% annual income'	
						+ '	</p>'
						+ '<p class="contentIndent"> <a href="browseTheStore.php" class="contentDetailLink" target="_blank">Browse</a> <em>The Aji Network Store</em> </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink5').style.color = "#cc0000";			
		}	
	}
	
	if (currentButton == 'buttonFive') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
	
		if (selector == 'a') {
			elementHTML = '<i>The Aji Network</i> helps ambitious businesspeople accumulate <i>un</i>common knowledge and power -- <i>superior</i> capacity to think and act with offers and practices -- to produce competitive advantage, <i>superior</i> value and top 1% annual incomes, enterprise values and capital-at-work to fulfill their lifestyle, financial and business ambitions for living a good life.'
						+ '<p class="contentIndent"> <a href="aboutTheAjiNetwork.php" class="contentDetailLink">Learn more</a> about <em>The Aji Network</em> </p>'
						+ '<p class="contentIndent"> <a href="shareWebsiteInvitation.php" class="contentDetailLink">Share</a> this website with others</p>';	
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'Toby Hecht has been a business owner for more than 35 years. He began writing about “common” business knowledge in his early thirties. He has been writing and teaching <em>un</em>common business knowledge needed to perform in the top 1% for more than twenty years. '
						+ '	<p>He received his undergraduate degree from Tulane University and studied philosophy, history, linguistics, business and leadership for 4 years with philosopher, author, businessman and Chilean senator, Dr. Fernando Flores. </p>'
						+ '	<p>Today Mr. Hecht continues to write and teach for <em>The Aji Network</em>. </p>'
						+ '	<p>He lives with his wife and two children in Atherton, California. </p>'
						+ '';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}		
		else if (selector == 'c') {
			elementHTML = '<i>The Aji Network</i>&rsquo;s students are ambitious businesspeople who seek to accumulate <i>un</i>common knowledge and power, or <i>superior</i> capacity to think and act with offers and practices, to produce competitive advantage, <i>superior</i> value and top 1% annual incomes to fulfill their lifestyle, financial and business ambitions for living a good life.<p>They recognize that they will be unable to fulfill their personal ambitions and business missions if they continue thinking and acting with their <i>common</i> sense and the <i>common</i> knowledge taught in business schools, MBA programs, popular business books and business entertainment magazines, television shows and newspapers. </p>'
						+ '<p class="contentIndent"> To learn more, <a href="aboutTheAjiNetworkStudents.php" class="contentDetailLink">read</a> <em>The Aji Network</em> Student Profile </p>';						
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}	
	}	
	
	if (currentButton == 'buttonSix') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'Coming soon.&nbsp;  Please check back to read Answers to FAQs. '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
	}		

	if (currentButton == 'buttonSeven') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = '&#8220;When I registered for <i>The Business Professional&rsquo;s Course</i> my company was suffering from competitive pressure, low margins, angry customers and a nervous bank. The thinking and distinctions I learned in <i>The BPC</i> and <i>The LEIP Program</i> helped to turn this all around. I sold the company after doubling revenues from $14 million to $28 million, increasing the gross profit margin by 10 points, increasing the overall net profit margin by 11 points, increasing the inventory turns to double digits, shipping on time above 98% and improving customer satisfaction to over 96%...&#8221; '
						+ '	<p style="text-align: right; font-style:italic; ">'
						+ '	CEO <br />'
						+ '	Education and Advisory Services '
						+ '	</p>'
						+ '<p class="contentIndent"> <a href="testimonialsBusinessOwners.php" class="contentDetailLink">Read more testimonials</a> from Business Owners </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";	
		}
		else if (selector == 'b') {
			elementHTML = '&#8220;<i>The Aji Network</i> offers rare and extremely valuable educational programs that provided me a formal structure for creating high impact leaders with accelerated business results at GE Medical. The design of the <i>The Aji Network</i> discourse provides a sustainable competitive advantage in terms of designing competitive offers, understanding the rapid technological drifts in the marketplace and effectively managing the critical concerns of running a profitable business enterprise. The return on investment in the <i>The Aji Network</i> courses and programs is extremely high in long-term added value. They offer world-class programs for producing powerful leaders.&#8221;'
						+ '	<p style="text-align: right; font-style:italic; ">'
						+ '	General Manager of Aftermarket Service<br />'
						+ '	Refurbished Medical Equipment '
						+ '	</p>'
						+ '<p class="contentIndent"> <a href="testimonialsExecutives.php" class="contentDetailLink">Read more testimonials</a> from Executives </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}	
		else if (selector == 'c') {
			elementHTML = '&#8220;It is clear to me that new thinking and new practices are required for teams and individuals to produce competitive advantage. As a business professional in the IT industry for 22 years holding roles in sales, sales management, alliance management and Director for Partner Development, the education provided by <i>The Aji Network</i> has more then fulfilled this requirement. The thinking and practices offered by <i>The Aji Network</i> helped increase my capacity to lead, invent and produce better balance across key aspects of my life -- work, career, family and community. My personal finances improved significantly. Working with <i>The Aji Network</i> my income increased 250% and I realized a 6 fold return on investment...&#8221;'	 
						+ '	<p style="text-align: right; font-style:italic; ">'	
						+ '	Director of Corporate Development and Marketing <br />'	
						+ '	Customer Relationship Management Solutions '	
						+ '	</p>'	
						+ '<p class="contentIndent"> <a href="testimonialsManagers.php" class="contentDetailLink">Read more testimonials</a> from Managers </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}	
		else if (selector == 'd') {
			elementHTML = '“In my second year of education with The Aji Network, in the middle of a recession, my sales were up 20% over my previous year’s sales of $20 million.  I have greatly increased my capacity to lead my customers into a better future by designing more competitive offers that address their rapidly changing concerns.  I hold an MBA from a top-five MBA school and a BS in Chemical Engineering.  The Business Professional’s Course has taught me more in two years than I learned in six years with these degrees.” '
						+ '<p style="text-align: right; color: gray"> Name <br>Sales Engineer</p>'
						+ '<p class="contentIndent"> <a href="testimonialsPerformers.php" class="contentDetailLink">Read more testimonials</a> from Expert Individual Performers </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink4').style.color = "#cc0000";
		}	
	}		
	
	if (currentButton == 'buttonEight') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
		document.getElementById('bubbleContentLink4').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'Coming soon.&nbsp;  Please check back to read sample Workshop Sales Conversations. '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'Coming soon.&nbsp;  Please check back to read sample Store Sales Conversations. '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}	
		else if (selector == 'c') {
			elementHTML = 'Coming soon.&nbsp;  Please check back to read sample BPC Sales Conversations. '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}	
		else if (selector == 'd') {
			elementHTML = 'Coming soon.&nbsp;  Please check back to read sample Aji Source Sales Conversations. '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink4').style.color = "#cc0000";
		}						
	}		

	if (currentButton == 'buttonNine') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'We invite you and your guests to attend an Aji Network Workshop designed to increase the power of your strategic thinking to produce top 1% annual incomes and enterprise value with <i>The Aji Source Fundamental Strategy</i>.<p>The exercises and practices in the Workshop will help you take a <i>strategic</i> step toward fulfilling your ambitions. The recurrence and recursion with <i>The Aji Source Fundamental Strategy</i> and reciprocation with other participants is how people accumulate knowledge and power -- <i>superior</i> capacity to think and act effectively.</p>'
						+ '<p class="contentIndent"> <a href="readWorkshopInvitation.php" class="contentDetailLink">Read</a> <em>The Aji Source Fundamental Strategy Workshop</em> invitations</p>'
						+ '<p class="contentIndent"> <a href="registerForWorkshop.php" target="_blank" class="contentDetailLink">Register</a> for the Workshop nearest you</p>'
						+ '<p class="contentIndent"> <a href="shareWorkshopInvitation.php" class="contentDetailLink">Share</a> the Workshop Invitations</em> with others</p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'The next class for <em>The Business Professional’s Course</em> begins on October 1st. '
						+ '<p class="contentIndent"> <a href="aboutTheBPC.php" class="contentDetailLink">Read a description</a> of <em>The BPC</em></p>'
						+ '<p class="contentIndent"> <a href="theBPCApplication.php" class="contentDetailLink" target="_blank">Apply</a> to <em>The BPC</em> </p>'
						+ '<p class="contentIndent"> <a href="requestHelp.php" target="_blank" class="contentDetailLink">Request a conversation</a> with an <em>Aji Network</em> staff member about speaking with others about <em>The BPC</em> </p>'
						+ '<p class="contentIndent"> <a href="shareBPCInvitation.php" class="contentDetailLink">Forward</a> <em>The BPC</em> link to others to build your Networks of Help </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";	
		}	
		else if (selector == 'c') {
			elementHTML = 'A new class for <em>The Aji Source Fundamental Strategy</em> (or <em>Aji Source</em>) begins at the start of every month. People who are interested can apply at any time. '
						+ '<p class="contentIndent"> <a href="aboutAjiSource.php" class="contentDetailLink">Read a description</a> of <em>Aji Source</em> </p>'
						+ '<p class="contentIndent"> To apply to study <em>The Aji Source Fundamental Strategy</em>, please read <a href="theFinancialAmbitionAssignment.php" class="contentDetailLink" target="_blank">The Financial Ambition Assignment</a> and complete <a href="theFinancialAmbitionResponse.php" class="contentDetailLink" target="_blank">The Financial Ambition Response</a> </p>'
						+ '<p class="contentIndent"> <a href="requestHelp.php" target="_blank" class="contentDetailLink">Request a conversation</a> with an <em>Aji Network</em> staff member about speaking with others about <em>Aji Source</em>  </p>'
						+ '<p class="contentIndent"> <a href="shareAjiSourceInvitation.php" class="contentDetailLink">Forward</a> the <em>Aji Source</em> link to others to build your Networks of Help </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";	
		}	
	}		
	
	if (currentButton == 'buttonTen') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'To accomplish our mission at <i>The Aji Network</i> we enable ambitious businesspeople to transition away from a <i>labor</i>-based and task-oriented work ethic with no strategy, which evolved during the industrial revolutions, towards a <i>knowledge</i>-based and strategic approach organized around the continuous accumulation of knowledge and power to produce the competitive advantage, <i>superior</i> value and top 1% annual incomes they seek. '
						+ '<p class="contentIndent"> <a href="beginningTheTransitionToBusinessProfessionalism.php" class="contentDetailLink" target="_blank">Read</a> <em>Beginning the Transition from Business Labor to Business Professionalism</em></p>'
						+ '<p class="contentIndent"> <a href="shareBeginningTheTransition.php" class="contentDetailLink">Share</a> this paper with others </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;	
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'Dignity and power are required to generate top 1% annual incomes and enterprise values. They are required to design, craft, make, fulfill and produce satisfaction with <i>offers</i> to produce transaction, <i>commitments</i> to coordinate action and <i>practices</i> to take care of concerns or produce situations that are a Business Professional&rsquo;s primary source of power.'
						+ '<p> We recommend visitors and new students make this one of the first talks they watch. </p>'
						+ '<p class="contentIndent"> <a href="viewDignityAndPower.php" class="contentDetailLink">View</a> <em>Dignity and Power</em> </p>'
						+ '<p class="contentIndent"> <a href="shareDignityAndPower.php" class="contentDetailLink">Share</a> this talk with others </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}	
	}		
	
	if (currentButton == 'buttonEleven') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
		document.getElementById('bubbleContentLink3').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'The purpose of having an ambition is to enable action and the accumulation of power we need to produce the situations we say are necessary for living a good life. People who lack the skill of producing their own ambitions drift through life. Their thoughts and actions are not coherent with one another. They form no <i>strategy</i>. Their actions in the present produce unsatisfactory future situations. '
						+ '<p> “Lifestyle Ambitions” are about how we live our day-to-day lives taking care of our fundamental human concerns. </p>'
						+ '<p class="contentIndent"> <a href="lifestyleAmbitionAssignment.php" class="contentDetailLink" target="_blank">Read</a> <em>The Lifestyle Ambition Assignment</em> </p>'
						+ '<p class="contentIndent"> <a href="shareLifestyleAmbitionAssignment.php" class="contentDetailLink">Share</a> this paper with others</p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = '&ldquo;Business Ambition&rdquo; is about the situations and roles we produce for ourselves to take care of <i>practical</i> and <i>aesthetic concerns.</i> A business ambition can be a means to an end for fulfilling lifestyle and financial ambitions, as well as an end in itself for self-expression and dignity. To fulfill our business ambition we need a powerful <i>strategy</i> to take care of many business concerns. Businesspeople who lack ambition for their careers and leadership roles don&rsquo;t think or act <i>strategically</i> to produce them. This prevents them from generating the annual incomes and enterprise values they need throughout the 40 years of their careers'
						+ '<p class="contentIndent"> <a href="businessAmbitionAssignment.php" class="contentDetailLink" target="_blank">Read</a> <em>The Business Ambition Assignment</em> </p>'
						+ '<p class="contentIndent"> <a href="shareBusinessAmbitionAssignment.php" class="contentDetailLink">Share</a> this paper with others </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}	
		else if (selector == 'c') {
			elementHTML = 'If you are a beginner with “Lifestyle Ambition” and “Business Ambition”, consider reading the following essays: '
						+ '<p class="contentIndent contentListSpace"> <a href="aboutLifestyleFinancialBusinessAmbitions.php" class="contentDetailLink" target="_blank"><em>About Lifestyle, Financial and Business Ambitions</em></a> </p>'
						+ '<p class="contentIndent contentListSpace"> <a href="beginnersFundamentalIntroduction.php" class="contentDetailLink" target="_blank"><em>A Beginner’s Fundamental Introduction to the Meaning of Business and Money</em></a> </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink3').style.color = "#cc0000";
		}	
	}		

	if (currentButton == 'buttonTwelve') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = 'Coming soon.&nbsp; Please check back to see Displays From Students. '
						+ ''
						+ '';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";	
		}
	}		

	if (currentButton == 'buttonThirteen') {
		document.getElementById('bubbleContentLink1').style.color = "#31546b";
		document.getElementById('bubbleContentLink2').style.color = "#31546b";
			
		if (selector == 'a') {
			elementHTML = '<i>The Aji Network</i> is committed, through its offers and practices, to help ambitious businesspeople become effective and powerful &ldquo;Business Professionals&rdquo;. Holding the role of Business Professional throughout a career requires <i>superior</i> discipline and honoring ethical, philosophical and practical commitments worthy of the role, its dignity and its rewards. This paper presents the distinctions and opportunities of being a Business Professional and shows why ambitious businesspeople must gain <i>superior</i> knowledge to fulfill their ambitions. It is the first paper to purchase from <i>The Aji Network Store</i> for &ldquo;Competitive Learning&rdquo;.'
						+ '<p class="contentIndent"> <a href="readBusinessProfessionalism.php" class="contentDetailLink" target="_blank">Read</a> an excerpt from <em>Business Professionalism</em> </p>'
						+ '<p class="contentIndent"> Coming soon, <em>Business Professionalism</em>, the first paper to read from the Founder of <em>The Aji Network</em>. </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink1').style.color = "#cc0000";
		}
		else if (selector == 'b') {
			elementHTML = 'What exactly is top 1% performance and ambition, and why are they important for living a good life? What, <i>fundamentally</i>, does it mean to live a good life? And, if ambitious businesspeople are considering accumulating knowledge and power to generate top 1% annual incomes throughout their careers, what will or will not enable them to succeed, and why? <p> In this edgy talk to participants in <i>The Business Professional&rsquo;s Course</i> (The BPC), Toby Hecht, founder of <i>The Aji Network</i>, answers these questions straightforwardly. This is the first talk to watch to learn fundamental distinctions used in <i>The Aji Network</i> to produce autonomy, strategic thinking and <i>superior</i> action.</p>'
						+ '<p class="contentIndent"> <a href="viewEdgyTalk.php" class="contentDetailLink">Watch</a> a preview from <em>An Edgy Talk about Top 1% Performance and Ambition</em> </p>'
						+ '<p class="contentIndent"> <a href="purchaseEdgyTalk.php" class="contentDetailLink" target="_blank">Purchase</a> <em>An Edgy Talk about Top 1% Performance and Ambition</em> </p>';
			document.getElementById('mainGroundDetail').innerHTML = elementHTML;
			document.getElementById('bubbleContentLink2').style.color = "#cc0000";
		}	
	}	

}

function hideElement(id) {
	document.getElementById(id).style.visibility='hidden';
}

function hideAll() {
	document.getElementById('studentBubble').style.visibility='hidden';
	document.getElementById('visitorBubble').style.visibility='hidden';
}

function hideAllNew() {
	document.getElementById('asuBubble').style.visibility='hidden';
	document.getElementById('studentBubble').style.visibility='hidden';
	document.getElementById('visitorBubble').style.visibility='hidden';
}

function hideAllForLMS() {
	document.getElementById('asuBubble').style.visibility='hidden';
}

function lowerRow() {
	document.getElementById('permOffers').style.zIndex = '0';
	document.getElementById('mainContentContainer').style.top='0px';
}

function raiseRow() {
	document.getElementById('permOffers').style.zIndex = '10';
}

function setOffersDetail() {
	elementHTML = '<a href="aboutTheBPC.php" class="contentLinks">The Business Professional’s Course</a> '
																 + '<p class="contentLinkSpace"><a href="aboutAjiSource.php" class="contentLinks">The Aji Source Fundamental<br> Strategy</a> </p>'
																 + '<p class="contentLinkSpace"><a href="aboutLEIP.php" class="contentLinks">The LEIP Program</a> </p>'
																 + '<p class="contentLinkSpace"><a href="learnMoreTheAmbition.php" class="contentLinks">The Ambition</a> </p>'			
																 + '<p class="contentLinkSpace"><a href="browseTheStore.php" class="contentLinks" target="_blank">The Aji Network Store</a> </p>';
	document.getElementById('ourOffersText').innerHTML = elementHTML;	
}

function setActionsDetail() {
	elementHTML = '<a href="theBPCApplication.php" class="contentLinks" target="_blank">Applications and Requests for Courses and Programs</a> '
																 + '<p class="contentLinkSpace"><a href="readWorkshopInvitation.php" class="contentLinks" target="_blank" target="_blank">Invitations to Workshops and Conferences</a> </p>'
																 + '<p class="contentLinkSpace"><a href="purchaseTheAmbition.php" class="contentLinks">Subscribe to The Ambition</a> </p>'
																 + '<p class="contentLinkSpace"><a href="firstPapersAndTalksToBuy.php" class="contentLinks">First Papers and Talks to Buy<br> from the Store</a> </p>'			
																 + '<p class="contentLinkSpace"><a href="shareWebsiteInvitation.php" class="contentLinks">Build your Networks of Help</a> </p>';
	document.getElementById('actionsToTakeText').innerHTML = elementHTML;	
}

function moveMainContent()	{
	document.getElementById('mainContentContainer').style.top='180px';
}

function moveMainContentVertical()	{
	document.getElementById('mainContentContainer').style.top='10px';
}

function restoreMainContent()	{
	document.getElementById('mainContentContainer').style.top='0px';
}

function checkURL() {
	if (window.location == 'http://theajinetwork.com' || window.location == 'http://theajinetwork.com/' || window.location == 'http://theajinetwork.com/index.php') {
		window.location = 'http://www.theajinetwork.com';
	}
	else if (window.location == 'http://theajinetwork.com/visitors.php') {
		window.location = 'http://www.theajinetwork.com/visitors.php';
	}
}

function checkSize() {
	if (screen.height<950) {
		//window.location="visitors_small.php";
	}
}

function loadState() {
	var currentHash = window.location.hash;
	var loadedButton = currentHash.substring(1,(currentHash.length - 1));
	var loadedSelector = currentHash.substring((currentHash.length - 1), currentHash.length);
	
	if (loadedButton == "buttonOne" || loadedButton == "buttonOneA" || loadedButton == "buttonTwo" || loadedButton == "buttonThree") {
		toggleElement('foreGroundBubble', loadedButton);
		changeDetail(loadedButton, loadedSelector);
	}
	else if (loadedButton == "buttonFour" || loadedButton == "buttonFive" || loadedButton == "buttonSix" || loadedButton == "buttonSeven" || loadedButton == "buttonEight" || loadedButton == "buttonNine") {
		toggleElement('rowOneBubble', loadedButton);
		changeDetail(loadedButton, loadedSelector);
	}
	else if (loadedButton == "buttonTen" || loadedButton == "buttonEleven" || loadedButton == "buttonTwelve" || loadedButton == "buttonThirteen") {
		toggleElement('rowTwoBubble', loadedButton);
		changeDetail(loadedButton, loadedSelector);
	}
	
}

function checkVersion()
{
	if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { //test for MSIE x.x;
		 var ieversion=new Number(RegExp.$1) // capture x.x portion and store as a number
	}
	if (ieversion<7) {
		document.getElementById('browserWarning').style.visibility='visible';
		document.getElementById('buttonContainer').style.top='100px';
	}
}

var BrowserDetect = {
	init: function () {
		this.browser = this.searchString(this.dataBrowser) || "An unknown browser";
		this.version = this.searchVersion(navigator.userAgent)
			|| this.searchVersion(navigator.appVersion)
			|| "an unknown version";
		this.OS = this.searchString(this.dataOS) || "an unknown OS";
	},
	searchString: function (data) {
		for (var i=0;i<data.length;i++)	{
			var dataString = data[i].string;
			var dataProp = data[i].prop;
			this.versionSearchString = data[i].versionSearch || data[i].identity;
			if (dataString) {
				if (dataString.indexOf(data[i].subString) != -1)
					return data[i].identity;
			}
			else if (dataProp)
				return data[i].identity;
		}
	},
	searchVersion: function (dataString) {
		var index = dataString.indexOf(this.versionSearchString);
		if (index == -1) return;
		return parseFloat(dataString.substring(index+this.versionSearchString.length+1));
	},
	dataBrowser: [
		{
			string: navigator.userAgent,
			subString: "Chrome",
			identity: "Chrome"
		},
		{ 	string: navigator.userAgent,
			subString: "OmniWeb",
			versionSearch: "OmniWeb/",
			identity: "OmniWeb"
		},
		{
			string: navigator.vendor,
			subString: "Apple",
			identity: "Safari"
		},
		{
			prop: window.opera,
			identity: "Opera"
		},
		{
			string: navigator.vendor,
			subString: "iCab",
			identity: "iCab"
		},
		{
			string: navigator.vendor,
			subString: "KDE",
			identity: "Konqueror"
		},
		{
			string: navigator.userAgent,
			subString: "Firefox",
			identity: "Firefox"
		},
		{
			string: navigator.vendor,
			subString: "Camino",
			identity: "Camino"
		},
		{		// for newer Netscapes (6+)
			string: navigator.userAgent,
			subString: "Netscape",
			identity: "Netscape"
		},
		{
			string: navigator.userAgent,
			subString: "MSIE",
			identity: "Explorer",
			versionSearch: "MSIE"
		},
		{
			string: navigator.userAgent,
			subString: "Gecko",
			identity: "Mozilla",
			versionSearch: "rv"
		},
		{ 		// for older Netscapes (4-)
			string: navigator.userAgent,
			subString: "Mozilla",
			identity: "Netscape",
			versionSearch: "Mozilla"
		}
	],
	dataOS : [
		{
			string: navigator.platform,
			subString: "Win",
			identity: "Windows"
		},
		{
			string: navigator.platform,
			subString: "Mac",
			identity: "Mac"
		},
		{
			string: navigator.platform,
			subString: "Linux",
			identity: "Linux"
		}
	]

};
BrowserDetect.init();

var currentBrowserName;
currentBrowserName = BrowserDetect.browser;

if (currentBrowserName == "Safari" || currentBrowserName == "Chrome") {
	document.write('<link rel="stylesheet" type="text/css" href="otherAjiStyles.css" />')
}
else if (currentBrowserName == "Firefox" || currentBrowserName == "Firefox") {
	document.write('<link rel="stylesheet" type="text/css" href="ajiStylesFirefox.css" />')
}

