function feature(thename, attributes) {
		window.open(thename, "", attributes);
			}
