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