	var popUpWin = null;

	function ask(question){
		if (question==null)
			if (document.layers){
					question=document.topform.document.questionForm.question.value;
				 }
				 else {
					 question=document.questionForm.question.value;
				 }
//		popUpWin = window.open('http://206.47.130.38/pepcid/eng/popup/frameset.jsp?question='+escape(question),'pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,toolbar=yes,resizable=yes');
//		popUpWin = window.open('http://mcneilca.intelliresponse.com/pepcid/eng/popup/frameset.jsp?question='+escape(question),'pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,toolbar=yes,resizable=yes');
		popUpWin = window.open('https://secure.jnjcanada.com/contactus/en/index.asp?brand=pep','siebel','');

		popUpWin.focus();
	}

	function submitForm(thisForm){
		ask(thisForm.question.value);
		return false;
	}

	function topQuestions(){
//		popUpWin = window.open('http://206.47.130.38/pepcid/eng/popup/frameset.jsp?mode=topQ','pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,toolbar=yes,resizable=yes');
		popUpWin = window.open('http://mcneilca.intelliresponse.com/pepcid/eng/popup/frameset.jsp?mode=topQ','pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,toolbar=yes,resizable=yes');

		popUpWin.focus();	
	}
	function game(lnk){
		popUpWin = window.open(lnk + '/game.asp','pop','width=760,height=533,screenX=125,screenY=90,left=150,top=50,scrollbars=no,toolbar=no,resizable=no');
		popUpWin.focus();	
	}
	function privacy(lnk){
		popUpWin = window.open(lnk ,'popgame','width=760,height=500,screenX=125,screenY=90,left=150,top=50,scrollbars=yes,toolbar=no,resizable=no');
		popUpWin.focus();	
	}
	
	function openCoupon() {
		popUpWin = window.open("coupon.asp" ,'coupon','width=595,height=500,scrollbars=yes,toolbar=no,resizable=yes');
		popUpWin.focus();
	}
