function openPage(selbox, lang) {
	var index=selbox.selectedIndex;
	var indexVal = selbox.options[index].value;
	switch(indexVal)  {
		case "labor" :
			window.location = "http://www.cca-acc.com/directories/clra/clra_" + lang + ".asp";
			break;
		case "openshop" :
			window.location = "http://www.cca-acc.com/directories/osca/osca_" + lang + ".asp";
			break;
		default :
			window.location = "http://www.cca-acc.com/directories/associations/associations_" + lang + ".asp?url=" + indexVal;
	}
}
