function open_window(url) {
	var features="width=780, location=no, menubar=yes, status=yes, scrollbars=yes, resizable=yes, toolbar=yes";
	window.open(url, null, features);
	return false;
}
