function popup(url) {
	newWindow = window.open(url,'daughter','menubar=no,toolbar=no,location=no,scrollbars=yes,resizable=no,width=500,height=450,screenX=50,screenY=50,top=50,left=50');
	newWindow.focus();
}
