/*
		Discounted courses are identified by the final d" (for discount) in the URL
		To discount a course move its line from the NON_ACTIVE to the ACTIVE section below
N.B.	This will only enable pricing changes to show in the browser.
		You will also need to assign the discount variable to the related "Buy Now" button/s at PayPal

		To return a course to standard pricing move its line from the ACTIVE to the NON-ACTIVE section below
N.B.	This will only enable pricing changes to show in the browser.
		You will also need to remove the discount variable from the related "Buy Now" button/s at PayPal
*/
//		This file differs to the individual ones in that we are chaning the value of the option, not an href

//	Declare Function

function applydiscountURLs() {



//	ONE-DAY COURSES -  ACTIVE DISCOUNTS	//
/*
	if (document.getElementById("CU_OD_01")) {
	document.getElementById("CU_OD_01").value = "/b/booking_one.html?c=CU_OD_01&p=odd";
	}
	if (document.getElementById("CU_OD_02")) {
	document.getElementById("CU_OD_02").value = "/b/booking_one.html?c=CU_OD_02&p=odd";
	}
	if (document.getElementById("CU_OD_03")) {
	document.getElementById("CU_OD_03").value = "/b/booking_one.html?c=CU_OD_03&p=odd";
	}
	if (document.getElementById("CU_OD_04")) {
	document.getElementById("CU_OD_04").value = "/b/booking_one.html?c=CU_OD_04&p=odd";
	}
	if (document.getElementById("CU_OD_05")) {
	document.getElementById("CU_OD_05").value = "/b/booking_one.html?c=CU_OD_05&p=odd";
	}
	if (document.getElementById("CU_OD_06")) {
	document.getElementById("CU_OD_06").value = "/b/booking_one.html?c=CU_OD_06&p=odd";
	}
*/	
//	SHORT COURSES -  ACTIVE DISCOUNTS	//

//	if (document.getElementById("CW_SC_03")) {
//	document.getElementById("CW_SC_03").value = "/b/booking_one_xx.html?c=CT_SC_03&p=scd";
//	}
	
//	if (document.getElementById("CW_SC_04")) {
//	document.getElementById("CW_SC_04").value = "/b/booking_one.html?c=CW_SC_04&p=scd";
//	}
	
//	if (document.getElementById('CW_SC_05')) {
//	document.getElementById('CW_SC_05').value = "/b/booking_one_xx.html?c=CW_SC_05&p=scd";
//	}
	
//	BOOT CAMPS -  ACTIVE DISCOUNTS	//

//	if (document.getElementById('CW_BC_07')) {
//	document.getElementById('CW_BC_07').value = "/b/booking_one_xx.html?c=CT_BC_07&p=bcd";
//	}


//	if (document.getElementById('CW_BC_05')) {
//	document.getElementById('CW_BC_05').value = "/b/booking_one_xx.html?c=CT_BC_05&p=bcd";
//	}

}

//	End Function - Load Function

window.onload = applydiscountURLs;

//	End

/*
	W R I T I N G
    ------------- 

	NON-ACTIVE DISCOUNTS - SHORT COURSES

	document.getElementById("CW_SC_02").value = "/b/booking_one.html?c=CW_SC_02&p=scd";
	document.getElementById("CW_SC_03").value = "/b/booking_one.html?c=CW_SC_03&p=scd";
	document.getElementById("CW_SC_04").value = "/b/booking_one.html?c=CW_SC_04&p=scd";
	document.getElementById("CW_SC_05").value = "/b/booking_one.html?c=CW_SC_05&p=scd";
	document.getElementById("CW_SC_06").value = "/b/booking_one.html?c=CW_SC_06&p=scd";
	document.getElementById("CW_SC_07").value = "/b/booking_one.html?c=CW_SC_07&p=scd";
	document.getElementById("CW_SC_08").value = "/b/booking_one.html?c=CW_SC_08&p=scd";

	NON-ACTIVE DISCOUNTS - BOOT CAMPS

	document.getElementById("CW_BC_02").value = "/b/booking_one.html?c=CW_BC_02&p=bcd";
	document.getElementById("CW_BC_03").value = "/b/booking_one.html?c=CW_BC_03&p=bcd";
	document.getElementById("CW_BC_04").value = "/b/booking_one.html?c=CW_BC_04&p=bcd";
	document.getElementById("CW_BC_05").value = "/b/booking_one.html?c=CW_BC_05&p=bcd";
	document.getElementById("CW_BC_06").value = "/b/booking_one.html?c=CW_BC_06&p=bcd";


	P A I N T I N G
    ---------------
    
	NON-ACTIVE DISCOUNTS - SHORT COURSES

	document.getElementById("PT_SC_02").value = "/b/booking_one.html?c=PT_SC_02&p=scd";

	NON-ACTIVE DISCOUNTS - BOOT CAMPS

	document.getElementById("PT_BC_02").value = "/b/booking_one.html?c=PT_BC_02&p=bcd";


	C O O K I N G
    -------------

	NON-ACTIVE DISCOUNTS - ONE-DAY COURSES

	document.getElementById("CU_OD_07").value = "/b/booking_one.html?c=CU_OD_07&p=odd";
	document.getElementById("CU_OD_08").value = "/b/booking_one.html?c=CU_OD_08&p=odd";
	document.getElementById("CU_OD_09").value = "/b/booking_one.html?c=CU_OD_09&p=odd";
	document.getElementById("CU_OD_10").value = "/b/booking_one.html?c=CU_OD_10&p=odd";
	document.getElementById("CU_OD_11").value = "/b/booking_one.html?c=CU_OD_11&p=odd";
	document.getElementById("CU_OD_12").value = "/b/booking_one.html?c=CU_OD_12&p=odd";
	document.getElementById("CU_OD_13").value = "/b/booking_one.html?c=CU_OD_13&p=odd";
	document.getElementById("CU_OD_14").value = "/b/booking_one.html?c=CU_OD_14&p=odd";
	document.getElementById("CU_OD_15").value = "/b/booking_one.html?c=CU_OD_15&p=odd";
	document.getElementById("CU_OD_16").value = "/b/booking_one.html?c=CU_OD_16&p=odd";
	document.getElementById("CU_OD_17").value = "/b/booking_one.html?c=CU_OD_17&p=odd";
	document.getElementById("CU_OD_18").value = "/b/booking_one.html?c=CU_OD_18&p=odd";
	document.getElementById("CU_OD_19").value = "/b/booking_one.html?c=CU_OD_19&p=odd";
	document.getElementById("CU_OD_20").value = "/b/booking_one.html?c=CU_OD_20&p=odd";
	document.getElementById("CU_OD_21").value = "/b/booking_one.html?c=CU_OD_21&p=odd";
	document.getElementById("CU_OD_22").value = "/b/booking_one.html?c=CU_OD_22&p=odd";
	document.getElementById("CU_OD_23").value = "/b/booking_one.html?c=CU_OD_23&p=odd";
	document.getElementById("CU_OD_24").value = "/b/booking_one.html?c=CU_OD_24&p=odd";
	document.getElementById("CU_OD_25").value = "/b/booking_one.html?c=CU_OD_25&p=odd";
	document.getElementById("CU_OD_26").value = "/b/booking_one.html?c=CU_OD_26&p=odd";
	document.getElementById("CU_OD_27").value = "/b/booking_one.html?c=CU_OD_27&p=odd";
	document.getElementById("CU_OD_28").value = "/b/booking_one.html?c=CU_OD_28&p=odd";
	document.getElementById("CU_OD_29").value = "/b/booking_one.html?c=CU_OD_29&p=odd";
	document.getElementById("CU_OD_30").value = "/b/booking_one.html?c=CU_OD_30&p=odd";
	document.getElementById("CU_OD_31").value = "/b/booking_one.html?c=CU_OD_31&p=odd";
	document.getElementById("CU_OD_32").value = "/b/booking_one.html?c=CU_OD_32&p=odd";
	document.getElementById("CU_OD_33").value = "/b/booking_one.html?c=CU_OD_33&p=odd";
	document.getElementById("CU_OD_34").value = "/b/booking_one.html?c=CU_OD_34&p=odd";
	document.getElementById("CU_OD_35").value = "/b/booking_one.html?c=CU_OD_35&p=odd";
	document.getElementById("CU_OD_36").value = "/b/booking_one.html?c=CU_OD_36&p=odd";

	NON-ACTIVE DISCOUNTS - SHORT COURSES		//

	document.getElementById("CU_SC_01").value = "/b/booking_one.html?c=CU_SC_01&p=scd";
	document.getElementById("CU_SC_02").value = "/b/booking_one.html?c=CU_SC_02&p=scd";
	document.getElementById("CU_SC_03_JUN").value = "/b/booking_one.html?c=CU_SC_03&p=scd";
	document.getElementById("CU_SC_03_JUL").value = "/b/booking_one.html?c=CU_SC_03&p=scd";
	document.getElementById("CU_SC_04").value = "/b/booking_one.html?c=CU_SC_04&p=scd";
	document.getElementById("CU_SC_05").value = "/b/booking_one.html?c=CU_SC_05&p=scd";
	document.getElementById("CU_SC_06").value = "/b/booking_one.html?c=CU_SC_06&p=scd";
	document.getElementById("CU_SC_07_SEP").value = "/b/booking_one.html?c=CU_SC_07&p=scd";
	document.getElementById("CU_SC_07_OCT").value = "/b/booking_one.html?c=CU_SC_07&p=scd";
	document.getElementById("CU_SC_08").value = "/b/booking_one.html?c=CU_SC_08&p=scd";
	document.getElementById("CU_SC_09").value = "/b/booking_one.html?c=CU_SC_09&p=scd";

*/
