function openWindow() {
	Width = 670
	Height = 520
	Top = ((screen.height - Height)/2)
	Left = ((screen.width - Width)/2)
	window.open('','displayWindow','width='+Width+',height='+Height+',top='+Top+',left='+Left+',menubar=no,location=no,scrollbars=no');
}
