function new_window(url) {
	window.open(url, "", "width=750,height=550,toolbar=no,resizable=yes,scrollbars=yes");
}
