Window.open(); mit Variablen füttern ?

Hallo,

wie bekomme diesen code zum laufen???
(öffnet ein neues browser-fenter mit gg. attributen)

|CODE:
|
| win_width = sreen.width - 150;
| win_height = screen.height - 150;
|
| newWindow = window.open("./file.html", „“, „width=win_width, height=win_height, left=150, top=150,“);

Die breite und höhe sind variabel und werden berechnet
und dann soll ein fenter mit den errechtenten werden geöffnet werden.
nur erkennt window.open die variablen nicht.

Inne

Wie Peinlich has selbs gececkt

|CODE:
|
| win_width = sreen.width - 150;
| win_height = screen.height - 150;
|
| newWindow = window.open("./file.html", „“, „width=“ + win_width + „, height=“ + win_height + „, left=150, top=150,“);