1) In a narrative format, discuss the key facts and critical issues presented in the case. Minimum word count is 500 words.
2) Give a detailed summary of the forensic investigation’s findings along with the evidence against Mr. McVeigh.
3) As lead investigator, prepare a summary for the prosecutor that explains the types of explosives used and their design and detonation.
OK ANSWERS QUESTIONS BY THE NUMBERS THAT MEANS NUMBER YOUR ANSWERS LIKE 1,2,3 WITH THE QUESTIONS.
PLEASE SITE YOUR WORK USING REFERENCES
</div%
function doOrderFormCalculation() {
var orderForm = document.getElementById('orderform_code');
var orderCostPerPage = 0;
var orderTotalCost = 0;
var single = false;
var number = orderForm.numberofpages;
var discount = 0;
var oc = 9 * doTypeOfDocumentCost(orderForm.typeofdocument) * doAcademicLevelCost(orderForm.academiclevel) * doUrgencyCost(orderForm.urgency) * doSubjectAreaCost(orderForm.subjectarea) * doCurrencyRate(orderForm.currency);
orderCostPerPage = (oc - (oc) * discount / 100);
number.options[0].value = '1';
number.options[0].text = '1 page/275 words';
for (i = 1; i < number.length; i++) {
number.options[i].value = (i + 1);
number.options[i].text = (i + 1) + ' pages/' + ((i + 1) * 275) + ' words';
}
number.options[number.selectedIndex].selected = true;
orderForm.costperpage.value = Math.round(orderCostPerPage * Math.pow(10, 2)) / Math.pow(10, 2);
orderForm.ordercost.value = Math.round((orderCostPerPage * number.options[number.selectedIndex].value) * Math.pow(10, 2)) / Math.pow(10, 2);
}
function doTypeOfDocumentCost(tod) {
if (tod.options[tod.selectedIndex].value == 0) {
return 1.00
} else if (tod.options[tod.selectedIndex].value == 1) {
return 1.00 }
else if (tod.options[tod.selectedIndex].value == 2) {
return 1.20 }
else if (tod.options[tod.selectedIndex].value == 3) {
return 1.12 }
else if (tod.options[tod.selectedIndex].value == 4) {
return 1.12 }
else if (tod.options[tod.selectedIndex].value == 5) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 6) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 7) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 8) {
return 1.40 }
else if (tod.options[tod.selectedIndex].value == 9) {
return 1.40 }
else if (tod.options[tod.selectedIndex].value == 10) {
return 1.40 }
else if (tod.options[tod.selectedIndex].value == 11) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 12) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 13) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 14) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 15) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 16) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 17) {
return 1.30 }
else if (tod.options[tod.selectedIndex].value == 18) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 19) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 20) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 21) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 22) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 23) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 24) {
return 0.50 }
else if (tod.options[tod.selectedIndex].value == 25) {
return 0.40 }
else if (tod.options[tod.selectedIndex].value == 26) {
return 0.40 }
else if (tod.options[tod.selectedIndex].value == 27) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 28) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 29) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 30) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 31) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 32) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 33) {
return 1 }
else if (tod.options[tod.selectedIndex].value == 34) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 35) {
return 1.10 }
else if (tod.options[tod.selectedIndex].value == 36) {
return 1.27 }
else if (tod.options[tod.selectedIndex].value == 37) {
return 0.25 }
else if (tod.options[tod.selectedIndex].value == 38) {
return 1.50 }
}
function doAcademicLevelCost(al) {
if (al.options[al.selectedIndex].value == 1) {
return 1.20
}
if (al.options[al.selectedIndex].value == 2) {
return 1.20
}
if (al.options[al.selectedIndex].value == 3) {
return 1.30
}
if (al.options[al.selectedIndex].value == 4) {
return 1.40
}
}
function doUrgencyCost(urgency) {
if (urgency.options[urgency.selectedIndex].value == 6) {
return 3.00
}
if (urgency.options[urgency.selectedIndex].value == 7) {
return 2.60
}
if (urgency.options[urgency.selectedIndex].value == 8) {
return 2.20
}
if (urgency.options[urgency.selectedIndex].value == 9) {
return 1.90
}
if (urgency.options[urgency.selectedIndex].value == 10) {
return 1.75
}
if (urgency.options[urgency.selectedIndex].value == 11) {
return 1.65
}
if (urgency.options[urgency.selectedIndex].value == 12) {
return 1.40
}
if (urgency.options[urgency.selectedIndex].value == 13) {
return 1.15
}
if (urgency.options[urgency.selectedIndex].value == 14) {
return 1.15
}
if (urgency.options[urgency.selectedIndex].value == 15) {
return 1.15
}
if (urgency.options[urgency.selectedIndex].value == 16) {
return 3.30
}
}
function doSubjectAreaCost(subject) {
if (subject.options[subject.selectedIndex].value == 10) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 12) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 15) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 17) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 13) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 16) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 18) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 11) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 14) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 112) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 52) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 111) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 102) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 105) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 107) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 103) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 104) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 115) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 53) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 60) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 61) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 58) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 62) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 59) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 57) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 63) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 64) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 87) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 93) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 89) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 88) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 90) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 67) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 9) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 24) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 36) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 38) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 37) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 42) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 41) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 44) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 45) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 40) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 39) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 43) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 47) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 49) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 48) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 7) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 2) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 4) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 5) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 6) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 3) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 116) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 54) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 56) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 51) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 94) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 99) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 97) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 101) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 95) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 100) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 96) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 78) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 85) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 113) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 86) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 83) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 79) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 80) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 28) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 110) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 29) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 21) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 108) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 22) {
return 1.00 }
if (subject.options[subject.selectedIndex].value == 65) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 71) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 70) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 72) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 73) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 75) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 77) {
return 1.45 }
if (subject.options[subject.selectedIndex].value == 114) {
return 1.00 }
}
function doCurrencyRate(currency) {
if (currency.options[currency.selectedIndex].value == 1) {
return 1 }
if (currency.options[currency.selectedIndex].value == 2) {
return 0.61880 }
if (currency.options[currency.selectedIndex].value == 3) {
return 0.98146 }
if (currency.options[currency.selectedIndex].value == 4) {
return 0.96294 }
if (currency.options[currency.selectedIndex].value == 5) {
return 0.77465 }
}