function deletebid(id) {
    
	var answer = confirm("Are you sure?")
	if (answer){
		//alert(action)
		
		//if(action == 'delete'){
			window.location = "/wp-content/themes/inland/inc/process_bid_opp.php?action=delete&id=" + id;
			
		//}
	}
	else{
		alert("OK!")
	}
}
