function featuresPopup() {
	x=(screen.width/2)-325;
	y=(screen.height/2)-250;
		filmWindow = window.open('features.html', 'filmWin', 'width=650,height=500,scrollbars=yes,resizable=yes')
		 filmWindow.moveTo(x,y)
	}
