function popup (url) {
	  window.open (url,"mywindow","location=0, status=0, menubar=0,scrollbars=0, width=600,height=700");
}

