function handle_response(data, thepos, thisrequest){
		alert(data);
	
	switch (xmlactions[thepos]){
		case "checkcaptcha":
			if (data == ""){
				if (document.getElementById('form1')){
					document.getElementById('form1').submit();
				}
			}
			else {
				if (document.getElementById('')){
					document.getElementById('').innerHTML = data;
				}
			}
		break;
				
	}
	
}
