// JavaScript Document

/* All punctuation must be coded as symbols to avoid interference with the JavaScript arrays.

Examples:

*	&#42;	Asterisk							&	&#38;	Ampersand
‘	&#39	Apostrophe						:	&#58;	Colon
,	&#44; Comma									!	&#33;	Exclamation Mark
“	&#34;	Double Quote					-	&#45;	Hyphen
.	&#46;	Period								#	&#35;	Pound Sign
?	&#63;	Question Mark					;	&#59;	Semicolon

*/

//Instructions for editing the "Featured Story" section 

var featuredStory = new Array(4);

/* 
Enter the title of the Featured Story in the single quotes for the first variable, 
the sub-title for the Featured Story within the single quotes for the second variable,
the URL for the Featured Expert within the single quotes for the third variable,
and the URL for the Featured Story within the single quotes for the fourth variable in the list below:

Example #1: 
	featuredExpert[0] = 'Featured Story Title';
	featuredExpert[1] = 'Featured Story Sub-Title';
	featuredExpert[2] = 'http://www.Featured Story_URL.com/Featured Story_file_name.html';
	featuredExpert[3] = 'by Author Name, Business Title, Publications';
	
Example #2 (Eloqua PURL page): 
	featuredExpert[0] = 'Featured Story Title';
	featuredExpert[1] = 'Featured Story Sub-Title';
	featuredExpert[2] = 'http://cds.cincom.com?elqPURLPage=Featured Story_PURL_#';
	featuredExpert[3] = 'by Author Name, Business Title, Publications';
*/

	featuredStory[0] = 'Stories&#44; Storytelling&#44; Story&#45;Selling in Business';
	featuredStory[1] = 'Sometimes Truthfulness Doesn&#39;t Matter &#46;&#46;&#46; But Meaning Always Does';
	featuredStory[2] = '/us/eng/expert-access/articles/sometimes_truth_doesnt_matter.jsp';
	featuredStory[3] = 'Cincom CEO Tom Nies';
	
//===========================================================================

//Instructions for the First Catalyst

//var firstCatalyst = [
										 
/*
COMMENT OUT ALL IF THIS CATALYST IS NOT TO BE DISPLAYED

Data Type Options:
		code (write HTML code exactly as entered between single quotes)
		text								text_url
		image								image_url
		embedded (link contained within a paragraph}
		
	The first set of single quotes must contain the data type. The remaining qoute positions depend
	on the data type used.
		
Example 1: ['text','Catalyst Copy'],
Example 2: ['url','Link Text Here','Link_URL'],
Example 3: ['image','Image_Location','mage_Alternate_Text'],
Example 4: ['image_url','Image_Location','Image_Alternate_Text','Catalyst_Location'],
Example 5: ['embedded','Text Before the Link',''Link Text,'Catalyst location','Text After the Link'],
Example 6: {'video','Embedded Video URL','Allow Full Screen','Video Width','Video Height','Background Color','Application Type','URL to Download Plug=In'],
		
Example 7: ['text','This would contain the Catalyst copy'],
Example 8: ['url','Link Text Here','http://www.cincom.com/Catalyst_Location/Page_Name.jsp'],
Example 9: ['image','http://www.cincom.com/us/eng/expert-access/cincomix/images/Cincomic92308_thumbnail.png','alt text for the image here'],
Example 10: ['image_url','images/Image_Name.jsp','Alternate Text for the Image','http://www.cincom.com/Catalyst_Location/Page_Name.jpg'],
Example 11: ['embedded','This is where the text would be inserted before the link',''text of the link,'Catalyst location','Text After the Link','http://www.cincom.com/Catalyst_Location/Page_Name.jsp','This is where the text would be inserted after the link'],
Example 12: ['video','http://www.veoh.com/veohplayer.swf?permalinkId=v15829195DP2BDcpg&id=7096968&player=videodetailsembedded&affiliateId=&videoAutoPlay=0','','true','540','438','&#35;FFFFFF','application/x-shockwave-flash','http://www.macromedia.com/go/getflashplayer'],

*/
		
		/*do not edit['code','<div class="catalyst">'],*/
		
		//Enter the data type for first item in the Catalyst followed by the various contents as described above.
		//['',''],
		
		//Enter the data type for second item in the Catalyst followed by the various contents as described above, if needed.
		//['',''],
		
		//Enter the data type for third item in the Catalyst followed by the various contents as described above, if needed. 
		//['',''],
		
		//Enter the data type for fourth item in the Catalyst followed by the various contents as described above, if needed.
		//['',''],
		
		/*do not edit['code','</div>'],*/
	//];

//===========================================================================


//Instructions for editing the "Ask the Experts" section 

var askTheExperts = new Array(4);

/* 
Enter the name of the Featured Expert in the single quotes for the first variable, 
the URL for the Featured Expert within the single quotes for the second variable,
and the URL for the Featured Expert within the single quotes for the third variable in the list below:

Example #1: 
	featuredExpert[0] = 'Question Text';
	featuredExpert[1] = 'http://www.cincom.com/us/eng/expert-access/askexpert/Ask_The_Expert_File_Name.html';
	featuredExpert[2] = 'Partial Answer Text';
	featuredExpert[3] = 'Author Name&#44; Business Title&#44; Publications and Associations';
	
Example #2 (Eloqua PURL page): 
	featuredExpert[0] = 'Question Text';
	featuredExpert[1] = 'http://cds.cincom.com?elqPURLPage=ASK_THE_EXPERTS_PURL_#';
	featuredExpert[2] = 'Partial Answer Text';
	featuredExpert[3] = 'Author Name&#44; Business Title&#44; Publications and Associations';
*/

	askTheExperts[0] = '&#147;We&#39;re the best. Leading providers. Seamlessly integrated.&#148; All of our company communications are jargon laced&#44; full of clich&#233;s&#44; acronyms and bravado.  Reporters&#44; analysts and customers seem to immediately gravitate to those unjustifiable and overblown claims. Instead of focusing on our unique perspectives&#44; differences and value I spend my time defending the undefendable. But our communications people insist on using this language. How can I persuade them that we are better off using simpler&#44; clearer language&#63;';
	askTheExperts[1] = '/us/eng/expert-access/askexpert/askTheExpert10-07-08.jsp';
	askTheExperts[2] = 'Frankly&#44; if a marketing or communications person insisted on using language laced with clich&#233;s&#44; bravado and jargon&#44; I would ...';
	askTheExperts[3] = 'David Henderson&#44; Author and Emmy Award&#45;Winning Former CBS News Correspondent';
	
//===========================================================================


//Follow the instructions for editing the "First Catalyst" section 

var secondCatalyst = [
										 
/*
//COMMENT OUT ALL IF THIS CATALYST IS NOT TO BE DISPLAYED

Data Type Options:
		text								text_url
		image								image_url
		embedded (link contained within a paragraph}
		video
		
Example 1: ['text','Catalyst Copy'],
Example 2: ['text_url','Link Text Here','Link_URL'],
Example 3: ['image','Image_Location','mage_Alternate_Text'],
Example 4: ['image_url','Image_Location','Image_Alternate_Text','Catalyst_Location'],
Example 5: ['embedded','Text Before the Link',''Link Text,'Catalyst location','Text After the Link'],
Example 6: {'video','Embedded Video URL','Allow Full Screen','Video Width','Video Height','Background Color','Application Type','URL to Download Plug=In'],
*/

		/*do not edit*/['code','<div class="catalyst">'],
		
		//Enter the data type for first item in the Catalyst followed by the various contents as described above. 		 
		//['text','Ohio Governor Ted Strickland congratulates Cincom Systems for 40 years of pioneering&#44; advancement and leadership in the software industry.'],
		
		//Enter the data type for second item in the Catalyst followed by the various contents as described above, if needed. 
		['text_url','Message to Cincom Customers&#44; Employees and Expert Access Readers','http://www.cincom.com/common/PRXRelease/HTML/cincom40th.htm'],
		
		//Enter the data type for third item in the Catalyst followed by the various contents as described above, if needed. 
		//['text_url','Online Videos by Veoh.com','http://www.veoh.com/'],
		
		//Enter the data type for fourth item in the Catalyst followed by the various contents as described above, if needed.
		//['',''],

		/*do not edit*/['code','</div>'],
		
	];

//===========================================================================


//Instructions for editing the "Customer Relationships" section 

var customerRelationships = [
				
/* 
Enter the name of the link to be displayed within the first set of 
single quotes and URL within the second set of quotes in the list below:

Example #1: ['Article_Title','Article_Sub-title','articles/Article_URL.htm','Article_Author'],
Example #2: ['Article_Title','Article_Sub-title','http://www.ARTICLE_WEBSITE.com/ARTICILE_FOLDER_NAME/ARTICLE_PAGE_NAME.html','Article_Author'],

*/	

		['Worst Practices&#58; Why Social Networking Strategies Fail','A Cautionary Tale From Financial Services Firms','/us/eng/expert-access/articles/worst_practices.jsp','Louis Columbus&#44; Senior Market Analyst&#44; CMBS'],
		['Solution&#45;Based Selling Just Doesn&#39;t Work','Ending the Smoke&#45;and&#45;Mirrors Approach','/us/eng/expert-access/articles/solution_based_selling.jsp','Jeff Thull&#44; CEO and President of Prime Resource Group'],
		['The Silo Is Alive and Well','And As Disruptive As Ever','http://hbswk.hbs.edu/item/6011.html','Harvard Business School'],
		['Seven Questions To Increase Your Wealth Quotient','How to honor your values&#44; vision and your company&#39;s true purpose','/us/eng/expert-access/articles/seven_questions.jsp','Lisa Nirell&#44; Chief Energy Officer of EnergizeGrowth'],
		['How to Build Customer Loyalty','Make and Keep Credible Promises','/us/eng/expert-access/articles/how_to_build_customer_loyalty.jsp','Scott Glatstein&#44; President of IMPERATIVES&#44; LLC'],
		
	];

//===========================================================================


//Follow the instructions for editing the "First Catalyst" section 

//var thirdCatalyst = [
										 
/*
//COMMENT OUT ALL IF THIS CATALYST IS NOT TO BE DISPLAYED

Data Type Options:
		text								text_url
		image								image_url
		embedded (link contained within a paragraph}
		video
		
Example 1: ['text','Catalyst Copy'],
Example 2: ['text_url','Link Text Here','Link_URL'],
Example 3: ['image','Image_Location','mage_Alternate_Text'],
Example 4: ['image_url','Image_Location','Image_Alternate_Text','Catalyst_Location'],
Example 5: ['embedded','Text Before the Link',''Link Text,'Catalyst location','Text After the Link'],
Example 6: {'video','Embedded Video URL','Allow Full Screen','Video Width','Video Height','Background Color','Application Type','URL to Download Plug=In'],
*/

		/*do not edit*///['code','<div class="catalyst">'],
		
		//Enter the data type for first item in the Catalyst followed by the various contents as described above. 		 
		//['image','http://www.cincom.com/us/eng/expert-access/cincomix/images/Cincomic92308_thumbnail.png','Saving Private Data'],
		
		//Enter the data type for second item in the Catalyst followed by the various contents as described above, if needed. 
		//['text_url','Saving Private Data', 'http://www.cincom.com/us/eng/expert-access/cincomix/Cincomix_9-23-08.html'],
		
		//Enter the data type for third item in the Catalyst followed by the various contents as described above, if needed. 
		//['',''],
		
		//Enter the data type for fourth item in the Catalyst followed by the various contents as described above, if needed.
		//['',''],
		
		/*do not edit*///['code','</div>'],
		
	//];

//===========================================================================


//Follow instructions for editing the "Customer Relationships" section 

var businessProcessManagement = [
				
		['Four Step Twitter Quick&#45;Start Guide For Business','For friends only &#46;&#46;&#46; known and unknown','http://writingriffs.blogspot.com/2008/10/twitter-quick-start-for.html','Steve Kayser'],
		['Rocket Scientist&#58; The 7 Most Reliable&#44; Easy&#45;to&#45;Implement Techniques For','Converting Your Website&#39; Visitors Into Customers','/us/eng/expert-access/articles/rocket_scientist.jsp','Dr&#46; Karl Blanks M&#46;A&#46; Ph&#46;D&#46;&#40;Cambridge&#41; C&#46;Eng&#46;'],
		['KanBan Marketing','It&#39;s all in the Cards','/us/eng/expert-access/articles/kanban_lean_mktg.jsp','Dale Wolf'],
		['Break Through','Execute a Unified Agent Desktop Quickly','/us/eng/expert-access/pdf/breakthrough_unified_desktop.pdf','Cincom &#38; Attachmate'],
		['7 Key Differences Between  B2B and B2C Buyers','The Rules and the People are Much Different','/us/eng/expert-access/articles/seven_key_differences.jsp','Robert Bly'],
		
	];

//===========================================================================


//Follow the instructions for editing the "First Catalyst" section 

/*var fourthCatalyst = [
										 
/*
//COMMENT OUT ALL IF THIS CATALYST IS NOT TO BE DISPLAYED

Data Type Options:
		text								text_url
		image								image_url
		embedded (link contained within a paragraph}
		video
		
Example 1: ['text','Catalyst Copy'],
Example 2: ['text_url','Link Text Here','Link_URL'],
Example 3: ['image','Image_Location','mage_Alternate_Text'],
Example 4: ['image_url','Image_Location','Image_Alternate_Text','Catalyst_Location'],
Example 5: ['embedded','Text Before the Link',''Link Text,'Catalyst location','Text After the Link'],
Example 6: {'video','Embedded Video URL','Allow Full Screen','Video Width','Video Height','Background Color','Application Type','URL to Download Plug=In'],
*/

			/*do not edit['code','<div class="catalyst">'],*/
			
		//Enter the data type for first item in the Catalyst followed by the various contents as described above.
		//['text','Do You Handle TOO MUCH INFORMATION?'],
		
		//Enter the data type for second item in the Catalyst followed by the various contents as described above, if needed		 
		/*['text_url','ENTER TO WIN A NEW PALM TREO 750 WITH WINDOWS MOBILE 6','http://www.surveymonkey.com/s.aspx?sm=gU5WP_2f0nTAIvi5rLt9jtyw_3d_3d'],*/
		
		//Enter the data type for third item in the Catalyst followed by the various contents as described above, if needed. 
		//['',''],
		
		//Enter the data type for fourth item in the Catalyst followed by the various contents as described above, if needed.
		//[''],
		
		/*do not edit['code','</div>'],*/
		
	//];

//===========================================================================


var enterpriseContentManagement = [

//Follow instructions for editing the "Customer Relationships" section 

		['Hacks&#44; Flacks and Hucksters and &#46;&#46;&#46;','Social Media News Resources','http://writingriffs.blogspot.com/2008/07/hacks-flacks-hucksters-and-social-media.html','Steve Kayser'],
		['Don&#39;t Let Good Grammar Spoil','Good Writing','/us/eng/expert-access/articles/good_grammar_poor_writing.jsp','Phillip Yaffe'],
		['Find the Mess &#45; Best Practices for Document Strategy','No One Size Fits All','http://cds.cincom.com/?elqPURLPage=14','Kevin Craine'],
		['Four Tips to Build Hot National Buzz','In Less Than Three Weeks','/us/eng/expert-access/articles/four_tips.jsp','Marsha Friedman&#44; President of Event Management Services'],
		['Writing in a Web 2.0 World','What Does That Mean','http://onlinemarketerblog.com/wp-content/uploads/2008/06/writing-in-a-web-20-world-revised.pdf','Online Marketer Blog'],
				
	];

//===========================================================================



var editorsChoice = [
				
/* 
Enter the name of the link to be displayed within the first set of 
single quotes and URL within the second set of quotes in the list below:

Example #1: ['Your Link Name','Your_Page_Name.htm'],
Example #2: ['Your Link Name','http://www.YOUR_WEBSITE.com/YOUR_FOLDER_NAME/YOUR_PAGE_NAME.html'],

*/	

		['Complex Selling Made Simpler','http://www.cincomacquire.com'],
		['Cincom A&#45;Twitter','http://twitter.com/cincom'],
		['PRX Builder','http://www.prxbuilder.com'],
		['Cincom Story&#58; Video','http://www.youtube.com/watch?v=CFszxEKhCwI'],
		['I Tweet&#46; Do You Tweet&#63;','http://www.itweet.net/web/'],
		['Overcoming Adversity &#45; Lessons and Blessings','http://writingriffs.blogspot.com/2008/09/overcoming-adversity-bozo-and-bubba.html'],
	];

//===========================================================================


//Instructions for editing the "Featured Expert" section 

	/*do not edit execpt to comment out if not used*/var featuredExpertFrame = new Array(2);
	/*do not edit execpt to comment out if not used*/featuredExpertFrame[0] = '<div class="scrollBox">';
	/*do not edit execpt to comment out if not used*/featuredExpertFrame[1] = '</div> <p><a href="http://www.perfectcem.com/">The Perfect Customer Experience Blog</a></p>';

										/*document.write('<div class="centerImage"><img src="'+featuredExpert[2]+'" alt="'+featuredExpert[1]+'" />');
                    document.write('<p class="links"><a href="'+featuredExpert[2]+'">');
                    document.write(featuredExpert[1]+'</a></p></div>');*/
										
//Follow instructions for editing the "Editor's Choice" section 
var featuredExpert = [
											
		['Inspired by a Fisherman','http://contextrules.typepad.com/transformer/2008/10/inspired-by-a-f.html'],
		['Fast Method to Kill Trade Show ROI','http://contextrules.typepad.com/transformer/2008/10/fast-method-to.html'],
		['The Human Rubiks Cube','http://contextrules.typepad.com/transformer/2008/09/the-human-rubik.html'],
		['Capturing &#34;Real&#34; Customer Information','http://contextrules.typepad.com/transformer/2008/09/capturing-real.html'],
		['The Role of Kanban in Synchronizing Lean Marketing','http://contextrules.typepad.com/transformer/2008/09/the-role-of-kan.html'],
		['Customer Communication is a Value&#45;Creation Process','http://contextrules.typepad.com/transformer/2008/09/customer-commun.html'],
		['Focused&#44; Extravagantly&#45;Supported Marketing Should Replace a Stream of Mediocre Programs','http://contextrules.typepad.com/transformer/2008/09/focused-extrava.html'],
		['Episodic Event Marketing Moves to Continuous Flow','http://contextrules.typepad.com/transformer/2008/09/episodic-event.html'],
		['The Unofficial Twitter Manual','http://contextrules.typepad.com/transformer/2008/09/the-unofficial.html'],
		['Corporate Social Networks Catching On','http://contextrules.typepad.com/transformer/2008/09/corporate-socia.html'],
		['Female Brain Drain Clobbering Britain&#63;','http://contextrules.typepad.com/transformer/2008/09/female-brain-dr.html'],
		['The Customer Experience of a US Citizen','http://contextrules.typepad.com/transformer/2008/09/the-customer-ex.html'],
		['Letting Competitors Define Your Brand','http://contextrules.typepad.com/transformer/2008/09/letting-competi.html'],
		['The &#36;35 Billion Give-Away that Feels Good','http://contextrules.typepad.com/transformer/2008/09/the-35-billion.html'],
				['The Perfect Customer Experience Blog','http://www.perfectcem.com/'],
	];
		
	
//===========================================================================


//See instructions for editing the "Featured Expert" section above 
	 
var events = new Array(2);

	events[0] = 'Five Ideas to Reduce Internal Sales Barriers';		  
	events[1] = 'http://www.cincom.com/us/eng/forms/mbt_it.jsp?elq=4A41E1A38DAA41EBB7E7343E74C76845';
	
//===========================================================================	


//See instructions for editing the "Featured Expert" section above 
	 
/*var cincomix = new Array(3);

	cincomix[0] = 'Saving Private Data';
	cincomix[1] = 'http://www.cincom.com/us/eng/expert-access/cincomix/Cincomix_9-23-08.html';
	cincomix[2] = 'http://www.cincom.com/us/eng/expert-access/cincomix/images/Cincomic92308_thumbnail.png';
	
	cincomixFrame[0] = '<div class="centerImage">';
	cincomixFrame[3] = '</div>';
	*/
	
//===========================================================================	

var archives = [
		['September 16, 2008','http://www.cincom.com/us/eng/expert-access/archives/9-16-08_newsletter.html'],
		['September 2, 2008','http://www.cincom.com/us/eng/expert-access/archives/9-2-08_newsletter.html'],
		['August 12, 2008','http://www.cincom.com/us/eng/expert-access/archives/8-12-08_newsletter.html'],
		['July 29, 2008','http://www.cincom.com/us/eng/expert-access/archives/7-29-08_newsletter.html'],
		['July 15, 2008','http://www.cincom.com/us/eng/expert-access/archives/7-15-08_newsletter.html'],
		['July 1, 2008','http://www.cincom.com/us/eng/expert-access/archives/7-1-08_newsletter.html'],
		['June 17, 2008','http://www.cincom.com/us/eng/expert-access/archives/6-17-08_newsletter.html'],                   
		['June 3, 2008','http://www.cincom.com/us/eng/expert-access/archives/6-3-08_newsletter.html'],
		['May 20, 2008','http://www.cincom.com/us/eng/expert-access/archives/5-20-08_newsletter.html'],
		/*['May 6, 2008','http://www.cincom.com/us/eng/expert-access/archives/5-6-08_newsletter.html'],        
		['April 22, 2008','http://www.cincom.com/us/eng/expert-access/archives/4-22-08_newsletter.html'],*/
	];

	//===========================================================================

//See instructions for editing the "Editor's Choice" section above
	
	
var accessExperts = [
		
		['Al and Laura Ries','http://www.cincom.com/us/eng/expert-access/access.html#ries_ries'],
		['Erika Andersen','http://www.cincom.com/us/eng/expert-access/access.html#erika_andersen'],
		['Anthony Parinello','http://www.cincom.com/us/eng/expert-access/access.html#anthony_parinello'],
		['David Stein','http://www.cincom.com/us/eng/expert-access/access.html#dave_stein'],
		['David Meerman Scott','http://www.cincom.com/us/eng/expert-access/access.html#david_meerman_scott'],
		
		['Jeff Thull','http://www.cincom.com/us/eng/expert-access/access.html#jeff_thull'],
		['Meryl K. Evans','http://www.cincom.com/us/eng/expert-access/access.html#meryl_evans'],
		['Jeanne Bliss','http://www.cincom.com/us/eng/expert-access/access.html#jeanne_bliss'],		
		['1001 Ways to Wow Your Customers','http://www.cincom.com/us/eng/expert-access/access.html#1001_ways'],
		['Alexander Consulting','http://www.cincom.com/us/eng/expert-access/access.html#alexander_consulting'],
		
		['AMR Research','http://www.cincom.com/us/eng/expert-access/access.html#amr_research'],
		['Dr. Jon Anton','http://www.cincom.com/us/eng/expert-access/access.html#jon_anton'],
		['Basex','http://www.cincom.com/us/eng/expert-access/access.html#basex'],
		['Maureen Blanford','http://www.cincom.com/us/eng/expert-access/access.html#maureen_blanford'],
		['JoAnna Brandi & Company','http://www.cincom.com/us/eng/expert-access/access.html#joanna_brandi'],
		
		['Capital Source Partners','http://www.cincom.com/us/eng/expert-access/access.html#capital_partners'],
		['Brian Carroll','http://www.cincom.com/us/eng/expert-access/access.html#brian_carroll'],		
		['CIOview','http://www.cincom.com/us/eng/expert-access/access.html#cioview'],
		['Louis Columbus','http://www.cincom.com/us/eng/expert-access/access.html#louis_columbus'],
		['Ron Crabtree','http://www.cincom.com/us/eng/expert-access/access.html#ron_crabtree'],
		
		['Kevin Craine','http://www.cincom.com/us/eng/expert-access/access.html#kevin_craine'],
		['CustomerThink','http://www.cincom.com/us/eng/expert-access/access.html#customerthink'],
		['Doculabs','http://www.cincom.com/us/eng/expert-access/access.html#doculabs'],
		['Marsha Friedman','http://www.cincom.com/us/eng/expert-access/access.html#marsha_friedman'],		
		['Fujitsu Consulting','http://www.cincom.com/us/eng/expert-access/access.html#fujitsu_consulting'],
		
		['Nettie Hartsock','http://www.cincom.com/us/eng/expert-access/access.html#nettie_hartsock'],
		['Kimberly Hathaway','http://www.cincom.com/us/eng/expert-access/access.html#kimberly_hathaway'],
		['David Henderson','http://www.cincom.com/us/eng/expert-access/access.html#david_henderson'],
		['Casey Hibbard','http://www.cincom.com/us/eng/expert-access/access.html#casey_hibbard'],
		['Tom Hortel','http://www.cincom.com/us/eng/expert-access/access.html#tom_hortel'],
		['InfoTrends/CAP Ventures','http://www.cincom.com/us/eng/expert-access/access.html#infotrends'],
		
		['InternetVIZ','http://www.cincom.com/us/eng/expert-access/access.html#internetviz'],
	];

//===========================================================================


//See instructions for editing the "Editor's Choice" section above

var accessExpertsClosed = [

		
		['Michael Kaselnak','http://www.cincom.com/us/eng/expert-access/access.html#michael_kaselnak'],
		['Jill Konrath','http://www.cincom.com/us/eng/expert-access/access.html#jill_konrath'],
		['Market Wire','http://www.cincom.com/us/eng/expert-access/access.html#market_wire'],		
		['Nielsen BuzzMetrics','http://www.cincom.com/us/eng/expert-access/access.html#nielsen_buzzmetrics'],
		['Lisa Nirell','http://www.cincom.com/us/eng/expert-access/access.html#lisa_nirell'],
		
		['Bill Porter, Porter Research','http://www.cincom.com/us/eng/expert-access/access.html#bill_porter'],
		['Skip Press','http://www.cincom.com/us/eng/expert-access/access.html#skip_press'],
		['Rafferty Consulting Group','http://www.cincom.com/us/eng/expert-access/access.html#rafferty_consulting'],
		['Realtimepublishers.com','http://www.cincom.com/us/eng/expert-access/access.html#realtimepublishers'], 
		['James Robertson','http://www.cincom.com/us/eng/expert-access/access.html#james_robertson'],
		
		['Search Security','http://www.cincom.com/us/eng/expert-access/access.html#search_security'],
		['Dr. Woody Sears','http://www.cincom.com/us/eng/expert-access/access.html#woody_sears'],
		['Rick Sidorowicz','http://www.cincom.com/us/eng/expert-access/access.html#rick_sidorowicz'],
		
		['Shaun Smith','http://www.cincom.com/us/eng/expert-access/access.html#shaun_smith'],
		['Software Business','http://www.cincom.com/us/eng/expert-access/access.html#software_business'],
		['Ken Sutherland','http://www.cincom.com/us/eng/expert-access/access.html#ken_sutherland'],
		['Technology Evaluation.Com','http://www.cincom.com/us/eng/expert-access/access.html#technology_evaluation'],		
		['John I. Todor, PhD','http://www.cincom.com/us/eng/expert-access/access.html#john_todor'],
		
		['Steven Van Yoder','http://www.cincom.com/us/eng/expert-access/access.html#steven_van_yoder'],
		['The VAR-City','http://www.cincom.com/us/eng/expert-access/access.html#var-city'],
		['Lou Washington','http://www.cincom.com/us/eng/expert-access/access.html#lou_washington'],
		['Dale Wolf, SGME','http://www.cincom.com/us/eng/expert-access/access.html#dale_wolf'],
	];
	
	//===========================================================================


var header = [

		['About','/us/eng/expert-access/about.jsp'],
		['Cincom','http://www.cincom.com/'],
		['Solutions','/us/eng/solutions/'],
		['Products &amp; Services','/us/eng/products/products-a2z/'],
		['Submit an Article','/us/eng/expert-access/submitarticle.jsp'],
		['Subscribe','http://events.cincom.com/forms/expert_access_subscription'],	
	];

	//===========================================================================
	
	
	var footer = [
			['legal notice','http://www.cincom.com/us/eng/legal/copyright.jsp'],
			['privacy policy','http://www.cincom.com/us/eng/legal/privacy.jsp'],
			['terms of use','http://www.cincom.com/us/eng/legal/terms.jsp'],
			['anti-spam policy','http://www.cincom.com/us/eng/legal/antispam.jsp'],
 			['unsubscribe','http://events.cincom.com/content/unsubscribe_warning?elq=<span class=eloquaemail>recipientid</span>'],
			
	];
