function getLocation(objRef,treeId) {
	
	if(objRef.options[objRef.selectedIndex].value > 0) {
	
		document.location.href = '/' + treeId + '.' + objRef.options[objRef.selectedIndex].value + '/' + objRef.options[objRef.selectedIndex].text;

	}
}
