// JavaScript Document
var aryFADetail = new Array(8);
var head = "<span style='color:#FF0000;'><b>Click on this box to close it.</b></span><br /><br />";
var tailFADetail =  "<br /><br />Click on Fatty Acid name to get more info from Wikipedia.";
aryFADetail[0] = "<b>Lauric Acid</b> &nbsp;&nbsp;(<b>laur</b>-ik)<br /><br />&bull; 12:0<br />&bull; Saturated<br />&bull; dodecanoic acid. &nbsp;&nbsp;(doe-dec-a-no-ik)";
aryFADetail[1] = "<b>Myristic Acid</b> &nbsp;&nbsp;(ma-<b>ris</b>-tik)<br /><br />&bull; 14:0<br />&bull; Saturated<br />&bull; tetradecanoic acid. &nbsp;&nbsp;(te-tra-dec-a-no-ik)";
aryFADetail[2] = "<b>Palmitic Acid</b> &nbsp;&nbsp;(pal-<b>mi</b>-tik)<br /><br />&bull; 16:0<br />&bull; Saturated<br />&bull; hexadecanoic acid. &nbsp;&nbsp;(hex-a-dec-a-no-ik)";
aryFADetail[3] = "<b>Stearic Acid</b> &nbsp;&nbsp;(stee-<b>ar</b>-ik)<br /><br />&bull; 18:0<br />&bull; Saturated<br />&bull; octadecanoic acid. &nbsp;&nbsp;(oc-ta-dec-a-no-ik)";
aryFADetail[4] = "<b>Ricinoleic Acid</b> &nbsp;&nbsp;(<b>ris</b>-in-<b>ol</b>-lee-ik OR <b>ri</b>-sin-o-<b>lee</b>-ik)<br /><br />&bull; 18:1<br />&bull;  MonoUnsaturated<br />&bull; 12-hydroxy-9-cis-octadecenoic acid. &nbsp;&nbsp;(hy-drox-y, sis, oc-ta-dec-e-no-ik)";
aryFADetail[5] = "<b>Oleic Acid</b> &nbsp;&nbsp;(oh-<b>lee</b>-ik OR oh-<b>lay</b>-ik)<br /><br />&bull; 18:1<br />&bull; MonoUnsaturated<br />&bull; cis-9-octadecenoic acid. &nbsp;&nbsp;(sis, oc-ta-dec-e-no-ik)";
aryFADetail[6] = "<b>Linoleic Acid</b> &nbsp;&nbsp;(li-noh-<b>lee</b>-nik OR li-nol-ik)<br /><br />&bull; 18:2<br />&bull; PolyUnsaturated<br />&bull; cis, cis-9,12-octadecadienoic acid. &nbsp;&nbsp;(sis, oc-ta-dec-a-di-e-no-ic)";
aryFADetail[7] = "<b>Linolenic Acid</b> &nbsp;&nbsp;(lin-oh-<b>leen</b>-ik OR li-noh-<b>len</b>-ik)<br /><br />&bull; 18:3<br />&bull; PolyUnsaturated<br />&bull; cis, cis,cis-9,12,15-octadecatrienoic acid.&nbsp;&nbsp;(sis, oc-ta-dec-a-tri-e-no-ic)";
//=====================
var aryRanges = new Array(7);
var sRangeTrailer = "<br /><br /><span style='font-size:12px;font-style:italic'>These ranges for are designed as guidelines. With experience, you may want to venture above or below these limits.</span>";
aryRanges[0] = "<span style='font-weight:bold'>Hardness</span> (in the All column): 29 to 54, higher is harder." + sRangeTrailer;
aryRanges[1] = "<span style='font-weight:bold'>Cleansing</span> (in the All column): 12 to 22, all soap cleanses but the higher numbers more so." + sRangeTrailer;
aryRanges[2] = "<span style='font-weight:bold'>Conditioning</span> (in the All column): 44 to 69, higher offers more skin conditioning." + sRangeTrailer;
aryRanges[3] = "<span style='font-weight:bold'>Bubbly</span> (in the All column): 14 to 46, higher gives a more bubbly lather." + sRangeTrailer;
aryRanges[4] = "<span style='font-weight:bold'>Creamy</span> (in the All column): 16 to 48, higher gives a more creamy lather." + sRangeTrailer;
aryRanges[5] = "<span style='font-weight:bold'>Iodine Value</span> (in the All column): 41 to 70, lower equals harder bar, much above 70 and bar could possibly be too soft." + sRangeTrailer;
aryRanges[6] = "<span style='font-weight:bold'>INS</span> (in the All column): 136 to 165, the commonly accepted ideal is 160.&nbsp; This value gauges the physical qualities of the bar; primarily hardness, with higher being harder." + sRangeTrailer;

