function popupsizescroll(url, width, height) { win = window.open(url, "tel", 'top=100,left=100,width='+width+',height='+height+',toolbar=0,location=0,scrollbars=1,directories=no,status=0,resizable=1,copyhistory=0'); } function popup(url) { window.open(url, "",'top=0,left=0,width='+(screen.width-10)+',height='+(screen.height-30)+',toolbar=0,location=0,scrollbars=1,directories=no,status=0,resizable=1,copyhistory=0'); } function popupsize(url, width, height) { win = window.open(url, "tel", 'top=100,left=100,width='+width+',height='+height+',toolbar=0,location=0,scrollbars=1,directories=no,status=1,resizable=1,copyhistory=0'); }