// JavaScript Document

function buildSelect() { //alert(x) ; //return
x = document.f1.typeOW.value

for (var q=f1.levelOW.options.length;q>=0;q--) 
f1.levelOW.options[q]=null;


for (var q=f1.numberOP.options.length;q>=0;q--) 
f1.numberOP.options[q]=null;

for (var q=f1.typeOW2.options.length;q>=0;q--) 
f1.typeOW2.options[q]=null;

for (var q=f1.WDelivery.options.length;q>=0;q--) 
f1.WDelivery.options[q]=null;

option0 = new Option("Select Number of Pages","None")
  // write them
  document.f1.numberOP.options[0] = option0

  option0 = new Option("Select Standard","None")
  // write them
  document.f1.levelOW.options[0] = option0

  option0 = new Option("Deadline","None")
  // write them
  document.f1.WDelivery.options[0] = option0

  option0 = new Option("Deadline","None")
  // write them
  document.f1.WDelivery.options[0] = option0


var abc=new Array()

document.f1.totalPaid.value = "0.00"


if (x == "High School" || x == "A-Level" || x == "GCSE") {
 
  
  /* set choices 1 and 2 */

  option0 = new Option("Select Type of Work","None")
  option1 = new Option("Coursework","Coursework")
  option2 = new Option("Essay","Essay")
  option3 = new Option("Report","Report")
  option4 = new Option("Editing","Editing")
  option5 = new Option("PowerPoint Presentation","PowerPoint Presentation")
  // write them
  document.f1.typeOW2.options[0] = option0
  document.f1.typeOW2.options[1] = option1
  document.f1.typeOW2.options[2] = option2
  document.f1.typeOW2.options[3] = option3
  document.f1.typeOW2.options[4] = option4
  document.f1.typeOW2.options[5] = option5
  
  return;
  }

if (x == "Undergraduate") {
 
  
  /* set choices 1 and 2 */

  option0 = new Option("Select Type of Work","None")
  option1 = new Option("Lit / Review","Lit / Review")
  option2 = new Option("Dissertation Proposal","Dissertation Proposal")
  option3 = new Option("Essay / Report","Essay / Report")
  option4 = new Option("Dissertation","Dissertation")
  option5 = new Option("Editing","Editing")
  option6 = new Option("PowerPoint Presentation","PowerPoint Presentation")
  // write them
  document.f1.typeOW2.options[0] = option0
  document.f1.typeOW2.options[1] = option1
  document.f1.typeOW2.options[2] = option2
  document.f1.typeOW2.options[3] = option3
  document.f1.typeOW2.options[4] = option4
  document.f1.typeOW2.options[5] = option5
  document.f1.typeOW2.options[6] = option6
  
  return;
  }

if (x == "Master") {
 
  
  /* set choices 1 and 2 */

  option0 = new Option("Select Type of Work","None")
  option1 = new Option("Dissertation Proposal","Dissertation Proposal")
  option2 = new Option("Lit / Review","Lit / Review")
  option3 = new Option("Dissertation","Dissertation")
  option4 = new Option("Essay / Report","Essay / Report")
  option5 = new Option("PowerPoint Presentation","PowerPoint Presentation")
  // write them
  document.f1.typeOW2.options[0] = option0
  document.f1.typeOW2.options[1] = option1
  document.f1.typeOW2.options[2] = option2
  document.f1.typeOW2.options[3] = option3
  document.f1.typeOW2.options[4] = option4
  document.f1.typeOW2.options[5] = option5
  
  return;
  }

if (x == "Ph.D.") {
 
  
  /* set choices 1 and 2 */

  option0 = new Option("Select Type of Work","None")
  option1 = new Option("Dissertation Proposal","Dissertation Proposal")
  option2 = new Option("Lit / Review","Lit / Review")
  option3 = new Option("Dissertation","Dissertation")
  option4 = new Option("Essay / Report","Essay / Report")
  option5 = new Option("PowerPoint Presentation","PowerPoint Presentation")
  // write them
  document.f1.typeOW2.options[0] = option0
  document.f1.typeOW2.options[1] = option1
  document.f1.typeOW2.options[2] = option2
  document.f1.typeOW2.options[3] = option3
  document.f1.typeOW2.options[4] = option4
  document.f1.typeOW2.options[5] = option5
  
  return;
  }


} // end of function


function buildSelect2() { //alert(x) ; //return
x = document.f1.typeOW.value
x2 = document.f1.typeOW2.value

for (var q=f1.levelOW.options.length;q>=0;q--) 
f1.levelOW.options[q]=null;


for (var q=f1.numberOP.options.length;q>=0;q--) 
f1.numberOP.options[q]=null;

for (var q=f1.WDelivery.options.length;q>=0;q--) 
f1.WDelivery.options[q]=null;


  option0 = new Option("Select Number of Pages","None")
  // write them
  document.f1.numberOP.options[0] = option0

  option0 = new Option("Select Standard","None")
  // write them
  document.f1.levelOW.options[0] = option0

  option0 = new Option("Deadline","None")
  // write them
  document.f1.WDelivery.options[0] = option0

var abc=new Array()

document.f1.totalPaid.value = "0.00"


if ((x == "High School" || x == "A-Level" || x == "GCSE") && (x2 != "PowerPoint Presentation")) {
  
  /* set choices 1 and 2 */
  option0 = new Option("Deadline","None")
  option1 = new Option("1 Month","1 Month")
  option2 = new Option("15 Days","15 Days")
  option3 = new Option("7 Days","7 Days")
  option4 = new Option("5 Days","5 Days")
  option5 = new Option("4 Days","4 Days")
  option6 = new Option("3 Days","3 Days")
  option7 = new Option("48 Hours","48 Hours")
  option8 = new Option("24 Hours","24 Hours")
  // write them
  document.f1.WDelivery.options[0] = option0
  document.f1.WDelivery.options[1] = option1
  document.f1.WDelivery.options[2] = option2
  document.f1.WDelivery.options[3] = option3
  document.f1.WDelivery.options[4] = option4
  document.f1.WDelivery.options[5] = option5
  document.f1.WDelivery.options[6] = option6
  document.f1.WDelivery.options[7] = option7
  document.f1.WDelivery.options[8] = option8
  
  /* set choices 1 and 2 */
  option0 = new Option("Select Standard","None")
  option1 = new Option("Guaranteed A Grade","Guaranteed A Grade")
  option2 = new Option("Guaranteed B Grade","Guaranteed B Grade")
  // write them
  document.f1.levelOW.options[0] = option0
  document.f1.levelOW.options[1] = option1
  document.f1.levelOW.options[2] = option2
  
		j = 2
		
		for (var i = j; i <= 300; i++)
		abc[i]=new Option(i, i)
		
		abc1 = new Option("Select Number of Pages","0")
		document.f1.numberOP.options[0] = abc1
		
		for (var k = j; k <= 300; k++)
		document.f1.numberOP.options[k-1] = abc[k]
  
  return;
  }

if ((x == "High School" || x == "A-Level" || x == "GCSE") && (x2 == "PowerPoint Presentation")) {
  
  /* set choices 1 and 2 */
  option0 = new Option("Deadline","None")
  option1 = new Option("7 Days","7 Days")
  option2 = new Option("5 Days","5 Days")
  option3 = new Option("4 Days","4 Days")
  option4 = new Option("3 Days","3 Days")
  option5 = new Option("48 Hours","48 Hours")
  option6 = new Option("24 Hours","24 Hours")
  // write them
  document.f1.WDelivery.options[0] = option0
  document.f1.WDelivery.options[1] = option1
  document.f1.WDelivery.options[2] = option2
  document.f1.WDelivery.options[3] = option3
  document.f1.WDelivery.options[4] = option4
  document.f1.WDelivery.options[5] = option5
  document.f1.WDelivery.options[6] = option6
  
  /* set choices 1 and 2 */
  option0 = new Option("Select Standard","None")
  option1 = new Option("Premium Quality","Premium Quality")
  option2 = new Option("Standard Quality","Standard Quality")
  // write them
  document.f1.levelOW.options[0] = option0
  document.f1.levelOW.options[1] = option1
  document.f1.levelOW.options[2] = option2
  
		j = 2
		
		for (var i = j; i <= 300; i++)
		abc[i]=new Option(i, i)
		
		abc1 = new Option("Select Number of Pages","0")
		document.f1.numberOP.options[0] = abc1
		
		for (var k = j; k <= 300; k++)
		document.f1.numberOP.options[k-1] = abc[k]
  
  return;
  }


//////////////////////


if ((x == "Undergraduate" || x == "Master" || x == "Ph.D.") && (x2 == "PowerPoint Presentation")) {
  
  /* set choices 1 and 2 */
  option0 = new Option("Deadline","None")
  option1 = new Option("7 Days","7 Days")
  option2 = new Option("5 Days","5 Days")
  option3 = new Option("4 Days","4 Days")
  option4 = new Option("3 Days","3 Days")
  option5 = new Option("48 Hours","48 Hours")
  option6 = new Option("24 Hours","24 Hours")
  // write them
  document.f1.WDelivery.options[0] = option0
  document.f1.WDelivery.options[1] = option1
  document.f1.WDelivery.options[2] = option2
  document.f1.WDelivery.options[3] = option3
  document.f1.WDelivery.options[4] = option4
  document.f1.WDelivery.options[5] = option5
  document.f1.WDelivery.options[6] = option6
  
  /* set choices 1 and 2 */
  option0 = new Option("Select Standard","None")
  option1 = new Option("Premium Quality","Premium Quality")
  option2 = new Option("Standard Quality","Standard Quality")
  // write them
  document.f1.levelOW.options[0] = option0
  document.f1.levelOW.options[1] = option1
  document.f1.levelOW.options[2] = option2
  
		j = 2
		
		for (var i = j; i <= 300; i++)
		abc[i]=new Option(i, i)
		
		abc1 = new Option("Select Number of Pages","0")
		document.f1.numberOP.options[0] = abc1
		
		for (var k = j; k <= 300; k++)
		document.f1.numberOP.options[k-1] = abc[k]
  
  return;
  }


if ((x == "Undergraduate" || x == "Master" || x == "Ph.D.") && (x2 == "Lit / Review" || x2 == "Dissertation Proposal")) {
  
  /* set choices 1 and 2 */
  option0 = new Option("Deadline","None")
  option1 = new Option("1 Month","1 Month")
  option2 = new Option("15 Days","15 Days")
  option3 = new Option("7 Days","7 Days")
  option4 = new Option("5 Days","5 Days")
  option5 = new Option("4 Days","4 Days")
  option6 = new Option("3 Days","3 Days")
  option7 = new Option("48 Hours","48 Hours")
  option8 = new Option("24 Hours","24 Hours")
  // write them
  document.f1.WDelivery.options[0] = option0
  document.f1.WDelivery.options[1] = option1
  document.f1.WDelivery.options[2] = option2
  document.f1.WDelivery.options[3] = option3
  document.f1.WDelivery.options[4] = option4
  document.f1.WDelivery.options[5] = option5
  document.f1.WDelivery.options[6] = option6
  document.f1.WDelivery.options[7] = option7
  document.f1.WDelivery.options[8] = option8
  
  /* set choices 1 and 2 */
  option0 = new Option("Select Standard","None")
  option1 = new Option("Guaranteed First Class","Guaranteed First Class")
  option2 = new Option("Guaranteed 2:1 Standard","Guaranteed 2:1 Standard")
  option3 = new Option("Guaranteed 2:2 Standard","Guaranteed 2:2 Standard")
  // write them
  document.f1.levelOW.options[0] = option0
  document.f1.levelOW.options[1] = option1
  document.f1.levelOW.options[2] = option2
  document.f1.levelOW.options[3] = option3
  
		j = 2
		
		for (var i = j; i <= 299; i++)
		abc[i]=new Option(i+1, i+1)
		
		abc1 = new Option("Select Number of Pages","0")
		document.f1.numberOP.options[0] = abc1
		
		for (var k = j; k <= 299; k++)
		document.f1.numberOP.options[k-1] = abc[k]
  
  return;
  }

if ((x == "Undergraduate" || x == "Master" || x == "Ph.D.") && (x2 == "Dissertation")) {
  
  /* set choices 1 and 2 */
  option0 = new Option("Deadline","None")
  option1 = new Option("1 Month","1 Month")
  option2 = new Option("15 Days","15 Days")
  option3 = new Option("7 Days","7 Days")
  option4 = new Option("5 Days","5 Days")
  option5 = new Option("4 Days","4 Days")
  option6 = new Option("3 Days","3 Days")
  option7 = new Option("48 Hours","48 Hours")
  option8 = new Option("24 Hours","24 Hours")
  // write them
  document.f1.WDelivery.options[0] = option0
  document.f1.WDelivery.options[1] = option1
  document.f1.WDelivery.options[2] = option2
  document.f1.WDelivery.options[3] = option3
  document.f1.WDelivery.options[4] = option4
  document.f1.WDelivery.options[5] = option5
  document.f1.WDelivery.options[6] = option6
  document.f1.WDelivery.options[7] = option7
  document.f1.WDelivery.options[8] = option8
  
  /* set choices 1 and 2 */
  option0 = new Option("Select Standard","None")
  option1 = new Option("Guaranteed First Class","Guaranteed First Class")
  option2 = new Option("Guaranteed 2:1 Standard","Guaranteed 2:1 Standard")
  option3 = new Option("Guaranteed 2:2 Standard","Guaranteed 2:2 Standard")
  // write them
  document.f1.levelOW.options[0] = option0
  document.f1.levelOW.options[1] = option1
  document.f1.levelOW.options[2] = option2
  document.f1.levelOW.options[3] = option3
  
		j = 2
		
		for (var i = j; i <= 297; i++)
		abc[i]=new Option(i+3, i+3)
		
		abc1 = new Option("Select Number of Pages","0")
		document.f1.numberOP.options[0] = abc1
		
		for (var k = j; k <= 297; k++)
		document.f1.numberOP.options[k-1] = abc[k]
  
  return;
  }

if ((x == "Undergraduate" || x == "Master" || x == "Ph.D.") && (x2 == "Essay / Report" || x2 == "Editing")) {
  
  /* set choices 1 and 2 */
  option0 = new Option("Deadline","None")
  option1 = new Option("1 Month","1 Month")
  option2 = new Option("15 Days","15 Days")
  option3 = new Option("7 Days","7 Days")
  option4 = new Option("5 Days","5 Days")
  option5 = new Option("4 Days","4 Days")
  option6 = new Option("3 Days","3 Days")
  option7 = new Option("48 Hours","48 Hours")
  option8 = new Option("24 Hours","24 Hours")
  // write them
  document.f1.WDelivery.options[0] = option0
  document.f1.WDelivery.options[1] = option1
  document.f1.WDelivery.options[2] = option2
  document.f1.WDelivery.options[3] = option3
  document.f1.WDelivery.options[4] = option4
  document.f1.WDelivery.options[5] = option5
  document.f1.WDelivery.options[6] = option6
  document.f1.WDelivery.options[7] = option7
  document.f1.WDelivery.options[8] = option8
  
  /* set choices 1 and 2 */
  option0 = new Option("Select Standard","None")
  option1 = new Option("Guaranteed First Class","Guaranteed First Class")
  option2 = new Option("Guaranteed 2:1 Standard","Guaranteed 2:1 Standard")
  option3 = new Option("Guaranteed 2:2 Standard","Guaranteed 2:2 Standard")
  // write them
  document.f1.levelOW.options[0] = option0
  document.f1.levelOW.options[1] = option1
  document.f1.levelOW.options[2] = option2
  document.f1.levelOW.options[3] = option3
  
		j = 2
		
		for (var i = j; i <= 300; i++)
		abc[i]=new Option(i, i)
		
		abc1 = new Option("Select Number of Pages","0")
		document.f1.numberOP.options[0] = abc1
		
		for (var k = j; k <= 300; k++)
		document.f1.numberOP.options[k-1] = abc[k]
  
  return;
  }




} // end of function





// Calculation function starts

function calc(){
//High School/A-Level - Guaranteed A Grade
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}

//High School - Guaranteed B Grade
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School"||document.f1.typeOW.value == "A-Level")&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}

//GCSE - Guaranteed A Grade
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}

//GCSE - Guaranteed B Grade
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "GCSE"&&(document.f1.typeOW2.value == "Coursework"||document.f1.typeOW2.value == "Essay"||document.f1.typeOW2.value == "Report")&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}

//Master - Dissertation Proposal - Guaranteed First Class
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 33.38).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.61).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 37.84).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.31).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 55.70).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 71.33).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 89.19).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 111.51).toFixed(2)
}

//Master - Dissertation Proposal - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.80).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.85).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.66).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 44.59).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 55.76).toFixed(2)
}

//Master - Dissertation Proposal - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.57).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.80).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 22.27).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.62).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 33.43).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 44.59).toFixed(2)
}

//Master - Lit / Review - Guaranteed First Class
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.61).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.31).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 49.00).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 57.93).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 71.33).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 84.72).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 95.89).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 111.51).toFixed(2)
}

//Master - Lit / Review - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.80).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.50).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.97).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.66).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.36).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 47.94).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 55.76).toFixed(2)
}

//Master - Lit / Review - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.80).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.85).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.32).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 37.90).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 44.59).toFixed(2)
}

//Master - Dissertation - Guaranteed First Class
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.61).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.31).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 49.00).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 57.93).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 71.33).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 84.72).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 95.89).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 111.51).toFixed(2)
}

//Master - Dissertation - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.80).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.50).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.97).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.66).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.36).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 47.94).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 55.76).toFixed(2)
}

//Master - Dissertation - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.80).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.85).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.32).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 37.90).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 44.59).toFixed(2)
}

//Master - Essay / Report - Guaranteed First Class
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 20.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 22.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 26.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 30.95).toFixed(2)
}

//Master - Essay / Report - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}

//Master - Essay / Report - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}

//Undergraduate - Lit / Review - Guaranteed First Class
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.91).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 33.38).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 37.84).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.31).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 46.77).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 51.24).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 57.93).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 78.03).toFixed(2)
}

//Undergraduate - Lit / Review - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.62).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.97).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 39.01).toFixed(2)
}

//Undergraduate - Lit / Review - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.22).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.85).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Lit / Review"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 34.55).toFixed(2)
}

//Undergraduate - Dissertation Proposal- Guaranteed First Class
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.91).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 33.38).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 37.84).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.31).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 53.47).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 57.93).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 62.40).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 73.56).toFixed(2)
}

//Undergraduate - Dissertation Proposal- Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 26.73).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.97).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 31.20).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 36.78).toFixed(2)
}

//Undergraduate - Dissertation Proposal - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.22).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.85).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 33.43).toFixed(2)
}

//Undergraduate - Essay / Report - Guaranteed First Class
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 20.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 22.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 26.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.95).toFixed(2)
}

//Undergraduate - Essay / Report - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}

//Undergraduate - Essay / Report - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}

//Undergraduate - Dissertation - Guaranteed First Class
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.91).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 33.38).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 37.84).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 42.31).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 46.77).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 51.24).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 57.93).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 78.03).toFixed(2)
}

//Undergraduate - Dissertation - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.62).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.97).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 39.01).toFixed(2)
}

//Undergraduate - Dissertation - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.22).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.46).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.69).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.92).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.15).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.39).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.85).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Dissertation"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 34.55).toFixed(2)
}

//High School, A-Level, GCSE - Editing - Guaranteed A Grade
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 6.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 7.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed A Grade"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}

//High School, A-Level, GCSE - Editing - Guaranteed B Grade
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 6.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 7.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if ((document.f1.typeOW.value == "High School" || document.f1.typeOW.value == "A-Level" || document.f1.typeOW.value == "GCSE")&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed B Grade"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}

//Undergraduate - Editing - Guaranteed First Class
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 7.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}

//Undergraduate - Editing - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 7.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}

//Undergraduate - Editing - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 7.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Undergraduate"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}

//Master - Editing - Guaranteed First Class
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}

//Master - Editing - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}

//Master - Editing - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}
if (document.f1.typeOW.value == "Master"&&document.f1.typeOW2.value == "Editing"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}

//Ph.D. - Dissertation Proposal - Guaranteed First Class
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 20.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 22.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 26.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 30.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.95).toFixed(2)
}

//Ph.D. - Dissertation Proposal - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 29.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.95).toFixed(2)
}

//Ph.D. - Dissertation Proposal - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Dissertation Proposal"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 29.95).toFixed(2)
}

//Ph.D. - Lit / Review, Dissertation - Guaranteed First Class
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 20.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 22.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 26.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 30.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 35.95).toFixed(2)
}

//Ph.D. - Lit / Review, Dissertation - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 29.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.95).toFixed(2)
}

//Ph.D. - Lit / Review, Dissertation - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&(document.f1.typeOW2.value == "Lit / Review"||document.f1.typeOW2.value == "Dissertation")&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 29.95).toFixed(2)
}

//Ph.D. - Essay / Report - Guaranteed First Class
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 20.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 22.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 24.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 26.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 28.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 30.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed First Class"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 32.95).toFixed(2)
}

//Ph.D. - Essay / Report - Guaranteed 2:1 Standard
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:1 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 29.95).toFixed(2)
}

//Ph.D. - Essay / Report - Guaranteed 2:2 Standard
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "1 Month")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "15 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 17.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 19.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 21.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 23.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 25.95).toFixed(2)
}
if (document.f1.typeOW.value == "Ph.D."&&document.f1.typeOW2.value == "Essay / Report"&&document.f1.levelOW.value == "Guaranteed 2:2 Standard"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 27.95).toFixed(2)
}

//PowerPoint Presentation - Premium Quality
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Premium Quality"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 8.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Premium Quality"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 10.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Premium Quality"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 12.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Premium Quality"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 14.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Premium Quality"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 16.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Premium Quality"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 18.95).toFixed(2)
}

//PowerPoint Presentation - Standard Quality
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Standard Quality"&&document.f1.WDelivery.value == "7 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 5.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Standard Quality"&&document.f1.WDelivery.value == "5 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 7.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Standard Quality"&&document.f1.WDelivery.value == "4 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 9.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Standard Quality"&&document.f1.WDelivery.value == "3 Days")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 11.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Standard Quality"&&document.f1.WDelivery.value == "48 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 13.95).toFixed(2)
}
if (document.f1.typeOW2.value == "PowerPoint Presentation"&&document.f1.levelOW.value == "Standard Quality"&&document.f1.WDelivery.value == "24 Hours")
{
document.f1.totalPaid.value = (document.f1.numberOP.value * 15.95).toFixed(2)
}

}// function end


function submit1(){

if (document.f1.uName.value == ""){
alert("Please enter full name!")
document.f1.uName.focus()
return
}

if (echeck(document.f1.email.value)==false){
document.f1.email.value="";
document.f1.email.focus();
	return 
}


if (document.f1.email.value == ""){
alert("Please enter email address!")
document.f1.email.focus()
return
}

if (! (document.f1.email1.value == document.f1.email.value)){
alert("Email address and confirm email address are not same")
document.f1.email1.focus()
return
}

if (document.f1.tel.value == ""){
alert("Please enter contact number!")
document.f1.tel.focus()
return
}


if (!(document.f1.rUser[0].checked||document.f1.rUser[1].checked)){
alert("Are you already a user. Please select.")
document.f1.rUser[0].focus()
return
}


if (document.f1.howw.value == "None" && document.f1.rUser[1].checked){
alert("Please tell how did you hear about us?")
document.f1.howw.focus()
return
}
if (document.f1.address.value == ""){
alert("Please enter address!")
document.f1.address.focus()
return
}
if (document.f1.country.value == "None" && document.f1.country1.value == ""){
alert("Please select country!")
document.f1.country.focus()
return
}

if (document.f1.typeOW.value == "None"){
alert("Please describe Academic Level!")
document.f1.typeOW.focus()
return
}

if (document.f1.typeOW2.value == "None"||document.f1.typeOW2.value == ""){
alert("Please Select Type of Work!\nIf you come to this page using Back button then Refresh (Press F5) your web page.")
document.f1.typeOW2.focus()
return
}

if (document.f1.WDelivery.value == "None"){
alert("Please select work delivery!")
document.f1.WDelivery.focus()
return
}

if (document.f1.levelOW.value == "None"||document.f1.levelOW.value == ""){
alert("Please Select Standard!\nIf you come to this page using Back button then Refresh (Press F5) your web page.")
document.f1.levelOW.focus()
return
}

if (document.f1.numberOP.value == "0"||document.f1.numberOP.value == ""){
alert("Please enter page numbers\nIf you come to this page using Back button then Refresh (Press F5) your web page.")
document.f1.numberOP.focus()
return
}


if (document.f1.topic.value == ""){
alert("Please provide Paper Topic!")
document.f1.topic.focus()
return
}

if (document.f1.areaOW.value == ""){
alert("Please provide Subject!")
document.f1.areaOW.focus()
return
}

if (document.f1.WSI.value == ""){
alert("Please provide Topics Description / Requirements !")
document.f1.WSI.focus()
return
}

if (document.f1.sources.value == "None"||document.f1.sources.value == ""){
alert("Please select Number of Sources!")
document.f1.sources.focus()
return
}

if (document.f1.styleOW.value == ""){
alert("Please provide Referencing Requirements!")
document.f1.styleOW.focus()
return
}

if (document.f1.languageReq.value == "None"){
alert("Please provide language requirement!")
document.f1.languageReq.focus()
return
}


if (document.f1.totalPaid.value == "0"){
alert("Since the total price is '0'\nYou can not submit this form\nPlease select the appropriate option")
document.f1.levelOW.focus()
return
}

if (!(document.f1.po[0].checked||document.f1.po[1].checked)){
alert("Please select a Payment Option.")
document.f1.po[0].focus()
return
}

var uword = hex_md5(document.getElementById(jfldid).value);

if (document.getElementById(jfldid).value == "") {
	alert("Please enter security code.");
	document.getElementById(jfldid).focus();
	return;
}

if (uword!=cword[anum-1]) {		
	alert("Please enter correct security code.");
	document.getElementById(jfldid).focus();
	return;
}

if (!document.f1.agree.checked){
alert("Are you agree with terms and condition. Please select!")
document.f1.agree.focus()
return
}


if (document.f1.country.value == "None"){
document.f1.country.value = document.f1.country1.value
}


document.f1.submit();
}



	function echeck(str)
	{	
		var at="@"
		var dot="."
		var lat=str.indexOf(at)
		var lstr=str.length
		var ldot=str.indexOf(dot)
		if (str.indexOf(at)==-1){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(at)==-1 || str.indexOf(at)==0 || str.indexOf(at)==lstr){
		   alert("Invalid E-mail ID")
		   return false
		}

		if (str.indexOf(dot)==-1 || str.indexOf(dot)==0 || str.indexOf(dot)==lstr){
		    alert("Invalid E-mail ID")
		    return false
		}

		 if (str.indexOf(at,(lat+1))!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.substring(lat-1,lat)==dot || str.substring(lat+1,lat+2)==dot){
		    alert("Invalid E-mail ID")
		    return false
		 }

		 if (str.indexOf(dot,(lat+2))==-1){
		    alert("Invalid E-mail ID")
		    return false
		 }
		
		 if (str.indexOf(" ")!=-1){
		    alert("Invalid E-mail ID")
		    return false
		 }

 		 return true			
	}
	





function emailValid(a){

	if (echeck(document.f1.email.value)==false){
	document.f1.email.value="";
	document.f1.email.focus();
		return 
	}
}

