function nwindow(url) {
	return window.open(url, "the window");
}




