function newWindow(eggurl) {
	eggWindow = window.open(eggurl, 'egg', 'top=50,left=50,width=620,scrollbars=yes,location=no,toolbar=no,resizable=yes,status=no')
	eggWindow.focus()
}

