Da hilft ein Stückchen Quältext immer weiter ;-)
function open_window() { // öffnet das neue fenster
var width;
var height;
width = 819;
height = 550;
url = 'v3/sc11.htm';
window.open('v3/sc11.htm','mainappwin','toolbar=no,status=0,location=0,menubar=0,scrollbars=0,width=' + width + ',height=' + height);
}