var tfd_mw_left_selected=0; var tfd_mw_answers=[null,null,null,null,null]; function tfd_mw_click_a(b) { document.getElementById('tfd_mw_left').style.visibility='hidden'; document.getElementById('tfd_mw_right').style.visibility=''; for (var i=0;i<5;i++) document.getElementById('tfd_a'+i).style.border='1px black solid'; document.getElementById(b.id).style.border='2px red solid'; tfd_mw_left_selected=b.id.substr(5, 1); }; function tfd_mw_click_b(b) { document.getElementById('tfd_mw_left').style.visibility=''; document.getElementById('tfd_mw_right').style.visibility='hidden'; var match=b.id.substr(5, 1); for (var i=0;i<5;i++) { if (tfd_mw_answers[i]==match) tfd_mw_answers[i]=null; document.getElementById('tfd_b'+i).style.backgroundColor='white'; } tfd_mw_answers[tfd_mw_left_selected]=match; for (var i=0;i<5;i++) if (tfd_mw_answers[i]!=null) document.getElementById('tfd_b'+tfd_mw_answers[i]).style.backgroundColor=document.getElementById('tfd_a'+i).style.backgroundColor; }; function tfd_mw_clear() { tfd_mw_answers=[null,null,null,null,null]; for (var i=0;i<5;i++) document.getElementById('tfd_b'+i).style.backgroundColor='white'; }; document.write('
Select word:
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); document.write('
'); //Copyright 2008 Farlex, Inc.