function mysearch(s,f,i){
 if(document.getElementById('s0')){document.getElementById('s0').attributes['class'].value ='c2';}
 document.getElementById('s1').attributes['class'].value ='c2';
 document.getElementById('s2').attributes['class'].value ='c2';
 document.getElementById('s3').attributes['class'].value='c2';
 if(document.getElementById('f0')){document.getElementById('f0').attributes['class'].value ='myf2';}
 document.getElementById('f1').attributes['class'].value ='myf2';
 document.getElementById('f2').attributes['class'].value ='myf2';
 document.getElementById('f3').attributes['class'].value='myf2';
 document.getElementById(s).attributes['class'].value='c1';
 document.getElementById(f).attributes['class'].value='myf1';
 window.document.search.action='http://poetrypoem.com/cgi-bin/search'+i+'.pl';
}
