document.write('<script type="text/javascript" src="http://www.dico-conjugaison.com/js/bsn.Ajax.js"></script>');
document.write('<script type="text/javascript" src="http://www.dico-conjugaison.com/js/bsn.DOM.js"></script>');
document.write('<script type="text/javascript" src="http://www.dico-conjugaison.com/js/bsn.AutoSuggest.js"></script>');
document.write('<script type="text/javascript" src="http://www.dico-conjugaison.com/js/tabber.js"></script>');

/* Optional: Temporarily hide the "tabber" class so it does not "flash"
   on the page as plain HTML. After tabber runs, the class is changed
   to "tabberlive" and it will appear. */

document.write('<style type="text/css">.tabber{display:none;}<\/style>');


function addLoadEvent(func) {
  var oldonload = window.onload;
  if (typeof window.onload != 'function') {
    window.onload = func;
  } else {
    window.onload = function() {
      if (oldonload) {
        oldonload();
      }
      func();
    }
  }
}

function attacherAction() {
	if (document.getElementById) {
		if (document.getElementById('textword')) {
				var options1 = {
					script:"autosuggest.php?",
					varname:"input",
					minchars:1
				};
				var as1 = new AutoSuggest('textword', options1);
		}
	}
}

addLoadEvent(attacherAction);


