// Beiter JavaScript Document 07.2005

function calc_foc(){
	if (document.menuform.L.value != 0) {
	L=document.menuform.L.value;
 S=document.menuform.S.value;
 document.menuform.FOC.value = ((L/2)-S)*100/L;
 }
}
