function cms_edit(path) {
	window.open(path, "editor", "width=650,height=500,left=100,top=100");
}