function openSizeGuide() { if (navigator.userAgent.indexOf('Chrome/') > 0) { if (window.detwin) { window.detwin.close(); window.detwin = null; } } window.detwin = window.open("/media/mattabell.png",'','location=0,toolbar=0,directories=0,status=0,menubar=0,scrollbars=0,copyhistory=0,resizable=yes,width=750,height=1020'); // window.detwin.blur(); window.detwin.focus(); }