
function gotoPage(val){
	
window.location.href="global_offices_"+ val.options [ val.selectedIndex ].value +".asp?c="+val.options [ val.selectedIndex ].value;

}


