	//Ask Imodium Stuff
	var popUpWin = null;
	
	function ask(question){
		//if (question==null || !question)
		//{
		//	if (document.layers){
		//			question=document.topform.document.questionForm.question.value;
		//		 }
		//		 else {
		//			 question=document.questionForm.question.value;
		//		 }
		//}
//		popUpWin = window.open('http://206.47.130.38/imodium/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/imodium/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('contact-us.asp', 'siebel','scrollbars=1, width=777,height=525');

		popUpWin.focus();
	}

	function submitForm(thisForm){
		ask(thisForm.question.value);
		return false;
	}
	function topQuestions(){
//		popUpWin = window.open('http://206.47.130.38/imodium/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/imodium/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();	
	}
	
		function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
	}
