  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15015196-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

  function jumptoDoc(theTag){
	theDoc = theTag.href.substring(theTag.href.lastIndexOf('/')+1);
	_gaq.push(['_trackEvent', 'Downloads', 'PDF', theDoc.toString()]);
	return true;
}

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  //Add google analytics
	var theDoc = selObj.options[selObj.selectedIndex].value;
	_gaq.push(['_trackEvent', 'Downloads', 'PDF', theDoc.toString()]);
 //End google analytics

  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}
