
	// Javascript source for current issue of newsletter

	// Graphics for this file are in the [root]/newsletter/graphics folder

	var fontcolor

	function bright(aname)
	{ 
		fontcolor=aname.style.color; 
		aname.style.color="red"; 
		return 
	}
	 
	function norm(aname) 
		{ aname.style.color=fontcolor } 
	 
	function newbtn(cName) 
		{ document.images[cName].src="graphics/"+cName+"1.gif" } 
	 
	function oldbtn(cName) 
		{ document.images[cName].src="graphics/"+cName+".gif" } 
	 
	// hide email address from email-mining robots

	function email(address,domain,subject)
	{ 
		var hrefstring;
		var x=document.links.length-1; 
		hrefstring="mailto:"+address+"@"+domain;
		if ( subject != undefined )
			{
			hrefstring=hrefstring+"?Subject="+subject;
			}
		document.links[x].href=hrefstring;
		return; 
	}

   
	function showlinks(sCalledFrom) 
	{ 
		var aTextLinks=new Array(); 
		var sLink, x, y=1; 
		aTextLinks[0]=new Array(2); 
		aTextLinks[0][0]="Home"; 
		aTextLinks[0][1]="../index.htm"; 
		aTextLinks[1]=new Array(2); 
		aTextLinks[1][0]="Coaching"; 
		aTextLinks[1][1]="../coaching/executive_coaching.htm"; 
		aTextLinks[2]=new Array(2); 
		aTextLinks[2][0]="Consulting"; 
		aTextLinks[2][1]="../consulting/consulting.htm"; 
		aTextLinks[3]=new Array(2); 
		aTextLinks[3][0]="Mentoring"; 
		aTextLinks[3][1]="../mentoring/executive_mentoring.htm"; 
		aTextLinks[4]=new Array(2); 
		aTextLinks[4][0]="Team Building"; 
		aTextLinks[4][1]="../teambuilding/team_building.htm"; 
		aTextLinks[5]=new Array(2); 
		aTextLinks[5][0]="Keynoting"; 
		aTextLinks[5][1]="../keynoting/keynote_speaker.htm"; 
		aTextLinks[6]=new Array(2); 
		aTextLinks[6][0]="Facilitating"; 
		aTextLinks[6][1]="../facilitating/facilitating.htm"; 
		aTextLinks[7]=new Array(2); 
		aTextLinks[7][0]="Training"; 
		aTextLinks[7][1]="../training/leadership_training.htm"; 
		aTextLinks[8]=new Array(2); 
		aTextLinks[8][0]="About Us"; 
		aTextLinks[8][1]="../aboutus/aboutus.htm"; 
		aTextLinks[9]=new Array(2); 
		aTextLinks[9][0]="FAQs"; 
		aTextLinks[9][1]="../faqs/faqs.htm"; 
		aTextLinks[10]=new Array(2); 
		aTextLinks[10][0]="Newsletter"; 
		aTextLinks[10][1]="../newsletter/newsletter.htm"; 
		aTextLinks[11]=new Array(2);
		aTextLinks[11][0]="Trust-Centered Leadership";
		aTextLinks[11][1]="../leadership/tcl.htm";
		aTextLinks[12]=new Array(2); 
		aTextLinks[12][0]="Non-Profits"; 
		aTextLinks[12][1]="../nonprofits/nonprofits.htm"; 
		aTextLinks[13]=new Array(2); 
		aTextLinks[13][0]="NLP"; 
		aTextLinks[13][1]="../nlp/nlp.htm"; 
		aTextLinks[14]=new Array(2); 
		aTextLinks[14][0]="Graves Systems"; 
		aTextLinks[14][1]="../graves/graves.htm"; 
		aTextLinks[15]=new Array(2); 
		aTextLinks[15][0]="Site Map"; 
		aTextLinks[15][1]="../sitemap.htm"; 
		sLink='<P STYLE="text-align:center; font-size:.75em"><FONT FACE="arial, helvetica">'; 
		document.write(sLink); 
		
		for (x=0; x < aTextLinks.length; x++) 
		{
			if ( aTextLinks[x][0] != sCalledFrom )	// Omit calling page from list	
			{ 
				sLink=' <a href="'+aTextLinks[x][1]+'" ONMOUSEOVER="bright(this)"'; 
				sLink=sLink+' ONMOUSEOUT="norm(this)">'+aTextLinks[x][0]+ '<\/A>'; 
				document.write(sLink); 

				if ( y==5 || y==11) // allow only six links per line 
					document.write("<BR>"); 
				else 
				{ 
					if (x != aTextLinks.length-1) 
						document.write(" |"); 
				} 
				y = y + 1;
			} 
		}		
		document.write("<\/FONT><\/P>"); 
		return; 
	} 
		
	function loadaltimages() 
	{ 
		var aAltImages=new Array(); 
		var sImage, x; 
		document.write('<DIV ID="Altbuttons" CLASS="AltButtons">'); 
		aAltImages[0]="graphics/btnhome1.gif"; 
		aAltImages[1]="graphics/btncoaching1.gif"; 
		aAltImages[2]="graphics/btnconsulting1.gif"; 
		aAltImages[3]="graphics/btnmentoring1.gif"; 
		aAltImages[4]="graphics/btnteambuilding1.gif"; 
		aAltImages[5]="graphics/btnkeynoting1.gif"; 
		aAltImages[6]="graphics/btnfacilitating1.gif"; 
		aAltImages[7]="graphics/btntraining1.gif"; 
 
		
		for (x=0; x < aAltImages.length-1; x++ ) 
		{ 
			sImage='<IMG SRC="'+aAltImages[x]+'" WIDTH="100" HEIGHT="20">'; 
			document.write(sImage); 
		} 
		document.write("<\/DIV>"); 
		return; 
	} 
	

	function showaddress()
	{
	var textstring;
	textstring='<P STYLE="font-family: arial,helvetica,sans-serif; font-size: 1em; font-weight: bold; text-align: center; color: #ffff33">';
	textstring=textstring+'Strategic Leadership Development International<BR>';
	textstring=textstring+'<span STYLE="font-size: .8em; font-weight: bold; color: black">';
	textstring=textstring+'PO Box 595609&nbsp;Dallas, Texas 75359&nbsp;&nbsp;&nbsp;214-515-0632 (Voice) ';
	textstring=textstring+'&nbsp;214-515-9323 (Fax)</span></P>';

	document.write(textstring);
	return;
	}

	function showsldi()
	{
	var textstring;
	textstring='<span STYLE="font-family: arial,helvetica,sans-serif; font-size: 1.2em">';
	textstring=textstring+'Strategic Leadership Development International</span><BR>';

	document.write(textstring);
	return;
	}


	function showexpertise()
	{
	var textstring;
	textstring='<P STYLE="text-align:center"><FONT FACE="Arial,Helvetica" STYLE="font-size:9pt" ';
	textstring=textstring+'COLOR="#0066CC"><B>Special Areas<BR>Of Expertise</B></FONT></P>';
	document.write(textstring);
	return;
	} 
