function ConfirmReportSend(){ 
	if (confirm("Are you sure you want submit these details?")==true) 
		return true; 
	else 
		return false; 
}