se nn ricordo male,
prova a cambiare questo

window.open (url, name, 'left=' + cntx + ',top=' + cnty + ',width=' +
width + ',height=' + height);


con questo


window.open (url, name, 'left=' + cntx + ',top=' + cnty + ',width=' +
width + ',height=' + height + ',scrollbars=yes');