function doinstallext(lang,ext)
{
 var xpi = new Object();
 if(ext=="ahb"){ 
 xpi['Advanced Highlighter Button 1.52'] = 'download.php?s=dlahb';
 }
 
 if(ext=="asb"){ 
 xpi['Advanced Search Button 1.16'] = 'download.php?s=dlasb';
 }

 if(ext=="searchboxcompanion"){ 
 xpi['SearchBox Companion 1.78'] = 'download.php?s=dlsearchboxcompanion';
 }

 if(ext=="showanchors"){ 
 xpi['Show Anchors 2.3'] = 'download.php?s=dlshowanchors';
 }

 InstallTrigger.install(xpi);
}