function launch(u) {
	var p = window.open(u, "", "width=1000,height=700,scrollbars,resizable");
	p.focus();
}
