function go(url,page,typeB) {
   window.location.href = url+'?pagenum='+page+'&typeB='+typeB;
  
  //   document.form1.action = 'lyon-vente-maison-appartement.php.php?pagenum='+page;
//   document.form1.submit();
}

function changeImg(img) {
 var big_photo = document.getElementById('big_pict') ;
 big_photo.src = '../images/html/'+img;
 //big_photo.src = 'miniature.php?pic=../images/normal/'+img+'&w_max=500&h_max=300';


}