function imagePopup(Url, Title, Width, Height){
  window.open ('image_preview.php?url='+Url,Title,"location=0,status=1,scrollbars=0,width="+Width+",height="+Height);
}
