/*
	TalkShoe Confidential Information
	Copyright (c) 2005 - 2009 
*/
function popupTCashTC(locationUrl) {
window.open(locationUrl,'TCashTCPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=590,height=600,left=10,top=0');
}

function popupHRC(locationUrl) {
window.open(locationUrl,'newPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=565,height=600,left=50,top=50');
}

function popupCollege(locationUrl) {
	window.open(locationUrl,'newPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=340,height=590,left=50,top=50');
}

function goPressRelease(prLoc){
	  var popWidth = "630px";
	  var popHeight = "600px";
 window.open(prLoc, "terms", "resizable=yes,toolbar=no, location=no, scrollbars=yes, menubar=no, status=yes, titlebar=no, height="+popHeight+", width="+popWidth+", top=20 left=20");
}

function goLocationFromStaticPop(url){
	window.opener.location.href = url;
	window.close();
}

function popupCollegePSU(locationUrl) {
	window.open(locationUrl,'newPop','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=345,height=550,left=50,top=50');
}