
var links = new Array (
  "",
  "",
  "",
  "",
  "",
  "",
  "EuSpRIG",
  "",
  "MultiChannel.htm",
  "",
  "MultiChannel.htm",
  "",
  "Extensio_excel.htm",
  "",
  "News_Extensio.htm",
  "",
  "release2.3.htm",
  "",
  "AwardedPatent.htm",
  "",
  "ExtensioMobile_forenterprises.htm",
  "w",
  "gadgets",
  "1",
  "2",
  "3",
  "00",
  "01",
  "02",
  "03",
  "04",
  "05",
  "06",
  "07"
 
 );

var links_text = new Array (
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/PressCoverage.html'><B>Extensio in the News</B></a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<tr><td class='bdText'>Press Release</td></tr>",

"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Pressrelease.html'>Oct '09: Extensio announces the availability of its Pluggable Desktop Information Delivery Technology for Microsoft Excel for ISVs and Developers</a>",

"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Press_Release_SMSCountry.html'>Oct '09: Extensio and SMSCountry Partner to Provide a pan-India, Secure and Robust SMS infrastructure for Customers</a>",

"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Press_Release_Sales_Force.html'>Aug '09: Extensio Extender for Microsoft® Excel Earns Salesforce.com Certification</a>",

"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Press_Release_J2ME.html'>Sept '08: Extensio Symphony Adds New Information Delivery Front-ends for Mobile Phones with Extensio J2ME Extender</a>",


"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Pressrelease_Gadgets.html'>July '07: Extensio Symphony Adds New Information Delivery Front-ends with Gadgets and Web Widgets</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/PR_SAP_EPBP_CERT_JAN07.html'>Jan '07: Extensio Symphony Earns SAP Certification</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/PR_Exensio_Symphony_sept06.html'>Sep '06: Extensio Unveils Symphony, a Multi-interface Delivery Solution for Business Users</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/PR_Extensio_DesktopConnectivity_SAP_MSOffice.html'>June '06: Extensio Releases Desktop Connectivity Solution for SAP and MS Office Users</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Mar06_outlook.html'>Mar '06: Connect Microsoft&reg; Outlook to Enterprise Applications</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/mar06_excel.html'>Mar '06: Make Microsoft&reg; Excel Enterprise-ready</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>","<a href='/news/EuSpRIG.html'>Jun '05: Extensio to Present at the EuSpRIG Conference</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>", 
"<a href='/news/MultiChannel.html'>Dec '04: Extensio Releases Information Delivery Platform</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/Extensio_excel.htm'>Jul '04: Excel Extender feeds real time data into Excel</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/News_Extensio.htm'>Nov '03: Network Computing features Extensio founder</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/release2.3.htm'>Oct '03: Extensio Releases Information Integration Suite</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news/AwardedPatent.htm'>May '03: Extensio Awarded Information Retrieval Patent</a>",
"<tr><td class='dotLine'></td></tr><a class='fine'>_________________________</a>",
"<a href='/news_archive/ExtensioMobile_forenterprises.htm'>>>>News Archive</a>"

 );

var loc=String(this.location);
loc=loc.split("/");
loc=loc[loc.length-1]/*.split(".");
loc=loc[loc.length-2];*/

function qiksearch_menu_gen()
{
	document.write('<table cellspacing="0" cellpadding="0" class="tblSpace"><tr><td></td></tr></table>');
	for(var i=0; i<links.length; i++)
	{

		if(loc==links[i])
		{
		document.write('<table class="explorer"><tr><td class="menu"><img src="/images/bulletWhite.gif"> ' + links_text[i]+ ' <b>&raquo;</b></td></tr></table>');
		}
		else
		{
		document.write('<table class="explorer"><tr><td class="menu">' + links_text[i] + '</td></tr></table>');
		}
	}
}

qiksearch_menu_gen();
//modified and managed by Grfx studio