function locationDelete(cID, lID, rID){
	var lid = lID;
	var cid = cID;
	var rid = rID;
	var is_sure=window.confirm("Are you sure?");
	
	if (is_sure) {
		window.location='./locationEdit.asp?cid=' + cid + '&lid=' + lid + '&funct=2&sregion=' + rid + '';
	}
}