Syntax:oNewWindow=window.open([sURL] [, sName] [, sFeatures] [, bReplace])Parameters:sURL :Optional. String that specifies the URL of the document to display. If no URL is specified, a new window with about:blank is displayed. sName :Optional. String that specifies the name of the window. This name is used as the value for the TARGET attribute on a FORM or an A element. 
In Internet Explorer 5 and later, specifying the value _search opens sURL in the browser's search pane.
 
sFeatures :Optional. String that specifies the window ornaments to display. bReplace :Optional. Boolean that specifies whether the URL that is loaded into the new page should create a new entry in the window's browsing history or replace the current entry in the browsing history. If set to true, no new history entry is created.