function PopUpDetails(url) { window.open(url,'','resizable=yes,scrollbars=yes,width='+(screen.availWidth -8)+',height='+(screen.availHeight -45)+',top='+screen.availTop+',left='+screen.availLeft); }