
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('https://secure.jnjcanada.com/contactus/fr/index.asp?brand=niz','siebel','');
	//popUpWin.focus();
	
	window.location.href = 'contact-us.asp';

}

function submitForm(thisForm){

	ask(thisForm.question.value);

	return false;

}

function topQuestions(){

	popUpWin = window.open('http://206.47.130.38/nizoral/fre/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/nizoral/fre/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();	

}

