I assume you are referring to the .html page:
Code:
var newone = window.open("http://www.store-worldministries.org/donations.html", "_blank"); // or
var newone = window.open(Menu13[1], "_blank");
"_blank" is actually the default, but it is not guaranteed to open a new window - it can depend on the users' browser settings.