﻿var price
var proddescription
var hashamount
var sku
							
function weekly() {
	sku = document.weeklydonation.product_sku_1.value
							
	switch (sku) {
		case "weekly25":
			document.weeklydonation.product_amount_1.value = document.donationweekly25.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly25.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly25.hash.value;
			break;
		case "weekly50":
			document.weeklydonation.product_amount_1.value = document.donationweekly50.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly50.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly50.hash.value;
			break;
		case "weekly75":
			document.weeklydonation.product_amount_1.value = document.donationweekly75.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly75.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly75.hash.value;
			break;
		case "weekly100":
			document.weeklydonation.product_amount_1.value = document.donationweekly100.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly100.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly100.hash.value;
			break;
		case "weekly125":
			document.weeklydonation.product_amount_1.value = document.donationweekly125.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly125.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly125.hash.value;
			break;
		case "weekly150":
			document.weeklydonation.product_amount_1.value = document.donationweekly150.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly150.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly150.hash.value;
			break;
		case "weekly175":
			document.weeklydonation.product_amount_1.value = document.donationweekly175.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly175.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly175.hash.value;
			break;
		case "weekly200":
			document.weeklydonation.product_amount_1.value = document.donationweekly200.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly200.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly200.hash.value;
			break;
		case "weekly225":
			document.weeklydonation.product_amount_1.value = document.donationweekly225.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly225.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly225.hash.value;
			break;
		case "weekly250":
			document.weeklydonation.product_amount_1.value = document.donationweekly250.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly250.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly250.hash.value;
			break;
		case "weekly275":
			document.weeklydonation.product_amount_1.value = document.donationweekly275.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly275.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly275.hash.value;
			break;
		case "weekly300":
			document.weeklydonation.product_amount_1.value = document.donationweekly300.product_amount_1.value;
			document.weeklydonation.product_description_1.value = document.donationweekly300.product_description_1.value;
			document.weeklydonation.hash.value = document.donationweekly300.hash.value;
			break;
	}
}

function monthly() {
		
	sku = document.monthlydonation.product_sku_1.value
							
	switch (sku){
		case "monthly50":
			document.monthlydonation.product_amount_1.value = document.donationmonthly50.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly50.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly50.hash.value;
			break;
		case "monthly100":
			document.monthlydonation.product_amount_1.value = document.donationmonthly100.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly100.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly100.hash.value;
			break;
		case "monthly150":
			document.monthlydonation.product_amount_1.value = document.donationmonthly150.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly150.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly150.hash.value;
			break;
		case "monthly200":
			document.monthlydonation.product_amount_1.value = document.donationmonthly200.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly200.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly200.hash.value;
			break;
		case "monthly250":
			document.monthlydonation.product_amount_1.value = document.donationmonthly250.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly250.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly250.hash.value;
			break;
		case "monthly500":
			document.monthlydonation.product_amount_1.value = document.donationmonthly500.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly500.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly500.hash.value;
			break;
		case "monthly1000":
			document.monthlydonation.product_amount_1.value = document.donationmonthly1000.product_amount_1.value;
			document.monthlydonation.product_description_1.value = document.donationmonthly1000.product_description_1.value;
			document.monthlydonation.hash.value = document.donationmonthly1000.hash.value;
			break;
	}
}