/*
TO MAKE THIS JAVASCRIPT WORK FOR THE OTHER MCNEIL WEBSITES, 
CHANGE THE PRODUCT NAME FROM tylenol TO THE APPLICABLE PRODUCT,
AND THE LANGUGAGE AS APPROPRIATE.

Also, watch out for the div names containing the forms!
*/

var popUpWin = null;
function f_ask(question){
/*	if (question==null)
		if (document.layers){
				question=document.intelliresponseDiv.document.questionForm.question.value;
			 }
			 else {
				 question=document.questionForm.question.value;
			 }
*/
//	popUpWin = window.open('http://206.47.130.38/rogaine/eng/popup/frameset.jsp?question='+escape(question),'pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,resizable=yes,toolbar=yes');
//	popUpWin = window.open('http://mcneilca.intelliresponse.com/rogaine/eng/popup/frameset.jsp?question='+escape(question),'pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,resizable=yes,toolbar=yes');
	popUpWin = window.open('https://secure.jnjcanada.com/contactus/en/index.asp?brand=rog');
	popUpWin.focus();
}
function submitForm(thisForm){
	ask(thisForm.question.value);
	return false;
}
function topQuestions(){
//	popUpWin = window.open('http://206.47.130.38/rogaine/eng/popup/frameset.jsp?mode=topQ','pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,resizable=yes,toolbar=yes');
	popUpWin = window.open('http://mcneilca.intelliresponse.com/rogaine/eng/popup/frameset.jsp?mode=topQ','pop','width=530,height=400,screenX=125,screenY=90,left=250,top=150,scrollbars=no,resizable=yes,toolbar=yes');

	popUpWin.focus();	
}
