function ldl()
{
var a = F.TC.value; 
var b = F.TG.value;
var c = F.HDL.value;
var ldl = a-(b/5)-c;

F.LDL.value = (ldl);
}
