// Globals
var sample_anchor_title = "When requesting a sample of a natural color blend to test in your product, there are certain characteristics or properties of your product that, once identified, guide us in selecting the natural colors most compatible with your product.  Simply answer the questions on the Sample Request Form and email it to ColorMaker … we will do the rest!";
var wheel_anchor_title = "The desired 'color target' of your finished product can be identified using the color window.  The color window is not perfect, of course, because it cannot replicate opacity or texture, nor can it reproduce the context in which your product sits (package label, case label, position on a store shelf, etc.).  Nonetheless, the 'color target' you select on the color window can guide us towards your desired hue.  Your selection will be transmitted automatically to our lab.";
var contact_anchor_title = "If the Sample Request Form and/or color wheel do not meet your needs, then please call us.  Using natural color blends can be challenging.  Natural color additives have certain limitations: some cannot withstand boiling temperatures, sunlight, or the presence of vitamin C (ascorbic acid); others change hue under changing pH.  When you work closely with ColorMaker most, if not all, challenges can be overcome through judicious chromaphore selection.  Don’t be frustrated with non-functional natural color blends.  Call us for technical help.";

function update_anchors() {
    $('#sample_anchor').attr('title', sample_anchor_title);
    $('#wheel_anchor').attr('title', wheel_anchor_title);
    $('#contact_anchor').attr('title', contact_anchor_title);
}

