http://jsfiddle.net/MasterWhipper/88K92/
I'm making a project for school and I decided to use JS which has been good up until the point where I cannot click Burma from the list of 6 countries. When I do it does not act as the others and change the text below as clicking the other countries does. I've looked for errors but can't find any. Does anyone know whether the JS or the html is wrong?
<td>♦<a onclick="myanmar()">Burma</a>♦</td><td>
Is the affected code along with the function myanmar().