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

