function productReplace(sproduct) {


var prod = document.getElementById("prodImg");
var croq = document.getElementById("croq");
var info = document.getElementById("info");
var gui = document.getElementById("guide");
var ana = document.getElementById("analyse");
var ing = document.getElementById("ingredients");
var alim = document.getElementById("alimentation");

if( sproduct == "chiotPetit"){

croq.setAttribute("src","../images/croquettes/chiots_petit_moy_race.gif");
prod.setAttribute("src","../images/produits/chiens/chiotPetiteRace.gif");
prod.setAttribute("alt","Chiots petite race");

info.innerHTML = '<h2>Puppy</h2> <h4>Small / Medium Breed &#8211; less than 25 kg at maturity</h4> <p>This formula is especially designed for Small and Medium Breed Puppies (12 months old and less), since they have a brief and accelerated growth period.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450" > <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus.</p> </td> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps build bones</strong><br /> Enriched with a whole array of minerals.</p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/muscle.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps build muscles</strong><br /> Contains high-quality chicken protein.</p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp. </p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>28 %</span> <em>Crude protein, min.</em><br /></li> <li><span>18 %</span> <em>Crude fat, min.</em><br /></li> <li><span>4 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>8 %</span> <em>Ash, max.</em><br /></li> <li><span>1,6 %</span> <em>Calcium, min.</em><br /></li> <li><span>1,1 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20 000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1 200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2,5 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0,35 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div>';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, dried egg product, chicken digest, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), lutein, dicalcium phosphate, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/>puppy (kg)*</th><th colspan="2">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>3-6 mois</th> <th>6-12 mois</th> </tr> <tr> <td>1 to 3</td> <td>1/2 to 1 1/3 </td> <td>3/8 to 3/4</td> </tr> <tr> <td>3 to 5</td> <td>1 1/3 to 1 3/4 </td> <td>3/4 to 1 1/4</td> </tr> <tr> <td>5 to 10</td> <td>1 3/4 to 2 3/4 </td> <td>1 1/4 to 2 1/4</td> </tr> <tr> <td>10 to 15</td> <td>2 3/4 to 3 3/4 </td> <td>2 1/4 to 3</td> </tr> <tr> <td>15 to 20</td> <td>3 3/4 to 4 3/4 </td> <td>3 to 3 1/2</td> </tr> <tr> <td>20 to 25</td> <td>4 3/4 to 5 3/4 </td> <td>3 1/2 to 4 1/4</td> </tr> <tr> <td>25 to 30</td> <td>5 3/4 to 6 1/2 </td> <td>4 1/4 to 4 3/4</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}

if( sproduct == "chiotGrand"){

croq.setAttribute("src","../images/croquettes/chiot_gr_race.gif");
prod.setAttribute("src","../images/produits/chiens/chiotGrandeRace.gif");
prod.setAttribute("alt","Chiots grande race");

info.innerHTML = '<h2>Puppy</h2> <h4>Large Breed &#8211; 25 kg and more at maturity</h4> <p>This formula is especially designed for Large Breed Puppies (18 months old and less), since they have a long and demanding growing stage.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus.</p> </td> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps build bones and cartilages</strong><br /> Contains glucosamine, chondroitin and minerals.</p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/muscle.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps build muscles</strong><br /> Contains high-quality chicken protein.</p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc. </p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>26%</span> <em>Crude protein, min.</em><br /></li> <li><span>14%</span> <em>Crude fat, min.</em><br /></li> <li><span>3%</span> <em>Crude fiber, max.</em><br /></li> <li><span>10%</span> <em>Moisture, max.</em><br /></li> <li><span>8%</span> <em>Ash, max.</em><br /></li> <li><span>1.1%</span> <em>Calcium, min.</em><br /></li> <li><span>0.9%</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.25 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.29 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br />';

ing.innerHTML = 'Chicken meal, ground corn, brewers rice, pearled barley, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, dried egg product, chicken digest, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), lutein, glucosamine sulfate (400 mg / kg), chondroitin sulfate (100 mg / kg), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/>puppy (kg)*</th><th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>3-6 mois</th> <th>6-12 mois</th> <th>12-18 mois</th> </tr> <tr> <td>5 to 10</td> <td>1 3/4 to 3 </td> <td> &#8212; </td> <td> &#8212; </td> </tr> <tr> <td>10 to 15</td> <td>3 to 4 </td> <td>2 1/4 to 3</td> <td> &#8212; </td> </tr> <tr> <td>15 to 20</td> <td>4 to 5 </td> <td>3 to 3 3/4</td> <td> &#8212; </td> </tr> <tr> <td>20 to 30</td> <td>5 to 6 3/4 </td> <td> 3 3/4 to 5 1/4</td> <td>3 1/4 to 3 3/4</td> </tr> <tr> <td>30 to 40</td> <td>6 3/4 to 8 1/2 </td> <td>5 1/4 to 6 1/4</td> <td>3 to 3 3/4</td> </tr> <tr> <td>40 to 50</td> <td> &#8212; </td> <td>6 1/4 to 7 1/2</td> <td>5 1/4 to 6 1/4</td> </tr> <tr> <td>50 to 70</td> <td> &#8212; </td> <td>7 1/2 to 9 3/4</td> <td>6 1/4 to 8</td> </tr> <tr> <td>70 to 90</td> <td> &#8212; </td> <td>9 3/4 to 11 3/4</td> <td>8 to 9 3/4</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}


if( sproduct == "adultPetit"){

croq.setAttribute("src","../images/croquettes/ad_petite_bouch.gif");
prod.setAttribute("src","../images/produits/chiens/adultePetiteRace.gif");
prod.setAttribute("alt","Adulte petite bouch&eacute;e");

info.innerHTML = '<img src="../images/Aide_plaque-tarte_logo.png" alt="image" width="143" height="45" class="extra_label"/> <h2>Adult </h2> <h4>Small Bite</h4> <p>Kibbles of the Small Breed formula are smaller than the ones of the Maintenance formula. They are designed for adult dogs with an average level of activity and they will help maintain the vitality in your pet. Ingredients such as parsley and mint help freshen your dog&#8217;s breath.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/chien_equilibre.gif" width="55" height="55" class="prodicon"/> <p><strong>Complete and balanced</strong><br /> The variety and superior quality of the ingredients used are an assurance that your pet is getting a complete and balanced diet.</p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality</p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus.</p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp. </p> </td> <td width="150"> <img src="../images/icons/chien_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>25 %</span> <em>Crude protein, min.</em><br /></li> <li><span>15 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3.5 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6 %</span> <em>Ash, max.</em><br /></li> <li><span>1.4 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.9 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.3 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.3 %</span> <em>Omega 3 fatty acids, min.</em><br />';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken, dried egg product, chicken digest, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), sodium hexametaphosphate, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS),  DL-methionine, L-lysine, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, mint leaves, parsley, green tea, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight </th> <th>Overweight</th> </tr> <tr> <td>1 to 5</td> <td>1/4 to 1 </td> <td> 1/3 to 1 1/4</td> <td> 1/4 to 3/4 </td> </tr> <tr> <td>5 to 10</td> <td>1 to 1 2/3 </td> <td> 1 1/4 to 2 </td> <td> 3/4 to 1 1/4</td> </tr> <tr> <td>10 to 15</td> <td> 1 2/3 to 2 1/4 </td> <td>2 to 2 3/4</td> <td> 1 1/4 to 1 2/3</td> </tr> <tr> <td>15 to 20</td> <td>2 1/4 to 2 3/4 </td> <td>2 3/4 to 3 1/4</td> <td> 1 2/3 to 2 </td> </tr> <tr> <td>20 to 30</td> <td>2 3/4 to 3 3/4 </td> <td> 3 1/4 to 4 1/2</td> <td>2 to 2 3/4</td> </tr></table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}


if( sproduct == "adultMaint"){

croq.setAttribute("src","../images/croquettes/ad_maintenance.gif");
prod.setAttribute("src","../images/produits/chiens/adulteMaintenance.gif");
prod.setAttribute("alt","Adulte maintenance");

info.innerHTML = '<h2>Adult</h2> <h4>Maintenance</h4> <p>Designed for dogs with an average level of activity, the Maintenance formula will help maintain the vitality in your pet.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/chien_equilibre.gif" width="55" height="55" class="prodicon"/> <p><strong>Complete and balanced</strong><br /> The variety and superior quality of the ingredients used are an assurance that your pet is getting a complete and balanced diet.</p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/chien_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp. </p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>25 %</span> <em>Crude protein, min.</em><br /></li> <li><span>15 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3.5 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6 %</span> <em>Ash, max.</em><br /></li> <li><span>1.4 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.9 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.3 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.3 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br />';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken, dried egg product, chicken digest, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed , potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight </th> <th>Overweight</th> </tr> <tr> <td>2 to 5</td> <td>1/2 to 1 </td> <td> 1/2 to 1 1/4</td> <td> 1/3 to 3/4 </td> </tr> <tr> <td>5 to 10</td> <td>1 to 1 2/3 </td> <td> 1 1/4 to 2 </td> <td> 3/4 to 1 1/4</td> </tr> <tr> <td>10 to 15</td> <td> 1 2/3 to 2 1/4 </td> <td>2 to 2 3/4</td> <td> 1 1/4 to 1 2/3</td> </tr> <tr> <td>15 to 20</td> <td>2 1/4 to 2 3/4 </td> <td>2 3/4 to 3 1/4</td> <td> 1 2/3 to 2 </td> </tr> <tr> <td>20 to 30</td> <td>2 3/4 to 3 3/4 </td> <td> 3 1/4 to 4 1/2</td> <td>2 to 2 3/4</td> </tr> <tr> <td>30 to 40</td> <td>3 3/4 to 4 3/4 </td> <td>4 1/2 to 5 2/3</td> <td>2 3/4 to 3 1/2</td> </tr> <tr> <td>40 to 50</td> <td> 4 3/4 to 5 1/2 </td> <td> 5 2/3 to 6 2/3</td> <td>3 1/2 to 4 1/4</td> </tr> <tr> <td>50 to 60</td> <td> 5 1/2 to 6 1/2 </td> <td>6 2/3 to 7 2/3</td> <td>4 1/4 to 4 3/4</td> </tr> <tr> <td>60 to 70</td> <td> 6 1/2 to 7 1/4 </td> <td>7 2/3 to 8 1/2</td> <td>4 3/4 to 5 1/3</td> </tr> <tr> <td>70 to 80</td> <td> 7 1/4 to 8 </td> <td>8 1/2to 9 1/2</td> <td>5 1/3 to 6</td> </tr> <tr> <td>80 to 90</td> <td> 8 to 8 2/3 </td> <td>9 1/2 to 10 1/2</td> <td>6 to 6 1/2</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
if( sproduct == "adultLeger"){

croq.setAttribute("src","../images/croquettes/ad_leger.gif");
prod.setAttribute("src","../images/produits/chiens/adulteLeger.gif");
prod.setAttribute("alt","Adulte lŽger");

info.innerHTML = '<h2>Adult</h2> <h4>Light</h4> <p>Thanks to its reduced content in calories and fat, this Light formula is mostly for dogs who are overweight.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/calories_reduit.gif" width="55" height="55" class="prodicon"/> <p><strong>Reduced calorie and fat content</strong><br /> Helps your dog shed kilos and maintain a healthy weight. Contains L-carnitine. </p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/muscle.gif" width="55" height="55" class="prodicon"/> <p><strong>Muscle health</strong><br /> Contains high-quality chicken protein.</p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp. </p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>18%</span> <em>Crude protein, min.</em><br /></li> <li><span>6%</span> <em>Crude fat, min.</em><br /></li> <li><span>4%</span> <em>Crude fiber, max.</em><br /></li> <li><span>10%</span> <em>Moisture, max.</em><br /></li> <li><span>6.5%</span> <em>Ash, max.</em><br /></li> <li><span>0.7%</span> <em>Calcium, min.</em><br /></li> <li><span>0.6%</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>1.85 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.27 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> <div id="comparaison"> <h4><strong>Guaranteed Analysis - Comparison</strong></h4> <table> <tr class="headrow"> <th></th><th>Crude<br/>protein<br/>(min. %)</th> <th>Crude<br/>fat<br/>(min. %)</th> <th>Metabo-<br/>lisable<br/>energy<br/>(min. %)</th> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Maintenance<br/>Formula for adult dog</th> <td>25.0</td> <td>15.0</td> <td>3,545</td> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Light <br/>Formula for adult dog</th> <td>18.0</td> <td>6.0</td> <td>3,100</td> </tr> </table> </div> </div> ';

ing.innerHTML = 'Ground corn, chicken meal, brewers rice, dried beet pulp, chicken, chicken digest, chicken fat (preserved with mixed tocopherols and citric acid), dried egg product, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), L-carnitine, DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)</th> <th colspan="2">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Overweight</th> <th>Weight maintenance</th> </tr> <tr> <td>1 to 5</td> <td>1/4 to 1 </td> <td> 1/2 to 1 1/3</td> </tr> <tr> <td>5 to 10</td> <td>1 to 1 2/3 </td> <td> 1 1/3 to 2 1/4</td> </tr> <tr> <td>10 to 15</td> <td> 1 2/3 to 2 1/4 </td> <td>2 1/4 to 3</td> </tr> <tr> <td>15 to 20</td> <td>2 1/4 to 2 3/4 </td> <td>3 to 3 3/4</td> </tr> <tr> <td>20 to 30</td> <td>2 3/4 to 3 3/4 </td> <td> 3 3/4 to 5</td> </tr> <tr> <td>30 to 40</td> <td>3 3/4 to 4 2/3 </td> <td>5 to 6 1/4</td></tr> <tr> <td>40 to 50</td> <td> 4 2/3 to 5 1/2 </td> <td> 6 1/4 to 7 1/2</td> </tr> <tr> <td>50 to 60</td> <td> 5 1/2 to 6 1/3 </td> <td>7 1/2 to 8 1/2</td> </tr> <tr> <td>60 to 70</td> <td> 6 1/3 to 7 1/4 </td> <td>8 1/2 to 9 1/2</td> </tr> <tr> <td>70 to 80</td> <td> 7 1/4 to 8 </td> <td>9&nbsp;1/2&nbsp;to&nbsp;10&nbsp;1/2</td> </tr> <tr> <td>80 to 90</td> <td> 8 to 8 1/2 </td> <td>10&nbsp;1/2&nbsp;to&nbsp;11&nbsp;1/2</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
if( sproduct == "adultAgneau"){

croq.setAttribute("src","../images/croquettes/ad_agneau_riz.gif");
prod.setAttribute("src","../images/produits/chiens/adulteAgneauEtRiz.gif");
prod.setAttribute("alt","Adulte agneau et riz");

info.innerHTML = '<h2>Adult</h2> <h4>Lamb and Rice</h4> <p>The Lamb and Rice formula is especially designed to enhance digestion and targets dogs with an average level of activity. It is also an alternative for dogs allergic to chicken.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Highly digestible</strong><br /> Thanks to the Lamb and Rice formula. </p> </td> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/chien_equilibre.gif" width="55" height="55" class="prodicon"/> <p><strong>Complete and balanced</strong><br /> The variety and superior quality of the ingredients used are an assurance that your pet is getting a complete and balanced diet.</p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/chien_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>22 %</span> <em>Crude protein, min.</em><br /></li> <li><span>11 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3.5 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>8 %</span> <em>Ash, max.</em><br /></li> <li><span>2 %</span> <em>Calcium, min.</em><br /></li> <li><span>1.3 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>1.85 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.27 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> </div> ';

ing.innerHTML = 'Lamb meal, brewers rice, ground corn, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, liver digest, lecithin, dried egg product, dried corn fermentation soluble product, salt, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight </th> <th>Overweight</th> </tr> <tr> <td>2 to 5</td> <td>1/2 to 1 </td> <td> 2/3 to 1 1/4</td> <td> 1/3 to 3/4 </td> </tr> <tr> <td>5 to 10</td> <td>1 to 1 3/4 </td> <td> 1 1/4 to 2 1/4 </td> <td> 3/4 to 1 1/2</td> </tr> <tr> <td>10 to 15</td> <td> 1 3/4 to 2 1/2 </td> <td>2 1/4 to 3 </td> <td> 1 1/2 to 2</td> </tr> <tr> <td>15 to 20</td> <td>2 1/2 to 3 </td> <td>3 to 3 3/4</td> <td> 2 to 2 1/4 </td> </tr> <tr> <td>20 to 30</td> <td>3 to 4 1/4 </td> <td> 3 3/4 to 5 </td> <td>2 1/4 to 3 1/4 </td> </tr> <tr> <td>30 to 40</td> <td>4 1/4 to 5 1/4 </td> <td>5 to 6 1/4</td> <td>3 1/4 to 4 </td> </tr> <tr> <td>40 to 50</td> <td> 5 1/4 to 6 1/4 </td> <td> 6 1/4 to 7 1/2 </td> <td>4 to 4 3/4 </td> </tr> <tr> <td>50 to 60</td> <td>6 1/4 to 7 1/4 </td> <td>7 1/2 to 8 1/2</td> <td>4 3/4 to 5 1/3 </td> </tr> <tr> <td>60 to 70</td> <td>7 1/4 to 8 </td> <td>8 1/2 to 9 2/3 </td> <td>5 1/3 to 6 </td> </tr> <tr> <td>70 to 80</td> <td> 8 to 8 3/4 </td> <td>9 2/3 to 10 2/3</td> <td>6 to 6 2/3 </td> </tr> <tr> <td>80 to 90</td> <td> 8 3/4 to 9 2/3 </td> <td>10&nbsp;2/3&nbsp;to&nbsp;11&nbsp;2/3</td> <td>6 2/3 to 7 1/4</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	

if( sproduct == "adultGrande"){

croq.setAttribute("src","../images/croquettes/ad_gr_race.gif");
prod.setAttribute("src","../images/produits/chiens/adulteGrandeRace.gif");
prod.setAttribute("alt","Adulte grande race");

info.innerHTML = '<h2>Adult</h2> <h4>Large Breed &#8211; 25 kg and over</h4> <p>This formula is especially designed for Large Breed Adult Dogs with an average level of activity. It will help maintain the vitality in your pet.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Joint health</strong><br /> Contains glucosamine and chondroitin. </p> </td> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/ossature.gif" width="55" height="55" class="prodicon"/> <p><strong>Bone health</strong><br /> Enriched with calcium.</p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp.</p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>23 %</span> <em>Crude protein, min.</em><br /></li> <li><span>13 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>1 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.8 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.2 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.28 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> </div> ';

ing.innerHTML = 'Farine Chicken meal, brewers rice, ground corn, pearled barley, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken, dried egg product, lecithin, chicken digest, dried corn fermentation soluble product, yeast culture, salt, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), glucosamine sulfate (400 mg / kg), chondroitin sulfate (100 mg / kg), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid ';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight </th> <th>Overweight</th> </tr> <tr> <td>25 to 30</td> <td>3 1/2 to 4 </td> <td> 4 1/2 to 4 3/4 </td> <td>2 1/3 to 3 </td> </tr> <tr> <td>30 to 40</td> <td>4 to 5</td> <td>4 3/4 to 6</td> <td>3 to 3 2/3 </td> </tr> <tr> <td>40 to 50</td> <td> 5 to 5 3/4 </td> <td> 6 to 7 </td> <td>3 2/3 to 4 1/4 </td> </tr> <tr> <td>50 to 60</td> <td>5 3/4 to 6 2/3 </td> <td>7 to 8</td> <td>4 1/4 to 5 </td> </tr> <tr> <td>60 to 70</td> <td>6 2/3 to 7 1/2</td> <td>8 to 9</td> <td>5 to 5 1/2 </td> </tr> <tr> <td>70 to 80</td> <td> 7 1/2 to 8 1/4 </td> <td>9 to 10</td> <td>5 1/2 to 6 1/4 </td> </tr> <tr> <td>80 to 90</td> <td> 8 1/4 to 9 </td> <td>10 to 10 3/4 </td> <td>6 1/4 to 6 3/4 </td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}

	
if( sproduct == "adultGrandeLeger"){

croq.setAttribute("src","../images/croquettes/ad_gr_race_leg.gif");
prod.setAttribute("src","../images/produits/chiens/adulteGrandeRaceLeger.gif");
prod.setAttribute("alt","Adulte grande race lŽger");

info.innerHTML = '<h2>Adult Large Breed</h2> <h4>Light &#8211; 25 kg and over</h4> <p>Thanks to its reduced content in calories and fat, this Large Breed Light formula is mostly for dogs who are overweight.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/calories_reduit.gif" width="55" height="55" class="prodicon"/> <p><strong>Reduced calorie and fat content</strong><br /> Helps your dog shed kilos and maintain a healthy weight. Contains L-carnitine.</p> </td> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Joint health</strong><br /> Contains glucosamine and chondroitin. </p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p></td> </tr> <tr> <td width="150"> <img src="../images/icons/muscle.gif" width="55" height="55" class="prodicon"/> <p><strong>Muscle health</strong><br /> Contains high-quality chicken protein.</p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your petÕs vitality.</p> </td> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>18 %</span> <em>Crude protein, min.</em><br /></li> <li><span>6 %</span> <em>Crude fat, min.</em><br /></li> <li><span>4 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.7 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.6 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>1.85 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.27 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> <div id="comparaison"> <h4><strong>Guaranteed Analysis - Comparison</strong></h4> <table> <tr class="headrow"> <th></th><th>Crude<br/>protein<br/>(min. %)</th> <th>Crude<br/>fat<br/>(min. %)</th> <th>Metabo-<br/>lisable<br/>energy<br/>(min. %)</th> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Maintenance<br/>Formula for adult dog</th> <td>23.0</td> <td>13.0</td> <td>3,495</td> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Light <br/>Formula for adult dog</th> <td>18.0</td> <td>6.0</td> <td>3,100</td> </tr> </table> </div>';

ing.innerHTML = 'Ground corn, chicken meal, brewers rice, dried beet pulp, chicken, chicken digest, chicken fat (preserved with mixed tocopherols and citric acid), dried egg product, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), glucosamine sulfate (400 mg / kg), chondroitin sulfate (100 mg / kg), L-carnitine, DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="2">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Overweight</th> <th>Weight maintenance</th> </tr> <tr> <td>20 to 30</td> <td>2 3/4 to 3 3/4 </td> <td> 3 3/4 to 5 </td> </tr> <tr> <td>30 to 40</td> <td>3 3/4 to 4 2/3 </td> <td>5 to 6 1/4 </td> </tr> <tr> <td>40 to 50</td> <td> 4 2/3 to 5 1/2 </td> <td> 6 1/4 to 7 1/2 </td> </tr> <tr> <td>50 to 60</td> <td>5 1/2 to 6 1/3 </td> <td>7 1/2 to 8 1/2 </td> </tr> <tr> <td>60 to 70</td> <td>6 1/3 to 7 1/4</td> <td>8 1/2 to 9 1/2 </td> </tr> <tr> <td>70 to 80</td> <td> 7 1/4 to 8 </td> <td>9 1/2 to 10 1/2 </td> </tr> <tr> <td>80 to 90</td> <td> 8 to 8 1/2 </td> <td>10 1/2 to 11 1/2 </td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
if( sproduct == "seniorGrande"){

croq.setAttribute("src","../images/croquettes/senior_gr_race.gif");
prod.setAttribute("src","../images/produits/chiens/seniorGrandeRace.gif");
prod.setAttribute("alt","Senior grande race");

info.innerHTML = '<img src="../images/gluco_chond.png" alt="image" width="156" height="40" class="extra_label"/> <h2>Senior Large Breed</h2> <h4>5 years and over &#8211; 25 kg and over<br />Also for Less Active Dogs</h4> <p><strong>Vetdiet&reg;</strong> Senior Large Breed Dog formula is especially designed for older (5 years and over) or less active large breed dogs. It contains a lower protein and fat content than the <strong>vetdiet&reg;</strong> Large Breed formula for adult dog.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Joint health</strong><br /> With high content of glucosamine and chondroitin. </p> </td> <td width="150"> <img src="../images/icons/vita_senior.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>High digestibility</strong><br /> Made with ingredients of the highest quality. </p> </td> <td width="150"> <img src="../images/icons/chien_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>18 %</span> <em>Crude protein, min.</em><br /></li> <li><span>10 %</span> <em>Crude fat, min.</em><br /></li> <li><span>4 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.7 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.6 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20 000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1 200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2,5 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0,35 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> <div id="comparaison"> <h4><strong>Guaranteed Analysis - Comparison</strong></h4> <table> <tr class="headrow"> <th></th><th>Crude<br/>protein<br/>(min. %)</th> <th>Crude<br/>fat<br/>(min. %)</th> <th>Crude<br/>fiber<br/>(max. %)</th> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Large Breed<br/>adult dog</th> <td>23.0</td> <td>13.0</td> <td>3.0</td> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Large Breed<br/>Formula senior or less active dog</th> <td>18.0</td> <td>10.0</td> <td>4.0</td> </tr> </table> </div> ';

ing.innerHTML = 'Ground corn, chicken meal, brewers rice, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken, chicken digest, dried egg product, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), lutein, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), glucosamine sulfate (750 mg / kg), chondroitin sulfate (550 mg / kg), DL-methionine, L-lysine, citric acid, fumaric acid, malic acid, lactic acid, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of<br/> dog (kg)*</th> <th colspan="3">Amount per day / cup (250 ml - 8 oz)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight</th> <th>Overweight</th> </tr> <tr> <td>20 to 30</td> <td> 3 1/2 to 4 3/4 </td> <td> 4 to 5 1/2 </td> <td> 2 1/2 to 3 1/2 </td> </tr> <tr> <td>30 to 40</td> <td>4 3/4 to 5 3/4 </td> <td>5 1/2 to 7 </td> <td>3 1/2 to 4 1/4 </td> </tr> <tr> <td>40 to 50</td> <td> 5 3/4 to 6 3/4</td> <td> 7 to 8 1/4 </td> <td> 4 1/4 to 5 </td> </tr> <tr> <td>50 to 60</td> <td>6 3/4 to 7 3/4</td> <td>8 1/4 to 9 1/2</td> <td>5 to 5 3/4 </td> </tr> <tr> <td>60 to 70</td> <td>7 3/4 to 8 3/4</td> <td>9 1/2 to 10 1/2 </td> <td>5 3/4 to 6 1/2 </td> </tr> <tr> <td>70 to 80</td> <td> 8 3/4 to 9 3/4 </td> <td>10 1/2 to 11 3/4 </td> <td>6 1/2 to 7 1/4 </td> </tr> <tr> <td>80 to 90</td> <td> 9&nbsp;3/4&nbsp;to&nbsp;10&nbsp;1/2 </td> <td>11&nbsp;3/4&nbsp;to&nbsp;12&nbsp;3/4 </td> <td>7 1/4 to 8 </td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	

if( sproduct == "senior"){

croq.setAttribute("src","../images/croquettes/senior_maintenance.gif");
prod.setAttribute("src","../images/produits/chiens/senior.gif");
prod.setAttribute("alt","SŽnior");

info.innerHTML = '<h2>Senior or Less Active</h2> <h4>Maintenance</h4> <p>The Senior or Less Active Maintenance formula is especially designed for senior (8 years and over) or less active dogs. It contains a lower protein and fat content than the <strong>vetdiet&reg;</strong> Maintenance formula for adult dog.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Joint health</strong><br /> Contains glucosamine and chondroitin. </p> </td> <td width="150"> <img src="../images/icons/vita_senior.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>High digestibility</strong><br /> Made with ingredients of the highest quality. </p> </td> <td width="150"> <img src="../images/icons/chien_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>18 %</span> <em>Crude protein, min.</em><br /></li> <li><span>10 %</span> <em>Crude fat, min.</em><br /></li> <li><span>4 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.7 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.6 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>1.85 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.27 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> <div id="comparaison"> <h4><strong>Guaranteed Analysis - Comparison</strong></h4> <table> <tr class="headrow"> <th></th><th>Crude<br/>protein<br/>(min. %)</th> <th>Crude<br/>fat<br/>(min. %)</th> <th>Crude<br/>fiber<br/>(max. %)</th> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Large Breed<br/>adult dog</th> <td>25.0</td> <td>15.0</td> <td>3.5</td> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Large Breed<br/>Formula senior or less active dog</th> <td>18.0</td> <td>10.0</td> <td>4.0</td> </tr> </table> </div>';

ing.innerHTML = 'Ground corn, chicken meal, brewers rice, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken, chicken digest, dried egg product, dried corn fermentation soluble product, yeast culture, salt, lecithin, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), lutein, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), glucosamine sulfate (400 mg / kg), chondroitin sulfate (100 mg / kg), DL-methionine, L-lysine, citric acid, fumaric acid, malic acid, lactic acid, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = ' <table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight </th> <th>Overweight</th> </tr> <tr> <td>2 to 5</td> <td>1/2 to 1 1/4 </td> <td> 2/3 to 1 1/3</td> <td> 1/3 to 3/4 </td> </tr> <tr> <td>5 to 10</td> <td>1 1/4 to 2 </td> <td> 1 1/3 to 2 1/3</td> <td> 3/4 to 1 1/2</td> </tr> <tr> <td>10 to 15</td> <td> 2 to 2 1/2 </td> <td>2 1/3 to 3 </td> <td> 1 1/2 to 2</td> </tr> <tr> <td>15 to 20</td> <td>2 1/2 to 3 1/4 </td> <td>3 to 4 </td> <td> 2 to 2 1/3 </td> </tr> <tr> <td>20 to 30</td> <td>3 1/4 to 4 1/3 </td> <td> 4 to 5 1/3 </td> <td>2 1/3 to 3 1/3 </td> </tr> <tr> <td>30 to 40</td> <td>4 1/3 to 5 1/2 </td> <td>5 1/3 to 6 1/2</td> <td>3 1/3 to 4 </td> </tr> <tr> <td>40 to 50</td> <td> 5 1/2 to 6 1/2 </td> <td> 6 1/2 to 7 3/4 </td> <td>4 to 4 3/4 </td> </tr> <tr> <td>50 to 60</td> <td>6 1/2 to 7 1/3 </td> <td>7 3/4 to 9</td> <td>4 3/4 to 5 1/2 </td> </tr> <tr> <td>60 to 70</td> <td>7 1/3 to 8 1/3 </td> <td>9 to 10 </td> <td>5 1/2 to 6 1/4 </td> </tr> <tr> <td>70 to 80</td> <td> 8 1/3 to 9 1/4 </td> <td>10 to 11</td> <td>6 1/4 to 7 </td> </tr> <tr> <td>80 to 90</td> <td> 9 1/4 to 10 </td> <td>11 to 12</td> <td>7 to 7 1/2</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}

	
if( sproduct == "dentaire"){

croq.setAttribute("src","../images/croquettes/ad_dentaire.gif");
prod.setAttribute("src","../images/produits/chiens/formuleDentaire.gif");
prod.setAttribute("alt","Adulte - formule dentaire");

info.innerHTML = '<h2>vetdiet&reg; Care</h2> <h4>Adult &#8211; Oral formula</h4> <p>The action of the Oral formula is two-fold: first, the kibble is especially designed to allow a better cleaning action that helps reduce plaque and tartar, and secondly, ingredients such as parsley and mint help freshen your dog&#8217;s breath.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/brosse_a_dent.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps reduce plaque and tartar</strong><br /> The kibble is especially designed to allow a better cleaning action. </p> </td> <td width="150"> <img src="../images/icons/articulation.gif" width="55" height="55" class="prodicon"/> <p><strong>Joint health</strong><br /> Contains glucosamine and chondroitin. </p> </td> <td width="150"> <img src="../images/icons/pel_brille.gif" width="55" height="55" class="prodicon"/> <p><strong>Shiny coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Freshens breath</strong><br /> Contains mint and parsley. </p> </td> <td width="150"> <img src="../images/icons/ossature.gif" width="55" height="55" class="prodicon"/> <p><strong>Bone health</strong><br /> Enriched with calcium.</p> </td> <td width="150"> <img src="../images/icons/chien_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>23 %</span> <em>Crude protein, min.</em><br /></li> <li><span>13 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>1 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.8 %</span> <em>Phosphorus, min.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>20,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,200 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.2 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.28 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> ';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, pearled barley, chicken fat (preserved with mixed tocopherols and citric acid), chicken, dried beet pulp, dried egg product, lecithin, chicken digest, dried corn fermentation soluble product, yeast culture, salt, flaxseed, sodium hexametaphosphate, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), glucosamine sulfate (400 mg/kg), chondroitin sulfate (100 mg/kg), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, mint leaves, parsley, green tea, tomato powder, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, ascorbic acid (vitamin C), iron proteinate, manganous oxide, niacin, copper sulfate, calcium pantothenate, manganese proteinate, vitamin A acetate, sodium selenite, riboflavin, vitamin B12 supplement, biotin, copper proteinate, pyridoxine hydrochloride, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of <br/> dog (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight </th> <th>Overweight</th> </tr> <tr> <td>25 to 30</td> <td>3 1/2 to 4 </td> <td> 4 1/2 to 4 3/4 </td> <td>2 1/3 to 3 </td> </tr> <tr> <td>30 to 40</td> <td>4 to 5</td> <td>4 3/4 to 6</td> <td>3 to 3 2/3 </td> </tr> <tr> <td>40 to 50</td> <td> 5 to 5 3/4 </td> <td> 6 to 7 </td> <td>3 2/3 to 4 1/4 </td> </tr> <tr> <td>50 to 60</td> <td>5 3/4 to 6 2/3 </td> <td>7 to 8</td> <td>4 1/4 to 5 </td> </tr> <tr> <td>60 to 70</td> <td>6 2/3 to 7 1/2</td> <td>8 to 9</td> <td>5 to 5 1/2 </td> </tr> <tr> <td>70 to 80</td> <td> 7 1/2 to 8 1/4 </td> <td>9 to 10</td> <td>5 1/2 to 6 1/4 </td> </tr> <tr> <td>80 to 90</td> <td> 8 1/4 to 9 </td> <td>10 to 10 3/4 </td> <td>6 1/4 to 6 3/4 </td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
if( sproduct == "chaton"){

croq.setAttribute("src","../images/croquettes/chaton.gif");
prod.setAttribute("src","../images/produits/chats/chaton.gif");
prod.setAttribute("alt","Chaton &#8211; 1 1/2 ˆ 12 mois");

info.innerHTML = '<h2>Kitten &#8211; 1 &frac12; to 12 months</h2> <h4>Balanced Growth</h4> <p>This formula is designed to meet the specific nutritional requirements of kittens: weaning, rapid growth and adaptation to their new environment. It is also suitable for pregnant or nursing felines. No food supplement required.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/chat_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/poil_doux.gif" width="55" height="55" class="prodicon"/> <p><strong>Soft coat</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/chat_equilibre.gif" width="55" height="55" class="prodicon"/> <p><strong>Complete and balanced</strong><br /> The variety and superior quality of the ingredients used are an assurance that your pet is getting a complete and balanced diet.</p> </td> <td width="150"> <img src="../images/icons/chat_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>Digestive system health</strong><br /> Contains enzymes, probiotics, organic acids, thyme extract and beet pulp. </p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>36 %</span> <em>Crude protein, min.</em><br /></li> <li><span>20 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>1.2 %</span> <em>Calcium, min.</em><br /></li> <li><span>1 %</span> <em>Phosphorus, min.</em><br /></li> <li><span>0.1 %</span> <em>Magnesium, max.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>25,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,600 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.75 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.38 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br />';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, dried egg product, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken digest, lecithin, chicken, dried corn fermentation soluble product, yeast culture, salt, flaxseed, potassium chloride, choline chloride, calcium propionate (preservative), lutein, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, bromelain, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, taurine, ascorbic acid (vitamin C), niacin, iron proteinate, manganous oxide, copper sulfate, calcium pantothenate, riboflavin, manganese proteinate, vitamin A acetate, pyridoxine hydrochloride, vitamin B12 supplement, copper proteinate, sodium selenite, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, inositol, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of<br/> kitten (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)<br /> Age of kitten (months)</th> </tr> <tr class=""> <th>1 1/2 - 3</th> <th>3 - 6</th> <th>6 - 12</th> </tr> <tr> <td>0,5 to 1 </td> <td>1/3 </td> <td>1/3 </td> <td>1/4</td> </tr> <tr> <td>1 to 3 </td> <td>1/2 </td> <td>1/2 to 1</td> <td>1/4 to 3/4</td> </tr> <tr> <td>3 to 6 </td> <td>&mdash;</td> <td>1 to 1 1/2 </td> <td>3/4 to 1 1/4</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
	if( sproduct == "chatAdulte"){

croq.setAttribute("src","../images/croquettes/chat_ad_controle_boule.gif");
prod.setAttribute("src","../images/produits/chats/adulte.gif");
prod.setAttribute("alt","Adulte");

info.innerHTML = '<h2>Adult</h2> <h4>Hairball Relief</h4> <p>The Hairball Relief formula works in two ways: first, its premium ingredients help reduce hair loss, and secondly, it contains bromelain as well as natural fibers that ease the passage of hair through the digestive system.</p> ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus. </p> </td> <td width="150"> <img src="../images/icons/chat_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/poil_doux.gif" width="55" height="55" class="prodicon"/> <p><strong>Soft coat</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/sys_urinaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Urinary tract health</strong><br /> Contains ingredients that help maintain an optimum urinary pH level. Low magnesium content.</p> </td> <td width="150"> <img src="../images/icons/chat_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> <td width="150"> <img src="../images/icons/litiere.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps reduce stool and urine odours</strong><br /> Contains Yucca schidigera extract. </p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>30 %</span> <em>Crude protein, min.</em><br /></li> <li><span>18 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3.5 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.9 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.8 %</span> <em>Phosphorus, min.</em><br /></li> <li><span>0.1 %</span> <em>Magnesium, max.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>25,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,600 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.5 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.35 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> ';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, chicken fat (preserved with mixed tocopherols and citric acid), dried egg product, dried beet pulp, chicken digest, lecithin, chicken, powdered cellulose, dried corn fermentation soluble product, yeast culture,  flaxseed, salt, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, tomato powder, potassium chloride, choline chloride, calcium propionate (preservative), dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, bromelain, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, taurine, ascorbic acid (vitamin C), niacin, iron proteinate, manganous oxide, copper sulfate, calcium pantothenate, riboflavin, manganese proteinate, vitamin A acetate, pyridoxine hydrochloride, vitamin B12 supplement, copper proteinate, sodium selenite, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, inositol, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of<br/> cat (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight</th> <th>Overweight</th> </tr> <tr> <td>2 to 4 </td> <td>5/8 </td> <td>3/4 </td> <td>1/2</td> </tr> <tr> <td>4 to 6 </td> <td>5/8 to 1 1/8 </td> <td>3/4 to 1 1/3 </td> <td>1/2 to 3/4</td> </tr> <tr> <td>6 to 8 </td> <td>1 1/8 to 1 1/3 </td> <td>1 1/3 to 1 1/2 </td> <td>3/4 to 1</td> </tr> <tr> <td>8 to 10 </td> <td>1 1/3 to 1 2/3 </td> <td>1 1/2 to 2 </td> <td>1 to 1 1/4</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
	if( sproduct == "chatAdulteLeger"){

croq.setAttribute("src","../images/croquettes/chat_ad_leg.gif");
prod.setAttribute("src","../images/produits/chats/adulteleger.gif");
prod.setAttribute("alt","Adulte - LŽger");

info.innerHTML = '<h2>Adult Light</h2> <h4>Hairball Relief</h4> <p>With its reduced content in fat and calories, the Light formula is intended for cats that are overweight and have a more sedentary lifestyle.</p>';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/calories_reduit.gif" width="55" height="55" class="prodicon"/> <p><strong>Reduced calorie and fat content</strong><br /> Helps your dog shed kilos and maintain a healthy weight. Contains L-carnitine.</p> </td> <td width="150"> <img src="../images/icons/chat_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/poil_doux.gif" width="55" height="55" class="prodicon"/> <p><strong>Soft coat</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/sys_urinaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Urinary tract health</strong><br /> Contains ingredients that help maintain an optimum urinary pH level.<br /> Low magnesium content.</p> </td> <td width="150"> <img src="../images/icons/chat_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus.</p> </td> </tr> </table>';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>31 %</span> <em>Crude protein, min.</em><br /></li> <li><span>9 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.8 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.7 %</span> <em>Phosphorus, min.</em><br /></li> <li><span>0.1 %</span> <em>Magnesium, max.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>25,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,600 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>1.85 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.27 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> <div id="comparaison"> <h4><strong>Guaranteed Analysis - Comparison</strong></h4> <table> <tr class="headrow"> <th></th><th>Crude<br/>protein<br/>(min. %)</th> <th>Crude<br/>fat<br/>(min. %)</th> <th>Metabo-<br/>lisable<br/>energy<br/>(min. %)</th> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Hairball Relief Formula<br/>for adult cat</th> <td>30.0</td> <td>18.0</td> <td>3,500</td> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Light Hairball Relief <br/>Formula for adult cat</th> <td>31.0</td> <td>9.0</td> <td>3,200</td> </tr> </table> </div>  ';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, dried egg product, chicken fat (preserved with mixed tocopherols and citric acid), flaxseed, dried beet pulp, chicken digest, lecithin, chicken, powdered cellulose, dried corn fermentation soluble product, yeast culture, salt, potassium chloride, choline chloride, calcium propionate (preservative), L-carnitine, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, bromelain, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, taurine, ascorbic acid (vitamin C), niacin, iron proteinate, manganous oxide, copper sulfate, calcium pantothenate, riboflavin, manganese proteinate, vitamin A acetate, pyridoxine hydrochloride, vitamin B12 supplement, copper proteinate, sodium selenite, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, inositol, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of<br/> cat (kg)*</th> <th colspan="2">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Overweight</th> <th>Weight maintenance</th> </tr> <tr> <td>2 to 4 </td> <td>1/2 to 3/4 </td> <td>1/2 to 1 </td> </tr> <tr> <td>4 to 6 </td> <td>3/4 to 1</td> <td>1 to 1 1/4 </td> </tr> <tr> <td>6 to 8 </td> <td>1 to 1 1/4 </td> <td>1 1/4 to 1 1/2 </td> </tr> <tr> <td>8 to 10 </td> <td>1 1/4 to 1 1/3 </td> <td>1 1/2 to 1 3/4 </td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
	if( sproduct == "chatSenior"){

croq.setAttribute("src","../images/croquettes/chat_senior.gif");
prod.setAttribute("src","../images/produits/chats/senior.gif");
prod.setAttribute("alt","Senior ou moins actif");

info.innerHTML = '<h2>Senior or Less Active</h2> <h4>Hairball Relief</h4> <p>Designed for older (10 years and over) or less active cats, this formula contains a lower protein and fat content than the vetdiet&reg; Hairball Relief formula for Adult Cat. Glucosamine and chondroitin help promote healthy joints.</p>  ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/vitamine.gif" width="55" height="55" class="prodicon"/> <p><strong>Enriched with vitamins and minerals</strong><br /> With vitamins A, B, C, D, E and K as well as a whole array of minerals including calcium, potassium and phosphorus.</p> </td> <td width="150"> <img src="../images/icons/chat_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> <td width="150"> <img src="../images/icons/poil_doux.gif" width="55" height="55" class="prodicon"/> <p><strong>Soft coat and skin health</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/sys_urinaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Urinary tract health</strong><br /> Contains ingredients that help maintain an optimum urinary pH level. Low magnesium content.</p> </td> <td width="150"> <img src="../images/icons/digestion.gif" width="55" height="55" class="prodicon"/> <p><strong>High digestibility</strong><br /> Made with ingredients of the highest quality. </p> </td> <td width="150"> <img src="../images/icons/chat_immunitaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Immune system health</strong><br /> Contains antioxidants such as vitamin E and tocopherols. </p> </td> </tr> </table>  ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>27 %</span> <em>Crude protein, min.</em><br /></li> <li><span>12 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.9 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.8 %</span> <em>Phosphorus, min.</em><br /></li> <li><span>0.1 %</span> <em>Magnesium, max.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>25,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,600 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>1.85 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.27 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br /> <div id="comparaison"> <h4><strong>Guaranteed Analysis - Comparison</strong></h4> <table> <tr class="headrow"> <th></th><th>Crude<br/>protein<br/>(min. %)</th> <th>Crude<br/>fat<br/>(min. %)</th> <th>Crude<br/>fiber<br/>(max. %)</th> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Hairball Relief Formula<br/>for adult cat</th> <td>30.0</td> <td>18.0</td> <td>3.5</td> </tr> <tr> <th><strong>Vetdiet&reg;</strong> Light Hairball Relief <br/>Formula for senior or less active cat</th> <td>27.0</td> <td>12.0</td> <td>3.0</td> </tr> </table> </div> ';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, dried egg product, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, chicken digest, lecithin, chicken, flaxseed, dried corn fermentation soluble product, yeast culture, salt, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, dehydrated spinach, dehydrated apples, dehydrated carrots, dehydrated cranberries, tomato powder, potassium chloride, choline chloride, calcium propionate (preservative), lutein, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), glucosamine sulfate (400 mg / kg), chondroitin sulfate (100 mg / kg), DL-methionine, L-lysine,  fumaric acid, lactic acid, citric acid, malic acid, bromelain, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, taurine, ascorbic acid (vitamin C), niacin, iron proteinate, manganous oxide, copper sulfate, calcium pantothenate, riboflavin, manganese proteinate, vitamin A acetate, pyridoxine hydrochloride, vitamin B12 supplement, copper proteinate, sodium selenite, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, inositol, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of<br/> cat (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight</th> <th>Overweight</th> </tr> <tr> <td>2 to 4 </td> <td>3/4 </td> <td>1</td> <td>1/2</td> </tr> <tr> <td>4 to 6 </td> <td>3/4 to 1 1/4 </td> <td>1 to 1 1/2 </td> <td>1/2 to 3/4</td> </tr> <tr> <td>6 to 8 </td> <td>1 1/4 to 1 1/2 </td> <td>1 1/2 to 2 </td> <td>3/4 to 1</td> </tr> <tr> <td>8 to 10 </td> <td>1 1/2 to 2 </td> <td>2 to 2 1/4 </td> <td>1 to 1 1/3</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}
	
	
	if( sproduct == "chatDentaire"){

croq.setAttribute("src","../images/croquettes/chats_dentaire.gif");
prod.setAttribute("src","../images/produits/chats/formuledentaire.gif");
prod.setAttribute("alt","Adulte - formule dentaire");

info.innerHTML = '<h2>vetdiet&reg; Care</h2> <h4>Adult &#8211; Oral formula</h4> <p>The Oral formula is especially designed to allow a better cleaning action that helps reduce plaque and tartar. Ingredients such as parsley and mint help freshen your cat&#8217;s breath.</p>  ';

gui.innerHTML = '<h2>Health Guide</h2> <table width="450"> <tr> <td width="150"> <img src="../images/icons/brosse_a_dent.gif" width="55" height="55" class="prodicon"/> <p><strong>Helps reduce plaque and tartar</strong><br /> The kibble is especially designed to allow a better cleaning action.</p> </td> <td width="150"> <img src="../images/icons/boule_de_poil.gif" width="55" height="55" class="prodicon"/> <p><strong>Hairball Relief</strong><br /> Contains bromelain, an enzyme derived from pineapple.</p> </td> <td width="150"> <img src="../images/icons/poil_doux.gif" width="55" height="55" class="prodicon"/> <p><strong>Soft coat</strong><br /> Contains Omega 3 &#8211; 6 essential fatty acids, lecithin, flax and zinc.</p> </td> </tr> <tr> <td width="150"> <img src="../images/icons/chat_haleine.gif" width="55" height="55" class="prodicon"/> <p><strong>Freshens breath</strong><br /> Contains mint and parsley.</p> </td> <td width="150"> <img src="../images/icons/sys_urinaire.gif" width="55" height="55" class="prodicon"/> <p><strong>Urinary tract health</strong><br /> Contains ingredients that help maintain an optimum urinary pH level. <br /> Low magnesium content.</p> </td> <td width="150"> <img src="../images/icons/chat_vitalite.gif" width="55" height="55" class="prodicon"/> <p><strong>Vitality</strong><br /> Contains energy-producing elements (lipids, carbohydrates) and vitamins that allow to maximise your pet&#8217;s vitality.</p> </td> </tr> </table> ';

ana.innerHTML = '<div id="analysea"> <ul class="prodsection"> <li><span>30 %</span> <em>Crude protein, min.</em><br /></li> <li><span>18 %</span> <em>Crude fat, min.</em><br /></li> <li><span>3 %</span> <em>Crude fiber, max.</em><br /></li> <li><span>10 %</span> <em>Moisture, max.</em><br /></li> <li><span>6.5 %</span> <em>Ash, max.</em><br /></li> <li><span>0.9 %</span> <em>Calcium, min.</em><br /></li> <li><span>0.8 %</span> <em>Phosphorus, min.</em><br /></li> <li><span>0.1 %</span> <em>Magnesium, max.</em><br /></li> </ul> </div> <div id="analyseb"> <ul class="prodsection"> <li><span>25,000 UI/kg</span> <em>Vitamin A, min.</em><br /></li> <li><span>1,600 UI/kg</span> <em>Vitamin D3, min.</em><br /></li> <li><span>110 UI/kg</span> <em>Vitamin E, min.</em><br /></li> <li><span>50 mg/kg</span> <em>Vitamin C, min.</em><br /></li> <li><span>2.5 %</span> <em>Omega 6 fatty acids, min.</em><br /></li> <li><span>0.35 %</span> <em>Omega 3 fatty acids, min.</em><br /></li> </ul> </div> <br />  ';

ing.innerHTML = 'Chicken meal, brewers rice, ground corn, dried egg product, chicken fat (preserved with mixed tocopherols and citric acid), dried beet pulp, oat groats, chicken digest, flaxseed, lecithin, chicken, dried corn fermentation soluble product, yeast culture, salt, dehydrated blueberries, kelp meal, dehydrated alfalfa meal, powdered cellulose, sodium hexametaphosphate, dehydrated cranberries, dehydrated apples, dehydrated carrots, dehydrated spinach, potassium chloride, choline chloride, calcium propionate (preservative), tomato powder, mint leaves, parsley, green tea, lutein, dried Saccharomyces cerevisiae fermentation extract (MOS), chicory root (FOS), DL-methionine, L-lysine, fumaric acid, lactic acid, citric acid, malic acid, bromelain, rosemary extract, thyme extract, Yucca schidigera extract, ferrous sulfate, zinc oxide, vitamin E supplement, zinc proteinate, taurine, ascorbic acid (vitamin C), niacin, iron proteinate, manganous oxide, copper sulfate, calcium pantothenate, riboflavin, manganese proteinate, vitamin A acetate, pyridoxine hydrochloride, vitamin B12 supplement, copper proteinate, sodium selenite, thiamine mononitrate, menadione sodium bisulfite complex (source of vitamin K activity), vitamin D3 supplement, calcium iodate, inositol, folic acid';

alim.innerHTML = '<table> <tr class=""> <th rowspan="2">Weight of<br/> cat (kg)*</th> <th colspan="3">Amount per day/cup (250 ml &ndash; 8 oz.)</th> </tr> <tr class=""> <th>Ideal weight</th> <th>Underweight</th> <th>Overweight</th> </tr> <tr> <td>2 to 4 </td> <td>5/8 </td> <td>3/4</td> <td>1/2</td> </tr> <tr> <td>4 to 6 </td> <td>5/8 to 1 1/8 </td> <td>3/4 to 1 1/3 </td> <td>1/2 to 3/4</td> </tr> <tr> <td>6 to 8 </td> <td>1 1/8 to 1 1/3 </td> <td>1 1/3 to 1 1/2 </td> <td>3/4 to 1</td> </tr> <tr> <td>8 to 10 </td> <td>1 1/3 to 1 2/3 </td> <td>1 1/2 to 2 </td> <td>1 to 1 1/4</td> </tr> </table><p id="legend"><strong>* 1&nbsp;kg = 2.2&nbsp;lb</strong ></p>';
	
	}

				
}


