function pop(url) {
	opener = open(url, "Popup","width=500, height=650 top=15");
	opener.focus();	
	}
