if (document.getElementById('optionLittleScholarA').checked == true) { showLittleScholarA(); }
if (document.getElementById('optionLittleScholarB').checked == true) { showLittleScholarB(); }
if (document.getElementById('optionLittleScholarD').checked == true) { showLittleScholarD(); }
if (document.getElementById('optionLittleScholarE').checked == true) { showLittleScholarE(); }
if (document.getElementById('optionLittleScholarF').checked == true) { showLittleScholarF(); }


function showLittleScholarA() {
	//EVERYTHING
	document.getElementById('radioLittleScholarA').style.color = "#009053";
	document.getElementById('radioLittleScholarB').style.color = "#999999";
	document.getElementById('radioLittleScholarD').style.color = "#999999";
	document.getElementById('radioLittleScholarE').style.color = "#999999";
	document.getElementById('radioLittleScholarF').style.color = "#999999";
	
	document.getElementById('formColorGroupA').style.visibility = "visible";
	document.getElementById('formColorGroupA').style.position = "relative";
	document.getElementById('formColorGroupB').style.visibility = "visible";
	document.getElementById('formColorGroupB').style.position = "relative";
	document.getElementById('formTasselColorA').style.visibility = "visible";
	document.getElementById('formTasselColorA').style.position = "relative";
	document.getElementById('formTasselColorB').style.visibility = "visible";
	document.getElementById('formTasselColorB').style.position = "relative";
	document.getElementById('formGownSizeA').style.visibility = "visible";
	document.getElementById('formGownSizeA').style.position = "relative";
	document.getElementById('formGownSizeB').style.visibility = "visible";
	document.getElementById('formGownSizeB').style.position = "relative";
	document.getElementById('formGeneralQtyA').style.visibility = "hidden";
	document.getElementById('formGeneralQtyA').style.position = "absolute";
	document.getElementById('formGeneralQtyB').style.visibility = "hidden";
	document.getElementById('formGeneralQtyB').style.position = "absolute";
}
function showLittleScholarB() {
	//CAP ONLY
	document.getElementById('radioLittleScholarA').style.color = "#999999";
	document.getElementById('radioLittleScholarB').style.color = "#009053";
	document.getElementById('radioLittleScholarD').style.color = "#999999";
	document.getElementById('radioLittleScholarE').style.color = "#999999";
	document.getElementById('radioLittleScholarF').style.color = "#999999";
	
	document.getElementById('formColorGroupA').style.visibility = "visible";
	document.getElementById('formColorGroupA').style.position = "relative";
	document.getElementById('formColorGroupB').style.visibility = "visible";
	document.getElementById('formColorGroupB').style.position = "relative";
	document.getElementById('formTasselColorA').style.visibility = "hidden";
	document.getElementById('formTasselColorA').style.position = "absolute";
	document.getElementById('formTasselColorB').style.visibility = "hidden";
	document.getElementById('formTasselColorB').style.position = "absolute";
	document.getElementById('formGownSizeA').style.visibility = "hidden";
	document.getElementById('formGownSizeA').style.position = "absolute";
	document.getElementById('formGownSizeB').style.visibility = "hidden";
	document.getElementById('formGownSizeB').style.position = "absolute";
	document.getElementById('formGeneralQtyA').style.visibility = "visible";
	document.getElementById('formGeneralQtyA').style.position = "relative";
	document.getElementById('formGeneralQtyB').style.visibility = "visible";
	document.getElementById('formGeneralQtyB').style.position = "relative";
}
function showLittleScholarD() {
	//CAP AND TASSEL
	document.getElementById('radioLittleScholarA').style.color = "#999999";
	document.getElementById('radioLittleScholarB').style.color = "#999999";
	document.getElementById('radioLittleScholarD').style.color = "#009053";
	document.getElementById('radioLittleScholarE').style.color = "#999999";
	document.getElementById('radioLittleScholarF').style.color = "#999999";
	
	document.getElementById('formColorGroupA').style.visibility = "visible";
	document.getElementById('formColorGroupA').style.position = "relative";
	document.getElementById('formColorGroupB').style.visibility = "visible";
	document.getElementById('formColorGroupB').style.position = "relative";
	document.getElementById('formTasselColorA').style.visibility = "visible";
	document.getElementById('formTasselColorA').style.position = "relative";
	document.getElementById('formTasselColorB').style.visibility = "visible";
	document.getElementById('formTasselColorB').style.position = "relative";
	document.getElementById('formGownSizeA').style.visibility = "hidden";
	document.getElementById('formGownSizeA').style.position = "absolute";
	document.getElementById('formGownSizeB').style.visibility = "hidden";
	document.getElementById('formGownSizeB').style.position = "absolute";
	document.getElementById('formGeneralQtyA').style.visibility = "visible";
	document.getElementById('formGeneralQtyA').style.position = "relative";
	document.getElementById('formGeneralQtyB').style.visibility = "visible";
	document.getElementById('formGeneralQtyB').style.position = "relative";
}
function showLittleScholarE() {
	//GOWN ONLY
	document.getElementById('radioLittleScholarA').style.color = "#999999";
	document.getElementById('radioLittleScholarB').style.color = "#999999";
	document.getElementById('radioLittleScholarD').style.color = "#999999";
	document.getElementById('radioLittleScholarE').style.color = "#009053";
	document.getElementById('radioLittleScholarF').style.color = "#999999";
	
	document.getElementById('formColorGroupA').style.visibility = "visible";
	document.getElementById('formColorGroupA').style.position = "relative";
	document.getElementById('formColorGroupB').style.visibility = "visible";
	document.getElementById('formColorGroupB').style.position = "relative";
	document.getElementById('formTasselColorA').style.visibility = "hidden";
	document.getElementById('formTasselColorA').style.position = "absolute";
	document.getElementById('formTasselColorB').style.visibility = "hidden";
	document.getElementById('formTasselColorB').style.position = "absolute";
	document.getElementById('formGownSizeA').style.visibility = "visible";
	document.getElementById('formGownSizeA').style.position = "relative";
	document.getElementById('formGownSizeB').style.visibility = "visible";
	document.getElementById('formGownSizeB').style.position = "relative";
	document.getElementById('formGeneralQtyA').style.visibility = "hidden";
	document.getElementById('formGeneralQtyA').style.position = "absolute";
	document.getElementById('formGeneralQtyB').style.visibility = "hidden";
	document.getElementById('formGeneralQtyB').style.position = "absolute";
}

function showLittleScholarF() {
	//DIPLOMA ONLY
	document.getElementById('radioLittleScholarA').style.color = "#999999";
	document.getElementById('radioLittleScholarB').style.color = "#999999";
	document.getElementById('radioLittleScholarD').style.color = "#999999";
	document.getElementById('radioLittleScholarE').style.color = "#999999";
	document.getElementById('radioLittleScholarF').style.color = "#009053";
	
	document.getElementById('formColorGroupA').style.visibility = "hidden";
	document.getElementById('formColorGroupA').style.position = "absolute";
	document.getElementById('formColorGroupB').style.visibility = "hidden";
	document.getElementById('formColorGroupB').style.position = "absolute";
	document.getElementById('formTasselColorA').style.visibility = "hidden";
	document.getElementById('formTasselColorA').style.position = "absolute";
	document.getElementById('formTasselColorB').style.visibility = "hidden";
	document.getElementById('formTasselColorB').style.position = "absolute";
	document.getElementById('formGownSizeA').style.visibility = "hidden";
	document.getElementById('formGownSizeA').style.position = "absolute";
	document.getElementById('formGownSizeB').style.visibility = "hidden";
	document.getElementById('formGownSizeB').style.position = "absolute";
	document.getElementById('formGeneralQtyA').style.visibility = "visible";
	document.getElementById('formGeneralQtyA').style.position = "relative";
	document.getElementById('formGeneralQtyB').style.visibility = "hidden";
	document.getElementById('formGeneralQtyB').style.position = "absolute";
}