function popupEditWindow(url) {	

	popup = window.open(url,"newPopup", "toolbar=0,menubar=0,resizable=0,width=550,height=650,left=50,top=50");

}