function popGameUp() {
	newwindow = window.open("game13.html","","height=650,width=950,menubar='no',location='no',scrollbars='no',resizable='no'");
	if (window.focus) {newwindow.focus()}
	return false;
}