Just use set sName as _blank to in window.open method to This name is used as the value for the TARGET attribute on a form or an anchor element.
_blank
The sURL is loaded into a new, unnamed window
window.open("Sample.htm",'_blank ',
"height=200,width=400,status=yes,toolbar=no,menubar=no,location=no");
hope this helps you