// JavaScript Document

$(document).ready(function() {
$("#faq1").click(function() {
$("#faq").html("<h3>Can I use the sun mousse on my face ?</h3><p>Absolutely. It's designed to be gentle and non-greasy, so it won't block your pores.  Avoid contact with eyes. If you did get some in your eyes simply rinse with cold water.</p>");
});
});

$(document).ready(function() {
$("#faq2").click(function() {
$("#faq").html("<h3>Is the sun mousse sunscreen waterproof ? </h3><p>Yes, the sun mousse has been shown to be water resistant.</p>");
});
});

$(document).ready(function() {
$("#faq3").click(function() {
$("#faq").html("<h3>Is the sun mousse® appropriate for children ? </h3><p>the sun mousse® is definitely appropriate, and safe for children. Most children actually enjoy using the sun mousse®, because it's non-greasy and rapidly absorbed. It’s much more pleasant for children to use than many ordinary sunscreens available.</p>");
});
});

$(document).ready(function() {
$("#faq4").click(function() {
$("#faq").html("<h3>What kind of UV filters does the sun mousse® use ?</h3><p>the sun mousse® uses both physical and chemical filters to ensure you get the very best protection.</p>");
});
});

$(document).ready(function() {
$("#faq5").click(function() {
$("#faq").html("<h3>What are the main benefits of using the sun mousse®?</h3><ul><li>water and towel resistant.</li><li>non sticky and sand resistant.</li><li>100% fragrance free.</li><li>suitable for delicate and sensitive skin.</li><li>easier to apply an even coverage than normal sunscreens.</li></ul>");
});
});

$(document).ready(function() {
$("#faq6").click(function() {
$("#faq").html("<h3>How often do I need to apply the sun mousse®?</h3><p>You should apply the sun mousse® 2-3 times daily, depending on your skin type and the strength of the sun. Always apply before exposure to the sun and after swimming or heavy perspiration.</p>");
});
});

$(document).ready(function() {
$("#faq7").click(function() {
$("#faq").html("<h3>Will my bottle of the sun mousse® last until next summer ?</h3><p>the sun mousse® products can be stored at home for up to 3 years without losing any efficacy.</p>");
});
});

$(document).ready(function() {
$("#faq8").click(function() {
$("#faq").html("<h3>How much sunscreen is in the bottle ?</h3><p>Unlike creams and lotions, the sun mousse® only requires space for the active ingredients. These then combine with a propellant when you press the nozzle, and the result is an expanded mousse foam that is non-greasy and easy to spread/apply.</p>");
});
});

$(document).ready(function() {
$("#faq9").click(function() {
$("#faq").html("<h3>Is it safe to keep the bottle in the heat on the beach ? </h3><p>The bottles have been designed to be completely safe in heat of up to 50°C (122°F). But it is best to avoid exposing the canister to direct strong sunlight.</p>");
});
});
