function geturl(){
				var locx 
				
				locx = window.location.pathname
				//alert(locx)
				locx = locx.toLowerCase();
				//alert(locx)
				var loclen = locx.length
				//if(locx.substr(0,3)=="/ES"){window.location.href='http://dsact.com/staff.htm'} else {window.location.href='http://dsact.com/ES/staff.htm'};
				if(locx.substr(0,3)=="/es"){locx="http://dsact.com/" + locx.substr(4,loclen)} else {locx="http://dsact.com/ES" + locx};
				//if(locx.substr(0,3)=="/es"){locn="http://dsact.com/" + locx.substr(4,loclen)} else {locn="http://dsact.com/ES" + locx};
				//alert(locx)
				//window.open('http://dsact.com/staff.htm')
				window.location.href=locx
			}


