function go(url,page,typeB) {
   window.location.href = url+'?pagenum='+page+'&typeB='+typeB;
}

function goP(url,page) {
   window.location.href = url+'&pagenum='+page;
}

function changeImg(img) {

 //document.getElementById("catGES").style.display='none';
 //document.getElementById("catDPE").style.display='none';
	 
 var big_photo = document.getElementById('big_pict') ;
 big_photo.src = img;
 //big_photo.src = 'miniature.php?pic=../images/normal/'+img+'&w_max=500&h_max=300';
 
// document.getElementById('zoom').innerHTML = '<img alt="" src="'+img+'" />';

}

function changeDpe(img) {
 //document.getElementById("catGES").style.display='block';
 //document.getElementById("catDPE").style.display='block';
	 
 var big_photo = document.getElementById('big_pict') ;
 big_photo.src = img;
}
