
function unityPopGame(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}

function activityPopGame(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}
function activityPopHockey(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}	
function activityPop(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}
function activityPopLrg(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}


function activityPopWide(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}

function activityPopWide_footnote(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}

function sciwrkPop(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}

function sciwrkPop_wide(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}

function moviePop(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}
function normalPop(theURL) {
	var tmp = window.location.href= theURL;
	tmp.focus();
}
function focusMe (){
	this.focus();
}

