function editInPopup(link){
	window.open(link.href+'&type=10',"","menubar=1,scrollbars=1,resizable=1,width=750,height=650");
	return false;
}