function goURL ( url ) {
	window.open(url, "nw", "resizable, toolbar");
	}
function goWheather () {
	window.open("../_scripts/weather.html", "nw", "width=270, height=175");
	}