function newSuggestion(nbVignette,page){var xhr=null;if(window.XMLHttpRequest){var xhr=new XMLHttpRequest();}
else if(window.ActiveXObject)
{var xhr=new ActiveXObject("Microsoft.XMLHTTP");}
var id=id;xhr.open('GET','templates/adt/ajax.php?nbVignette='+nbVignette+'&page='+page,false);xhr.send(null);maDiv=document.getElementById('miniatures');var resp=xhr.responseText;maDiv.innerHTML=resp;}
