prova ad aggiungere...
codice:
fscommand("allowscale", false); 
function openBRwindow(url, name, toolbar, location, status, menubar, scrollbars, resizable, width, heigth) { 
pend++; 
// link, titolo, toolbar, location, status, menubar, scrollbars, resizable, width, heigth 
features = (toolbar) ? 'toolbar=yes,' : 'toolbar=no,'; 
features += (location) ? 'location=yes,' : 'location=no,'; 
features += (status) ? 'status=yes,' : 'status=no,'; 
features += (menubar) ? 'menubar=yes,' : 'menubar=no,'; 
features += (scrollbars) ? 'scrollbars=yes,' : 'scrollbars=no,'; 
features += 'left=50,top=50,';
features += (resizable) ? 'resizable=yes,' : 'resizable=no,'; 
getURL("javascript:window.open('"+url+"','"+name+"_"+pend+"','"+features+"width="+width+", height="+heigth+"');void(0);"); 
}
lo statement in rosso.