function showRentalImages(id)
{
window.open("RentalImages.aspx?id=" + id, "_blank", 'width=453,height=600,left=' + (screen.width-265)/2 +
',top=' + (screen.height-285)/2 + ',toolbars=no,scrollbars=no,status=no,resizable=no');
}

