function dispImageAdmin(var1,var2){
	 $("#adminImgProfilePrev").attr("src",'th.php?item='+var1+'&defaultImg=prevAdmin&w=350&h=140&srcFolder=imgShop&'+Math.random()*15551);
}
function dispProdImageAdmin(prodId, imgNo){
	$("#imgProd-"+prodId).attr("src",'index.php?r=img/showCrop&w=95&h=60&src=img%2F'+prodId+'.jpg&'+Math.random()*15551);
}
