/*Fitxer de solucions/comentaris de Güeb. Güeb és una aplicació dissenyada per en Pablo Sanz per a crear exercicis lingüístics en format HTML. Aquest fitxer ha estat creat automàticament. Data de creació: 08/01/03 Hora de creació: 22:31:59 */ var tope = 8; var solsLft = new Array(tope); var solsRgt = new Array(tope); var colsCount = 8; var colsSep = 10; var cols = new Array(colsCount); cols[0] = "people are polluting the rivers"; cols[1] = "people are killing them to sell their skin"; cols[2] = "people are killing them to sell their horns"; cols[3] = "people are destroying bamboo forests"; cols[4] = "people are killing them to sell their tusks"; cols[5] = "people are destroying the rainforests"; cols[6] = "people are killing them to sell their fur"; cols[7] = "people are killing them to produce oil"; solsLft[0] = "otter"; solsLft[1] = "crocodile"; solsLft[2] = "rhino"; solsLft[3] = "panda"; solsLft[4] = "elephant"; solsLft[5] = "quetzal"; solsLft[6] = "tiger"; solsLft[7] = "whale"; solsRgt[0] = "people are polluting the rivers"; solsRgt[1] = "people are killing them to sell their skin"; solsRgt[2] = "people are killing them to sell their horns"; solsRgt[3] = "people are destroying bamboo forests"; solsRgt[4] = "people are killing them to sell their tusks"; solsRgt[5] = "people are destroying the rainforests"; solsRgt[6] = "people are killing them to sell their fur"; solsRgt[7] = "people are killing them to produce oil";