<!--
function initField() {

	if (document.shelfForm.elements["E_1M-LavenSandal"].type != "hidden") {
		document.shelfForm.elements["E_1M-LavenSandal"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_1M-Rose"].type != "hidden") {
		document.shelfForm.elements["E_1M-Rose"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_1M-Valerian"].type != "hidden") {
		document.shelfForm.elements["E_1M-Valerian"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_1M-Chamomile"].type != "hidden") {
		document.shelfForm.elements["E_1M-Chamomile"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_1M-Orange"].type != "hidden") {
		document.shelfForm.elements["E_1M-Orange"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_1M-5set"].type != "hidden") {
		document.shelfForm.elements["E_1M-5set"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_M-LavenSandal"].type != "hidden") {
		document.shelfForm.elements["E_M-LavenSandal"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_M-Rose"].type != "hidden") {
		document.shelfForm.elements["E_M-Rose"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_M-Valerian"].type != "hidden") {
		document.shelfForm.elements["E_M-Valerian"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_M-Chamomile"].type != "hidden") {
		document.shelfForm.elements["E_M-Chamomile"].selectedIndex = 0;
	}

	if (document.shelfForm.elements["E_M-Orange"].type != "hidden") {
		document.shelfForm.elements["E_M-Orange"].selectedIndex = 0;
	}

}
function goPrevPage() {
	document.navigationForm.infoBackCount.value = "2";
	document.navigationForm.infoPageCount.value = 0;
	document.navigationForm.submit();
}
function goNextPage() {
	document.navigationForm.infoBackCount.value = "2";
	document.navigationForm.infoPageCount.value = 2;
	document.navigationForm.submit();
}
function setForms() {

	if (document.shelfForm.elements["E_1M-LavenSandal"].type != "hidden") {
		document.shelfForm.elements["C_1M-LavenSandal"].value = Number(document.shelfForm.elements["E_1M-LavenSandal"][document.shelfForm.elements["E_1M-LavenSandal"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_1M-Rose"].type != "hidden") {
		document.shelfForm.elements["C_1M-Rose"].value = Number(document.shelfForm.elements["E_1M-Rose"][document.shelfForm.elements["E_1M-Rose"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_1M-Valerian"].type != "hidden") {
		document.shelfForm.elements["C_1M-Valerian"].value = Number(document.shelfForm.elements["E_1M-Valerian"][document.shelfForm.elements["E_1M-Valerian"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_1M-Chamomile"].type != "hidden") {
		document.shelfForm.elements["C_1M-Chamomile"].value = Number(document.shelfForm.elements["E_1M-Chamomile"][document.shelfForm.elements["E_1M-Chamomile"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_1M-Orange"].type != "hidden") {
		document.shelfForm.elements["C_1M-Orange"].value = Number(document.shelfForm.elements["E_1M-Orange"][document.shelfForm.elements["E_1M-Orange"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_1M-5set"].type != "hidden") {
		document.shelfForm.elements["C_1M-5set"].value = Number(document.shelfForm.elements["E_1M-5set"][document.shelfForm.elements["E_1M-5set"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_M-LavenSandal"].type != "hidden") {
		document.shelfForm.elements["C_M-LavenSandal"].value = Number(document.shelfForm.elements["E_M-LavenSandal"][document.shelfForm.elements["E_M-LavenSandal"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_M-Rose"].type != "hidden") {
		document.shelfForm.elements["C_M-Rose"].value = Number(document.shelfForm.elements["E_M-Rose"][document.shelfForm.elements["E_M-Rose"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_M-Valerian"].type != "hidden") {
		document.shelfForm.elements["C_M-Valerian"].value = Number(document.shelfForm.elements["E_M-Valerian"][document.shelfForm.elements["E_M-Valerian"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_M-Chamomile"].type != "hidden") {
		document.shelfForm.elements["C_M-Chamomile"].value = Number(document.shelfForm.elements["E_M-Chamomile"][document.shelfForm.elements["E_M-Chamomile"].selectedIndex].text);
	}

	if (document.shelfForm.elements["E_M-Orange"].type != "hidden") {
		document.shelfForm.elements["C_M-Orange"].value = Number(document.shelfForm.elements["E_M-Orange"][document.shelfForm.elements["E_M-Orange"].selectedIndex].text);
	}

	initField();
}
// -->
