Open Browser Window

OpenWin = this.open(page, “KirupaStyle”, “toolbar=no,menubar=no,location=no,scrollbars=no,resizable=yes,width=550,height=250”);
}

I’m trying to have an HTML file popup in a browser window and I’ve followed the instructions in the “[SIZE=4][COLOR=#003366]Using JavaScript to Open New Window” tutorial.[/COLOR][/SIZE]
[SIZE=4][COLOR=#003366]I think the problem may be in the code above - “KirupaStyle” may correspond to code in another file but I don’t know where it is. Please advise.[/COLOR][/SIZE]