	function Adv(text) {
		window.document.FlashTest.SetVariable("Adv", text);
	}
	function C(text) {
		window.document.FlashTest.SetVariable("C", text);
	}
	function S(text) {
		window.document.FlashTest.SetVariable("S", text);
	}
	function CS(text) {
		window.document.FlashTest.SetVariable("CS", text);
	}