	function termsPopup() {

	  popupWin = window.open('../terms.html', 'terms', 'width=500,height=450,left=0,top=0,status=0,scrollbars=yes,resizable=0');
	}

	function compTermsPopup() {

	  popupWin = window.open('../comp_terms.html', 'terms', 'width=500,height=450,left=0,top=0,status=0,scrollbars=yes,resizable=0');
	}
	
	function compTermsMCelebsPopup() {

	  popupWin = window.open('../comp_terms_m_celebs.html', 'terms', 'width=500,height=450,left=0,top=0,status=0,scrollbars=yes,resizable=0');
	}

	function privacyPopup() {

	  popupWin = window.open('../privacy.html', 'terms', 'width=500,height=450,left=0,top=0,status=0,scrollbars=yes,resizable=0');
	}

	function rulesPopup() {

	  popupWin = window.open('../rules.html', 'terms', 'width=500,height=450,left=0,top=0,status=0,scrollbars=yes,resizable=0');
	}
