function pushPrePop() {
	Block_Array_HideShowClear(new Array("PTOT_SPAN"), new Array(""), "hide");
	Block_Array_HideShowClear(new Array("POPO_SPAN"), new Array(""), "hide");
	Block_Array_HideShowClear(new Array("WPOT_SPAN"), new Array(""), "hide");
}

function hideShowResellerForm() {
	var rsel = document.getElementById('RSEL').value;
	if (rsel == '' || rsel == 'Owner') {
		Block_Array_HideShowClear(new Array("Reseller_Form"), new Array(""), "hide");  //Shows the Reseller Form
	} else {
		Block_Array_HideShowClear(new Array("Reseller_Form"), new Array(""), "show");  //Shows the Reseller Form
	}
}
