function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function toggleShowHide(id){
	div = document.getElementById(id);
	
	if (div.style.display == 'none'){
		div.style.display = 'block';
	} else {
		div.style.display = 'none'
	}
}

var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {
	var pageTracker = _gat._getTracker("UA-1446503-1");
	pageTracker._trackPageview();
}
catch(err) {}