var fDesc=new Array(); fDesc[0] = "Polaris is a cross-platform desktop widget for Google Analytics. With 8 standard reports it's the easiest way keep your data always instantly available. The rich interface and swift navigation make it a pleasure to use.

Main features:
-A one time easy setup. Choose between the free or full version, enter you Analytics account and done.
-The dashboard gives you nice overview of total visits, pageviews and other useful metrics.
-Switch between different date ranges with our drag and drop date widget.
-The visits reports gives you a day by day view on a nice chart.
-Polaris has 8 different reports. We plan to add even more on a regular base.
-Explore your traffic on the Google Maps report.
-The traffic overview report shows you from which medium you get the most traffic.
-The referring sites report provides a list with the top 25 referring sites.
-Learn which pages perform best with the top content report.
-The keywords report shows you which keywords are used mostly on organic searches.
-If you have one or more goals defined, this reports shows you a quick overview on how they are performing."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }