/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

function formSearch()
{
    new Ajax.Updater('content','produits/search', {asynchronous:true, evalScripts:true, parameters:Form.serialize('searchForm'), requestHeaders:['X-Update', 'content']}) 
}

function roll(img_name, img_src)
   {
  document.getElementById(img_name).src = '/img/'+img_src;
  //'http://www.generationsiteweb.com/artypac/app/webroot/img/'+img_src;
   }
