function showContactWindow(){
	window.open('johnInfoPage.htm','null', 'width=420, height=310', 'null');
	}
