tblarray=new Array()
tblarray[0]="<font class='header'>Question:</font><br>How do you say 'hello' in French? <br><br><font class='header'>Answer:</font><br> Bon jour."
tblarray[1]="<font class='header'>Question:</font><br>What are descendents of Canada's French colonists called? <br><br><font class='header'>Answer:</font><br> Acadians."
tblarray[2]="<font class='header'>Question:</font><br>Who is Pele? <br><br><font class='header'>Answer:</font><br> The fire goddess of volcanoes."
tblarray[3]="<font class='header'>Question:</font><br>How do you say 'Thank You' in Hawaiian? <br><br><font class='header'>Answer:</font><br> Mahalo! (ma HA low)."
tblarray[4]="<font class='header'>Question:</font><br>How do you pronounce <i>tuiuiu</i>?<br><br><font class='header'>Answer:</font><br>2 - you - you."
tblarray[5]="<font class='header'>Question:</font><br>How big do caimans get?<br><br><font class='header'>Answer:</font><br>They can grow to be 7 feet (2 meters) long!"
tblarray[6]="<font class='header'>Question:</font><br>Did you like riding a camel?<br><br><font class='header'>Answer:</font><br>I was really scared at first. When the camel stood up, I felt like I was standing on my head! But now I like the funny motion."
tblarray[7]="<font class='header'>Question:</font><br>Where is Morocco?<br><br><font class='header'>Answer:</font><br>Northwestern Africa."
tblarray[8]="<font class='header'>Question:</font><br>What does the Chinese word shichen mean?<br><br><font class='header'>Answer:</font><br>A unit of time equal to 2 hours."
tblarray[9]="<font class='header'>Question:</font><br>What is the animal of the 2007 Chinese New Year?<br><br><font class='header'>Answer:</font><br>Pig."
tblarray[10]="<font class='header'>Question:</font><br>What is the Italian word for water bus?<br><br><font class='header'>Answer:</font><br>Vaporetto."
tblarray[11]="<font class='header'>Question:</font><br>What is the Blackfoot word for dog?<br><br><font class='header'>Answer:</font><br>Imitaa."
tblarray[12]="<font class='header'>Question:</font><br>Which do you like better - black bears or grizzlies?<br><br><font class='header'>Answer:</font><br>I like them both - from a distance!"
tblarray[13]="<font class='header'>Question:</font><br>Was anyone in your family a Patriot dog?<br><br><font class='header'>Answer:</font><br>Yes, one of my ancestors guarded the room where the Patriots signed the Declaration of Independence."

tblarray[14]="<font class='header'>Question:</font><br>How do you say 'Hi' or 'What's Happening?' in Portuguese?<br><br><font class='header'>Answer:</font><br>Tudo Bem?"

tblarray[15]="<font class='header'>Question:</font><br>How old is Sonya?<br><br><font class='header'>Answer:</font><br>I am only 7 years old!"
tblarray[16]=""



function clik(idx)

{

document.getElementById('mypara').innerHTML=tblarray[idx]

}




