oNewWindow = window.open( [sURL] [, sName] [, sFeatures] [, bReplace])bReplace 
Optional. When the sURL is loaded into the same window, this Boolean parameter specifies whether the sURL creates a new entry or replaces the current entry in the window's history list. true sURL replaces the current document in the history list 
false sURL creates a new entry in the history list.