/* new window replacement */
function nw(href) {
	window.open(href);
}