function popPage() {
var winT = (screen.height - 300) / 2;
var winL = (screen.width - 300) / 2;
var popVar = ',top=' + winT + ', left=' + winL;
window.open("/timberwolf/newsletter.html", "newsletter", 'toolbar=0,menubar=0,resizable=0,width=300,height=300, scrollbars=no' + popVar);
}

function launchFriendWin(){
var winT = (screen.height - 398) / 2;
var winL = (screen.width - 300) / 2;
var popVar = ',top=' + winT + ', left=' + winL;
window.open("/timberwolf/email_friend.html", "emailfriend", 'toolbar=0,menubar=0,resizable=0,width=300,height=398, scrollbars=no' + popVar);
}

function charPop(URL){
var winT = (screen.height - 430) / 2;
var winL = (screen.width - 300) / 2;
var popVar = ',top=' + winT + ', left=' + winL;
window.open(URL, "character", 'toolbar=0,menubar=0,resizable=0,width=300,height=430, scrollbars=no' + popVar);
}