// JavaScript Document

document.write('      <option ');
document.writeln('value="http://www.nwu.ac.za/news/transtipshowtouse.html">What is TransTips?</option>');

document.write('      <option ');
if (queryString ('dict') == 'none' || queryString ('dict') == 'false')
	document.write('selected ');
document.writeln('value="none">TransTips</option>');

document.write('      <option ');
if (queryString ('dict') == 'afr-eng')
	document.write('selected ');
document.writeln('value="afr-eng">Afrikaans to English<\/option>');

document.write('      <option ');
if (queryString ('dict') == 'afr-ts')
	document.write('selected ');
document.writeln('value="afr-ts">Afrikaans to Setswana<\/option>');

document.write('      <option ');
if (queryString ('dict') == 'eng-afr')
	document.write('selected ');
document.writeln('value="eng-afr">English to Afrikaans<\/option>');

document.write('      <option ');
if (queryString ('dict') == 'eng-so')
	document.write('selected ');
document.writeln('value="eng-so">English to Sesotho<\/option>');

document.write('      <option ');
if (queryString ('dict') == 'eng-ts')
	document.write('selected ');
document.writeln('value="eng-ts">English to Setswana<\/option>');

document.write('      <option ');
if (queryString ('dict') == 'ts-afr')
	document.write('selected ');
document.writeln('value="ts-afr">Setswana to Afrikaans<\/option>');

document.write('      <option ');
if (queryString ('dict') == 'ts-eng')
	document.write('selected ');
document.writeln('value="ts-eng">Setswana to English<\/option>');