// 2008-02-25 Charles Kelly http://www.manythngs.org/tesl/moodle/// Updated: 2008-03-05choice=0; // 0=words, 1=bg-title.png imagesdocument.write('<small>'+colorWord+': ');for (i=0;i<x.length;i++){y=x[i];document.write('<link rel="alternate stylesheet"  type="text/css" href="'+theURL+y+'/a.css" title="'+y+'" />');if (choice){//bg-titles.pngdocument.write('<a href="#" onclick="setActiveStyleSheet(\''+y+'\'); return false;"><img width="12" height="12" src="'+theURL+y+'/bg-titles.png"></a>');}else{//Wordsw = y.replace(/_/g,' ');document.write('<a href="#" onclick="setActiveStyleSheet(\''+y+'\'); return false;">'+w+'</a>');document.write(' | ');}}document.write('</small> ');
