function openPage(selbox) {
	var index=selbox.selectedIndex;
	var indexVal = selbox.options[index].value;
	switch(indexVal)  {
		case "labor" :
			window.location = "http://www.cca-acc.com/directories/clra/clra_e.asp";
			break;
		case "openshop" :
			window.location = "http://www.cca-acc.com/directories/osca/osca_e.asp";
			break;
		default :
			window.location = "http://www.cca-acc.com/directories/associations/associations_e.asp?url=" + indexVal;
	}
}


  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-15821760-3']);
  _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);
  })();