What is the correct JavaScript syntax for opening a new window called "w2" ?
w2=window.open("http://www.w3schools.com");
w2=window.new("http://www.w3schools.com");
w2=window("http://www.w3schools.com");
w2=openwindow("http://www.w3schools.com");