ti posto la funzione che sto' facendo....

function FLane(url) {
var Wt = screen.availWidth - 10;
var Ht = screen.availHeight - 30;
window.open(url, "Site name", "width=" + Wt + ",height=" + Ht + ",top=0,left=0,toolbar=no,location=no,status=no,me nubar=no,resizable=yes,scrollbars=auto");
}

ma non mi da' le barre per esempio a 800 x 600 !!!!