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